busybox: default HIDE_OTHERS to y for all versions
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:06:19 +0000 (19:06 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 4 Aug 2008 19:06:19 +0000 (19:06 -0000)
There's no particular reason to only enable BR2_PACKAGE_BUSYBOX_HIDE_OTHERS
by default for the snapshot version.

package/busybox/Config.in

index 923d3bd3c13cb3149a4488c6896fcc0c4dc2fd08..02ec7fc2589cb5ad6d0a2befbe43b697b3e89899 100644 (file)
@@ -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.