mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-27 15:06:29 +00:00
Enable .config via /proc/config.gz + zcat via busybox (#2149)
This commit is contained in:
parent
b2925966a8
commit
9eb95cbbdb
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user