diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:30 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-12-05 09:51:30 +0000 |
commit | 9ca1080e92464ab4be78a56e8cc50a183907f95a (patch) | |
tree | fe3dac3d1cdf5b515f810d4da75c5c1aba3b710f /package/utils/busybox/config/archival | |
parent | fff859a1f6a7a319053e4efce787b88bc76985ab (diff) | |
download | upstream-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.gz upstream-9ca1080e92464ab4be78a56e8cc50a183907f95a.tar.bz2 upstream-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')
-rw-r--r-- | package/utils/busybox/config/archival/Config.in | 10 |
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 |