10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
|
|
menuconfig BR2_PACKAGE_HOST_LZ4
|
||
|
|
bool "host lz4"
|
||
|
|
|
||
|
|
if BR2_PACKAGE_HOST_LZ4
|
||
|
|
|
||
|
|
config BR2_PACKAGE_HOST_LZ4_USE_PREBUILT
|
||
|
|
bool "use prebuilt binary instead of building from source"
|
||
|
|
default y
|
||
|
|
endif
|