config BUSYBOX_CONFIG_FEATURE_SEAMLESS_BZ2
bool "Make tar, rpm, modprobe etc understand .bz2 data"
- default y
+ default n
help
Make tar, rpm, modprobe etc understand .bz2 data.
config BUSYBOX_CONFIG_BZIP2
bool "bzip2"
- default y
+ default n
help
bzip2 is a compression utility using the Burrows-Wheeler block
sorting text compression algorithm, and Huffman coding. Compression
config BUSYBOX_CONFIG_DPKG
bool "dpkg"
default n
+ select BUSYBOX_CONFIG_FEATURE_SEAMLESS_GZ
help
dpkg is a medium-level tool to install, build, remove and manage
Debian packages.
config BUSYBOX_CONFIG_DPKG_DEB
bool "dpkg_deb"
default n
+ select BUSYBOX_CONFIG_FEATURE_SEAMLESS_GZ
help
- dpkg-deb packs, unpacks and provides information about Debian
- archives.
+ dpkg-deb unpacks and provides information about Debian archives.
This implementation of dpkg-deb cannot pack archives.
create compressed archives. It's probably the most widely used
UNIX archive program.
-if TAR
+if BUSYBOX_CONFIG_TAR
config BUSYBOX_CONFIG_FEATURE_TAR_CREATE
bool "Enable archive creation"