summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:06:19 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-04 19:06:19 +0000
commitfa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (patch)
tree61d73561d142ff76a2b8b32b3d9e15d11248aa82
parent62c21f89711c03797d414c378aa3b469212d6523 (diff)
downloadbuildroot-novena-fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f.tar.gz
buildroot-novena-fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f.zip
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.
-rw-r--r--package/busybox/Config.in2
1 files changed, 1 insertions, 1 deletions
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.