Enable .config via /proc/config.gz + zcat via busybox (#2149)

This commit is contained in:
ioctl2 2022-09-21 04:47:30 -04:00 committed by GitHub
parent b2925966a8
commit 9eb95cbbdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -141,7 +141,7 @@ CONFIG_FEATURE_SEAMLESS_GZ=y
# CONFIG_FEATURE_AR_CREATE is not set
# CONFIG_UNCOMPRESS is not set
# CONFIG_GUNZIP is not set
# CONFIG_ZCAT is not set
CONFIG_ZCAT=y
# CONFIG_FEATURE_GUNZIP_LONG_OPTIONS is not set
# CONFIG_BUNZIP2 is not set
# CONFIG_BZCAT is not set

View File

@ -2,6 +2,9 @@ CONFIG_KERNEL_LZ4=y
CONFIG_CMDLINE=""
CONFIG_PANIC_TIMEOUT=5
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_MODULE_COMPRESS_NONE=y
CONFIG_ZRAM=y