linuxOS_D21X/package/third-party/gzip/Config.in

22 lines
495 B
Plaintext
Raw Normal View History

2024-11-29 08:13:19 +00:00
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