summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-01-17 12:48:11 +0100
committerBernhard Reutner-Fischer2007-01-17 12:48:11 +0100
commitd749450fc115ce08b4864e6a2e3fc44de14d8ae8 (patch)
tree4c450f2919585f63c1a7a70f5b4472519cb298f8 /package/busybox/Config.in
parent- move the X packages into a separate menu (diff)
downloadbuildroot-d749450fc115ce08b4864e6a2e3fc44de14d8ae8.tar.gz
buildroot-d749450fc115ce08b4864e6a2e3fc44de14d8ae8.tar.xz
buildroot-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.
+