summaryrefslogtreecommitdiff
path: root/busybox-archival.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-28 21:37:24 +0100
commitbd90baeb9f9a255a545e0ece9197f89f04395db0 (patch)
tree59169ed66acf150a9fc6aba90fe96b9afd7155d1 /busybox-archival.kconfig
parent126f2b8df773acc00d0b52a4dfbffadebe7946e2 (diff)
downloadembtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.gz
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.bz2
embtk-busybox-kconfigs-bd90baeb9f9a255a545e0ece9197f89f04395db0.tar.xz
Import busybox-1.16.x kconfigs symbolsembtk-busybox-kconfigs-1.16.1
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-archival.kconfig')
-rw-r--r--busybox-archival.kconfig19
1 files changed, 16 insertions, 3 deletions
diff --git a/busybox-archival.kconfig b/busybox-archival.kconfig
index b537e6f..1a58b34 100644
--- a/busybox-archival.kconfig
+++ b/busybox-archival.kconfig
@@ -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 || EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X
help
Passthrough mode. Rarely used.
@@ -152,16 +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_FEATURE_GZIP_LONG_OPTIONS
+ bool "Enable long options"
+ depends on KEMBTK_BUSYB_GZIP && KEMBTK_BUSYB_LONG_OPTS
+ help
+ Enable use of long options, increases size by about 106 Bytes
+
config KEMBTK_BUSYB_LZOP
bool "lzop"
- depends on EMBTK_BB_VERSION_1_15_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_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
@@ -247,6 +252,14 @@ config KEMBTK_BUSYB_FEATURE_TAR_UNAME_GNAME
listings (-t) and preserving permissions when unpacking (-p).
+200 bytes.
+config KEMBTK_BUSYB_FEATURE_TAR_NOPRESERVE_TIME
+ bool "Enable -m (do not preserve time) option"
+ depends on KEMBTK_BUSYB_TAR
+ depends on EMBTK_BB_VERSION_1_16_X
+ help
+ With this option busybox supports GNU tar -m
+ (do not preserve time) option.
+
endif #tar
config KEMBTK_BUSYB_UNCOMPRESS