From f7f6ce0ea9f513e6183f6e7630e0fd2d82f45c1b Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 20 Nov 2010 23:08:10 +0100 Subject: Adapt kconfig symbols for embtk Signed-off-by: Abdoulaye Walsimou Gaye --- busybox-archival.kconfig | 94 ++++++++++++++++++++++++------------------------ 1 file changed, 47 insertions(+), 47 deletions(-) (limited to 'busybox-archival.kconfig') diff --git a/busybox-archival.kconfig b/busybox-archival.kconfig index f00a6ba..4f16736 100644 --- a/busybox-archival.kconfig +++ b/busybox-archival.kconfig @@ -5,27 +5,27 @@ menu "Archival Utilities" -config FEATURE_SEAMLESS_LZMA +config KEMBTK_BUSYB_FEATURE_SEAMLESS_LZMA bool "Make tar, rpm, modprobe etc understand .lzma data" help Make tar, rpm, modprobe etc understand .lzma data. -config FEATURE_SEAMLESS_BZ2 +config KEMBTK_BUSYB_FEATURE_SEAMLESS_BZ2 bool "Make tar, rpm, modprobe etc understand .bz2 data" help Make tar, rpm, modprobe etc understand .bz2 data. -config FEATURE_SEAMLESS_GZ +config KEMBTK_BUSYB_FEATURE_SEAMLESS_GZ bool "Make tar, rpm, modprobe etc understand .gz data" help Make tar, rpm, modprobe etc understand .gz data. -config FEATURE_SEAMLESS_Z +config KEMBTK_BUSYB_FEATURE_SEAMLESS_Z bool "Make tar and gunzip understand .Z data" help Make tar and gunzip understand .Z data. -config AR +config KEMBTK_BUSYB_AR bool "ar" help ar is an archival utility program used to create, modify, and @@ -47,16 +47,16 @@ config AR Unless you have a specific application which requires ar, you should probably say N here. -config FEATURE_AR_LONG_FILENAMES +config KEMBTK_BUSYB_FEATURE_AR_LONG_FILENAMES bool "Support for long filenames (not need for debs)" - depends on AR + 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. It supports the GNU ar long filename method which moves multiple long filenames into a the data section of a new ar entry. -config BUNZIP2 +config KEMBTK_BUSYB_BUNZIP2 bool "bunzip2" help bunzip2 is a compression utility using the Burrows-Wheeler block @@ -68,7 +68,7 @@ config BUNZIP2 Unless you have a specific application which requires bunzip2, you should probably say N here. -config BZIP2 +config KEMBTK_BUSYB_BZIP2 bool "bzip2" help bzip2 is a compression utility using the Burrows-Wheeler block @@ -80,7 +80,7 @@ config BZIP2 Unless you have a specific application which requires bzip2, you should probably say N here. -config CPIO +config KEMBTK_BUSYB_CPIO bool "cpio" help cpio is an archival utility program used to create, modify, and @@ -93,16 +93,16 @@ config CPIO Unless you have a specific application which requires cpio, you should probably say N here. -config FEATURE_CPIO_O +config KEMBTK_BUSYB_FEATURE_CPIO_O bool "Support for archive creation" - depends on CPIO + depends on KEMBTK_BUSYB_CPIO help This implementation of cpio can create cpio archives in the "newc" format only. -config DPKG +config KEMBTK_BUSYB_DPKG bool "dpkg" - select FEATURE_SEAMLESS_GZ + select KEMBTK_BUSYB_FEATURE_SEAMLESS_GZ help dpkg is a medium-level tool to install, build, remove and manage Debian packages. @@ -110,9 +110,9 @@ config DPKG This implementation of dpkg has a number of limitations, you should use the official dpkg if possible. -config DPKG_DEB +config KEMBTK_BUSYB_DPKG_DEB bool "dpkg_deb" - select FEATURE_SEAMLESS_GZ + select KEMBTK_BUSYB_FEATURE_SEAMLESS_GZ help dpkg-deb unpacks and provides information about Debian archives. @@ -121,103 +121,103 @@ config DPKG_DEB Unless you have a specific application which requires dpkg-deb, say N here. -config FEATURE_DPKG_DEB_EXTRACT_ONLY +config KEMBTK_BUSYB_FEATURE_DPKG_DEB_EXTRACT_ONLY bool "Extract only (-x)" - depends on DPKG_DEB + depends on KEMBTK_BUSYB_DPKG_DEB help This reduces dpkg-deb to the equivalent of "ar -p data.tar.gz | tar -zx". However it saves space as none of the extra dpkg-deb, ar or tar options are needed, they are linked to internally. -config GUNZIP +config KEMBTK_BUSYB_GUNZIP bool "gunzip" help gunzip is used to decompress archives created by gzip. You can use the `-t' option to test the integrity of an archive, without decompressing it. -config GZIP +config KEMBTK_BUSYB_GZIP bool "gzip" help gzip is used to compress files. It's probably the most widely used UNIX compression program. -config RPM2CPIO +config KEMBTK_BUSYB_RPM2CPIO bool "rpm2cpio" help - Converts an RPM file into a CPIO archive. + Converts an KEMBTK_BUSYB_RPM file into a KEMBTK_BUSYB_CPIO archive. -config RPM +config KEMBTK_BUSYB_RPM bool "rpm" help - Mini RPM applet - queries and extracts RPM packages. + Mini KEMBTK_BUSYB_RPM applet - queries and extracts KEMBTK_BUSYB_RPM packages. -config TAR +config KEMBTK_BUSYB_TAR bool "tar" help tar is an archiving program. It's commonly used with gzip to create compressed archives. It's probably the most widely used UNIX archive program. -if TAR +if KEMBTK_BUSYB_TAR -config FEATURE_TAR_CREATE +config KEMBTK_BUSYB_FEATURE_TAR_CREATE bool "Enable archive creation" default y - depends on TAR + depends on KEMBTK_BUSYB_TAR help If you enable this option you'll be able to create tar archives using the `-c' option. -config FEATURE_TAR_AUTODETECT +config KEMBTK_BUSYB_FEATURE_TAR_AUTODETECT bool "Autodetect gz/bz2 compressed tarballs" - depends on FEATURE_SEAMLESS_Z || FEATURE_SEAMLESS_GZ || FEATURE_SEAMLESS_BZ2 || FEATURE_SEAMLESS_LZMA + 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 tarballs. Currently it works only on files (not pipes etc). -config FEATURE_TAR_FROM +config KEMBTK_BUSYB_FEATURE_TAR_FROM bool "Enable -X (exclude from) and -T (include from) options)" - depends on TAR + depends on KEMBTK_BUSYB_TAR help If you enable this option you'll be able to specify a list of files to include or exclude from an archive. -config FEATURE_TAR_OLDGNU_COMPATIBILITY +config KEMBTK_BUSYB_FEATURE_TAR_OLDGNU_COMPATIBILITY bool "Support for old tar header format" - depends on TAR + depends on KEMBTK_BUSYB_TAR help This option is required to unpack archives created in the old GNU format; help to kill this old format by repacking your ancient archives with the new format. -config FEATURE_TAR_OLDSUN_COMPATIBILITY +config KEMBTK_BUSYB_FEATURE_TAR_OLDSUN_COMPATIBILITY bool "Enable untarring of tarballs with checksums produced by buggy Sun tar" - depends on TAR + depends on KEMBTK_BUSYB_TAR help This option is required to unpack archives created by some old version of Sun's tar (it was calculating checksum using signed arithmetic). It is said to be fixed in newer Sun tar, but "old" tarballs still exist. -config FEATURE_TAR_GNU_EXTENSIONS +config KEMBTK_BUSYB_FEATURE_TAR_GNU_EXTENSIONS bool "Support for GNU tar extensions (long filenames)" default y - depends on TAR + depends on KEMBTK_BUSYB_TAR help With this option busybox supports GNU long filenames and linknames. -config FEATURE_TAR_LONG_OPTIONS +config KEMBTK_BUSYB_FEATURE_TAR_LONG_OPTIONS bool "Enable long options" - depends on TAR && GETOPT_LONG + depends on KEMBTK_BUSYB_TAR && KEMBTK_BUSYB_GETOPT_LONG help Enable use of long options, increases size by about 400 Bytes -config FEATURE_TAR_UNAME_GNAME +config KEMBTK_BUSYB_FEATURE_TAR_UNAME_GNAME bool "Enable use of user and group names" - depends on TAR + depends on KEMBTK_BUSYB_TAR help Enables use of user and group names in tar. This affects contents listings (-t) and preserving permissions when unpacking (-p). @@ -225,13 +225,13 @@ config FEATURE_TAR_UNAME_GNAME endif #tar -config UNCOMPRESS +config KEMBTK_BUSYB_UNCOMPRESS bool "uncompress" help uncompress is used to decompress archives created by compress. Not much used anymore, replaced by gzip/gunzip. -config UNLZMA +config KEMBTK_BUSYB_UNLZMA bool "unlzma" help unlzma is a compression utility using the Lempel-Ziv-Markov chain @@ -245,14 +245,14 @@ config UNLZMA Unless you have a specific application which requires unlzma, you should probably say N here. -config FEATURE_LZMA_FAST +config KEMBTK_BUSYB_FEATURE_LZMA_FAST bool "Optimize unlzma for speed" - depends on UNLZMA + depends on KEMBTK_BUSYB_UNLZMA help This option reduces decompression time by about 33% at the cost of a 2K bigger binary. -config UNZIP +config KEMBTK_BUSYB_UNZIP bool "unzip" help unzip will list or extract files from a ZIP archive, -- cgit v1.2.3