diff options
Diffstat (limited to 'package/busybox/Config.in')
-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. + |