From d02f940049d03dec27cccae7123641656ef47034 Mon Sep 17 00:00:00 2001 From: silime <60662669+silime@users.noreply.github.com> Date: Mon, 27 May 2024 08:21:53 +0800 Subject: [PATCH] disable zstd --- linux-sdm845/PKGBUILD | 2 +- linux-sdm845/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-sdm845/PKGBUILD b/linux-sdm845/PKGBUILD index 96464b8..1b1726d 100644 --- a/linux-sdm845/PKGBUILD +++ b/linux-sdm845/PKGBUILD @@ -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 diff --git a/linux-sdm845/config b/linux-sdm845/config index 15c2633..312dac9 100644 --- a/linux-sdm845/config +++ b/linux-sdm845/config @@ -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"