linuxOS_D21X/package/third-party/gzip/Config.in
2024-11-29 16:13:46 +08:00

22 lines
495 B
Plaintext

comment "gzip needs a toolchain w/ wchar"
depends on !BR2_USE_WCHAR
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
menuconfig BR2_PACKAGE_GZIP
bool "gzip"
depends on BR2_USE_WCHAR
depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
help
Standard GNU compressor. Provides things like gzip,
gunzip, gzcat, etc...
http://www.gnu.org/software/gzip/gzip.html
if BR2_PACKAGE_GZIP
config BR2_PACKAGE_GZIP_USE_PREBUILT
bool "use prebuilt binary instead of building from source"
default y
endif