summaryrefslogtreecommitdiff
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-24 21:57:38 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-24 21:58:00 +0200
commitb23cfa9e2081511a8913553abdc9a1f48757a174 (patch)
tree14721bafa781d6d45993b6038d705a572f814756 /package/busybox
parent8b30df1cf5ff7c5a675d6d9451decc8c99f886bd (diff)
allow to hide packages, which are provided by busybox applets
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in.manual15
1 files changed, 2 insertions, 13 deletions
diff --git a/package/busybox/Config.in.manual b/package/busybox/Config.in.manual
index 829a0d82f..a037749ae 100644
--- a/package/busybox/Config.in.manual
+++ b/package/busybox/Config.in.manual
@@ -16,7 +16,8 @@ config ADK_PACKAGE_BUSYBOX
config ADK_PACKAGE_BUSYBOX_HIDE
prompt "hide packages provided by busybox applets"
boolean
- default y
+ depends on ADK_PACKAGE_BUSYBOX
+ default n
help
Do not show packages which are provided as busybox applets
@@ -48,12 +49,6 @@ config BUSYBOX_DISABLE_TAR
depends on ADK_PACKAGE_TAR
default n
-config BUSYBOX_DISABLE_RPM
- boolean
- default y if ADK_PACKAGE_RPM
- depends on ADK_PACKAGE_RPM
- default n
-
config BUSYBOX_DISABLE_BZIP2
boolean
default y if ADK_PACKAGE_BZIP2
@@ -162,12 +157,6 @@ config BUSYBOX_DISABLE_UNXZ
depends on ADK_PACKAGE_XZ
default n
-config BUSYBOX_DISABLE_UNZIP
- boolean
- default y if ADK_PACKAGE_UNZIP
- depends on ADK_PACKAGE_UNZIP
- default n
-
config BUSYBOX_DISABLE_FBSET
boolean
default y if ADK_PACKAGE_FBSET