From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:06:19 +0000 (-0000) Subject: busybox: default HIDE_OTHERS to y for all versions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f;p=buildroot.git 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. --- diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 923d3bd3c1..02ec7fc258 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.