diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-29 12:46:11 +0100 |
commit | d89c077bd8905bdd079d69b11bedc1eb440067b9 (patch) | |
tree | 2c7bd2a8b642bd1ba0383adc4259bfe53b8515ec /package/busybox/config/archival | |
parent | 706b94b351d574c66f9a6142f5bcae33a98274f3 (diff) |
add etables, finetune squid package, more busybox finetuning
Diffstat (limited to 'package/busybox/config/archival')
-rw-r--r-- | package/busybox/config/archival/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/busybox/config/archival/Config.in b/package/busybox/config/archival/Config.in index 0140b7631..124f5887c 100644 --- a/package/busybox/config/archival/Config.in +++ b/package/busybox/config/archival/Config.in @@ -7,19 +7,19 @@ menu "Archival Utilities" config BUSYBOX_FEATURE_SEAMLESS_LZMA bool "Make tar, rpm, modprobe etc understand .lzma data" - default n + default y help Make tar, rpm, modprobe etc understand .lzma data. config BUSYBOX_FEATURE_SEAMLESS_BZ2 bool "Make tar, rpm, modprobe etc understand .bz2 data" - default n + default y help Make tar, rpm, modprobe etc understand .bz2 data. config BUSYBOX_FEATURE_SEAMLESS_GZ bool "Make tar, rpm, modprobe etc understand .gz data" - default n + default y help Make tar, rpm, modprobe etc understand .gz data. @@ -163,7 +163,7 @@ config BUSYBOX_GUNZIP config BUSYBOX_GZIP bool "gzip" - default n + default y help gzip is used to compress files. It's probably the most widely used UNIX compression program. @@ -276,7 +276,7 @@ config BUSYBOX_FEATURE_TAR_LONG_OPTIONS config BUSYBOX_FEATURE_TAR_UNAME_GNAME bool "Enable use of user and group names" - default n + default p depends on BUSYBOX_TAR help Enables use of user and group names in tar. This affects contents |