summaryrefslogtreecommitdiff
path: root/busybox-archival.kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'busybox-archival.kconfig')
-rw-r--r--busybox-archival.kconfig26
1 files changed, 13 insertions, 13 deletions
diff --git a/busybox-archival.kconfig b/busybox-archival.kconfig
index a3d70c6..2297fca 100644
--- a/busybox-archival.kconfig
+++ b/busybox-archival.kconfig
@@ -11,7 +11,7 @@ comment "-------------------------------------------------"
config KEMBTK_BUSYB_FEATURE_SEAMLESS_XZ
bool "Make tar, rpm, modprobe etc understand .xz data"
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
help
Make tar, rpm, modprobe etc understand .xz data.
@@ -73,7 +73,7 @@ config KEMBTK_BUSYB_FEATURE_AR_LONG_FILENAMES
config KEMBTK_BUSYB_FEATURE_AR_CREATE
bool "Support archive creation"
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
depends on KEMBTK_BUSYB_AR
help
@@ -131,7 +131,7 @@ config KEMBTK_BUSYB_FEATURE_CPIO_P
bool "Support for passthrough mode"
default y
depends on KEMBTK_BUSYB_FEATURE_CPIO_O
- depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_14_X || EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Passthrough mode. Rarely used.
@@ -189,13 +189,13 @@ config KEMBTK_BUSYB_FEATURE_GZIP_LONG_OPTIONS
config KEMBTK_BUSYB_LZOP
bool "lzop"
- depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_15_X || EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
help
Lzop compression/decompresion.
config KEMBTK_BUSYB_LZOP_COMPR_HIGH
- bool "lzop complession levels 7,8,9 (not very useful)"
+ bool "lzop compression levels 7,8,9 (not very useful)"
depends on KEMBTK_BUSYB_LZOP
help
High levels (7,8,9) of lzop compression. These levels
@@ -206,7 +206,7 @@ config KEMBTK_BUSYB_RPM2CPIO
bool "rpm2cpio"
default y
help
- Converts an KEMBTK_BUSYB_RPM file into a KEMBTK_BUSYB_CPIO archive.
+ Converts a KEMBTK_BUSYB_RPM file into a KEMBTK_BUSYB_CPIO archive.
config KEMBTK_BUSYB_RPM
bool "rpm"
@@ -282,9 +282,9 @@ config KEMBTK_BUSYB_FEATURE_TAR_LONG_OPTIONS
config KEMBTK_BUSYB_FEATURE_TAR_TO_COMMAND
bool "Support for writing to an external program"
- depends on EMBTK_BB_VERSION_1_17_X
- depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_FEATURE_TAR_LONG_OPTIONS
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
+ depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_FEATURE_TAR_LONG_OPTIONS
help
If you enable this option you'll be able to instruct tar to send
the contents of each extracted file to the standard input of an
@@ -301,7 +301,7 @@ config KEMBTK_BUSYB_FEATURE_TAR_UNAME_GNAME
config KEMBTK_BUSYB_FEATURE_TAR_NOPRESERVE_TIME
bool "Enable -m (do not preserve time) option"
- depends on EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_16_X || EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
depends on KEMBTK_BUSYB_TAR
help
@@ -311,7 +311,7 @@ config KEMBTK_BUSYB_FEATURE_TAR_NOPRESERVE_TIME
config KEMBTK_BUSYB_FEATURE_TAR_SELINUX
bool "Support for extracting SELinux labels"
depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_SELINUX
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
With this option busybox supports restoring SELinux labels
when extracting files from tar archives.
@@ -347,7 +347,7 @@ config KEMBTK_BUSYB_FEATURE_LZMA_FAST
config KEMBTK_BUSYB_LZMA
bool "Provide lzma alias which supports only unpacking"
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
depends on KEMBTK_BUSYB_UNLZMA
help
@@ -356,14 +356,14 @@ config KEMBTK_BUSYB_LZMA
config KEMBTK_BUSYB_UNXZ
bool "unxz"
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
help
unxz is a unlzma successor.
config KEMBTK_BUSYB_XZ
bool "Provide xz alias which supports only unpacking"
- depends on EMBTK_BB_VERSION_1_17_X
+ depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
default y
depends on KEMBTK_BUSYB_UNXZ
help