summaryrefslogtreecommitdiffstats
path: root/package/utils/busybox/config/archival/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-12-05 09:51:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-12-05 09:51:30 +0000
commit9ca1080e92464ab4be78a56e8cc50a183907f95a (patch)
treefe3dac3d1cdf5b515f810d4da75c5c1aba3b710f /package/utils/busybox/config/archival/Config.in
parentfff859a1f6a7a319053e4efce787b88bc76985ab (diff)
downloadmaster-31e0f0ae-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.gz
master-31e0f0ae-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.bz2
master-31e0f0ae-9ca1080e92464ab4be78a56e8cc50a183907f95a.zip
busybox: Update config for 1.24.1
r47288 updated to Busybox 1.24.1 but did not update the configuration. The configuration is updated by running cd config ../convert_menuconfig.pl .../build_dir/target-*/busybox-1.24.1 cd .. ./convert_defaults.pl < .../build_dir/target-*/busybox-1.24.1/.config > \ Config-defaults.in Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 47775
Diffstat (limited to 'package/utils/busybox/config/archival/Config.in')
-rw-r--r--package/utils/busybox/config/archival/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/utils/busybox/config/archival/Config.in b/package/utils/busybox/config/archival/Config.in
index e977bb49d8..1ca610cad6 100644
--- a/package/utils/busybox/config/archival/Config.in
+++ b/package/utils/busybox/config/archival/Config.in
@@ -236,6 +236,16 @@ config BUSYBOX_CONFIG_GZIP_FAST
1: larger buffers, larger hash-tables
2: larger buffers, largest hash-tables
Larger models may give slightly better compression
+
+config BUSYBOX_CONFIG_FEATURE_GZIP_LEVELS
+ bool "Enable compression levels"
+ default BUSYBOX_DEFAULT_FEATURE_GZIP_LEVELS
+ depends on BUSYBOX_CONFIG_GZIP
+ help
+ Enable support for compression levels 4-9. The default level
+ is 6. If levels 1-3 are specified, 4 is used.
+ If this option is not selected, -N options are ignored and -9
+ is used.
config BUSYBOX_CONFIG_LZOP
bool "lzop"
default BUSYBOX_DEFAULT_LZOP