diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 11:48:11 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-17 11:48:11 +0000 |
commit | d749450fc115ce08b4864e6a2e3fc44de14d8ae8 (patch) | |
tree | 4c450f2919585f63c1a7a70f5b4472519cb298f8 /package/busybox | |
parent | 8fd570f2bdd787b65a255b3377cf8cf39c36679e (diff) | |
download | buildroot-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')
-rw-r--r-- | package/busybox/Config.in | 9 |
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. + |