summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 11:48:11 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-17 11:48:11 +0000
commitd749450fc115ce08b4864e6a2e3fc44de14d8ae8 (patch)
tree4c450f2919585f63c1a7a70f5b4472519cb298f8 /package/busybox/Config.in
parent8fd570f2bdd787b65a255b3377cf8cf39c36679e (diff)
downloadbuildroot-novena-d749450fc115ce08b4864e6a2e3fc44de14d8ae8.tar.gz
buildroot-novena-d749450fc115ce08b4864e6a2e3fc44de14d8ae8.zip
- add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that
are potentially provided by busybox.
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index e50ff24dc..00a3de5cf 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -56,3 +56,12 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
file, and will specify their config file location with this option.
Most people will just use the default BusyBox configuration file.
+
+config BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
+ bool "Hide applications that are provided by busybox"
+ depends on BR2_PACKAGE_BUSYBOX
+ default y if BR2_PACKAGE_BUSYBOX_SNAPSHOT
+ help
+ Do not show packages in menuconfig that are potentially provided
+ by busybox.
+