summaryrefslogtreecommitdiff
path: root/busybox-archival.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 14:15:22 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 14:15:22 +0100
commit126f2b8df773acc00d0b52a4dfbffadebe7946e2 (patch)
tree70a0d0629dbd7f1a87a011b1a0b558cf2fc030b1 /busybox-archival.kconfig
parentbc091af204857b1a09faeac6f6b897ca0c7647c5 (diff)
downloadembtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.gz
embtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.bz2
embtk-busybox-kconfigs-126f2b8df773acc00d0b52a4dfbffadebe7946e2.tar.xz
Import busybox-1.15.0 kconfig symbolsembtk-busybox-kconfigs-1.15.0
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-archival.kconfig')
-rw-r--r--busybox-archival.kconfig33
1 files changed, 24 insertions, 9 deletions
diff --git a/busybox-archival.kconfig b/busybox-archival.kconfig
index 0e9b37c..b537e6f 100644
--- a/busybox-archival.kconfig
+++ b/busybox-archival.kconfig
@@ -50,11 +50,11 @@ config KEMBTK_BUSYB_AR
probably say N here.
config KEMBTK_BUSYB_FEATURE_AR_LONG_FILENAMES
- bool "Support for long filenames (not need for debs)"
+ bool "Support for long filenames (not needed for debs)"
depends on KEMBTK_BUSYB_AR
help
- By default the ar format can only store the first 15 characters of
- the filename, this option removes that limitation.
+ By default the ar format can only store the first 15 characters
+ of the filename, this option removes that limitation.
It supports the GNU ar long filename method which moves multiple long
filenames into a the data section of a new ar entry.
@@ -105,7 +105,7 @@ config KEMBTK_BUSYB_FEATURE_CPIO_O
config KEMBTK_BUSYB_FEATURE_CPIO_P
bool "Support for passthrough mode"
depends on KEMBTK_BUSYB_FEATURE_CPIO_O
- depends on EMBTK_BB_VERSION_1_14_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X
help
Passthrough mode. Rarely used.
@@ -152,6 +152,21 @@ config KEMBTK_BUSYB_GZIP
gzip is used to compress files.
It's probably the most widely used UNIX compression program.
+config KEMBTK_BUSYB_LZOP
+ bool "lzop"
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ Lzop compression/decompresion.
+
+config KEMBTK_BUSYB_LZOP_COMPR_HIGH
+ bool "lzop complession levels 7,8,9 (not very useful)"
+ depends on KEMBTK_BUSYB_LZOP
+ depends on EMBTK_BB_VERSION_1_15_X
+ help
+ High levels (7,8,9) of lzop compression. These levels
+ are actually slower than gzip at equivalent compression ratios
+ and take up 3.2K of code.
+
config KEMBTK_BUSYB_RPM2CPIO
bool "rpm2cpio"
help
@@ -180,10 +195,10 @@ config KEMBTK_BUSYB_FEATURE_TAR_CREATE
tar archives using the `-c' option.
config KEMBTK_BUSYB_FEATURE_TAR_AUTODETECT
- bool "Autodetect gz/bz2 compressed tarballs"
+ bool "Autodetect compressed tarballs"
depends on KEMBTK_BUSYB_FEATURE_SEAMLESS_Z || KEMBTK_BUSYB_FEATURE_SEAMLESS_GZ || KEMBTK_BUSYB_FEATURE_SEAMLESS_BZ2 || KEMBTK_BUSYB_FEATURE_SEAMLESS_LZMA
help
- With this option tar can automatically detect gzip/bzip2 compressed
+ With this option tar can automatically detect compressed
tarballs. Currently it works only on files (not pipes etc).
config KEMBTK_BUSYB_FEATURE_TAR_FROM
@@ -220,7 +235,7 @@ config KEMBTK_BUSYB_FEATURE_TAR_GNU_EXTENSIONS
config KEMBTK_BUSYB_FEATURE_TAR_LONG_OPTIONS
bool "Enable long options"
- depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_GETOPT_LONG
+ depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_LONG_OPTS
help
Enable use of long options, increases size by about 400 Bytes
@@ -258,8 +273,8 @@ config KEMBTK_BUSYB_FEATURE_LZMA_FAST
bool "Optimize unlzma for speed"
depends on KEMBTK_BUSYB_UNLZMA
help
- This option reduces decompression time by about 33% at the cost of
- a 2K bigger binary.
+ This option reduces decompression time by about 25% at the cost of
+ a 1K bigger binary.
config KEMBTK_BUSYB_UNZIP
bool "unzip"