From d749450fc115ce08b4864e6a2e3fc44de14d8ae8 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 17 Jan 2007 11:48:11 +0000 Subject: - add central knob (BR2_PACKAGE_BUSYBOX_HIDE_OTHERS) to hide packages that are potentially provided by busybox. --- package/busybox/Config.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'package/busybox') 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. + -- cgit v1.2.3