From fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:06:19 +0000 Subject: busybox: default HIDE_OTHERS to y for all versions There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS by default for the snapshot version. --- package/busybox/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 923d3bd3c..02ec7fc25 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -91,7 +91,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG 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 + default y help Do not show packages in menuconfig that are potentially provided by busybox. -- cgit v1.2.3