Skip to content

Commit

Permalink
disable zstd
Browse files Browse the repository at this point in the history
  • Loading branch information
silime authored May 27, 2024
1 parent 22046d0 commit d02f940
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion linux-sdm845/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ build() {

# Build the kernel and the modules
unset LDFLAGS
make ${MAKEFLAGS} Image modules
make ${MAKEFLAGS} zImage modules
# Generate device tree blobs with symbols to support applying device tree overlays in U-Boot
make ${MAKEFLAGS} DTC_FLAGS="-@" dtbs

Expand Down
2 changes: 1 addition & 1 deletion linux-sdm845/config
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_COMPRESS_NONE is not set
# CONFIG_MODULE_COMPRESS_GZIP is not set
# CONFIG_MODULE_COMPRESS_XZ is not set
CONFIG_MODULE_COMPRESS_ZSTD=y
# CONFIG_MODULE_COMPRESS_ZSTD is not set
CONFIG_MODULE_DECOMPRESS=y
# CONFIG_MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS is not set
CONFIG_MODPROBE_PATH="/sbin/modprobe"
Expand Down

0 comments on commit d02f940

Please sign in to comment.