mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-17 19:05:29 +08:00
15 lines
174 B
Plaintext
15 lines
174 B
Plaintext
![]() |
menu "Configuration"
|
||
|
depends on PACKAGE_kexec
|
||
|
|
||
|
config KEXEC_ZLIB
|
||
|
bool
|
||
|
prompt "zlib support"
|
||
|
default y
|
||
|
|
||
|
config KEXEC_LZMA
|
||
|
bool
|
||
|
prompt "lzma support"
|
||
|
default n
|
||
|
|
||
|
endmenu
|