diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:06:19 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-08-04 19:06:19 +0000 |
commit | fa0ac2de33c0d19b5aa035d5091f77ddc74b0e6f (patch) | |
tree | 61d73561d142ff76a2b8b32b3d9e15d11248aa82 /package | |
parent | 62c21f89711c03797d414c378aa3b469212d6523 (diff) | |
download | buildroot-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.
Diffstat (limited to 'package')
-rw-r--r-- | package/busybox/Config.in | 2 |
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. |