summaryrefslogtreecommitdiff
path: root/packages/busybox
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-24 15:58:24 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-05-24 15:58:24 +0200
commit3d1c34eb20d433af6c2ba30af56496cd61b73739 (patch)
tree5d12be18f38f9cc22a35b8ca38375b0be9d6030b /packages/busybox
parentc20a83257863f06e3b0ab2aeabcd705b82c481ab (diff)
downloadembtoolkit-3d1c34eb20d433af6c2ba30af56496cd61b73739.tar.gz
embtoolkit-3d1c34eb20d433af6c2ba30af56496cd61b73739.tar.bz2
embtoolkit-3d1c34eb20d433af6c2ba30af56496cd61b73739.tar.xz
Packages: busybox: remove bzip2 applet as we already have it in its own package
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/busybox')
-rw-r--r--packages/busybox/busybox-kconfigs/busybox-archival.kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/busybox/busybox-kconfigs/busybox-archival.kconfig b/packages/busybox/busybox-kconfigs/busybox-archival.kconfig
index 0cdc646..dda3e50 100644
--- a/packages/busybox/busybox-kconfigs/busybox-archival.kconfig
+++ b/packages/busybox/busybox-kconfigs/busybox-archival.kconfig
@@ -77,8 +77,8 @@ config KEMBTK_BUSYB_FEATURE_AR_CREATE
This enables archive creation (-c and -r) with busybox ar.
config KEMBTK_BUSYB_BUNZIP2
- bool "bunzip2"
- default y
+ bool
+ default n
help
bunzip2 is a compression utility using the Burrows-Wheeler block
sorting text compression algorithm, and Huffman coding. Compression
@@ -90,8 +90,8 @@ config KEMBTK_BUSYB_BUNZIP2
should probably say N here.
config KEMBTK_BUSYB_BZIP2
- bool "bzip2"
- default y
+ bool
+ default n
help
bzip2 is a compression utility using the Burrows-Wheeler block
sorting text compression algorithm, and Huffman coding. Compression