busybox: default to 1.11.x
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jul 2008 14:04:55 +0000 (14:04 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 1 Jul 2008 14:04:55 +0000 (14:04 -0000)
package/busybox/Config.in

index b529674a5a3ec8c12dd5dfc64330e61dcf37a72a..9879b80ca6761868171343222bc41768506b102d 100644 (file)
@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
 choice
        prompt "BusyBox Version"
        depends on BR2_PACKAGE_BUSYBOX
-       default BR2_BUSYBOX_VERSION_1_10_X
+       default BR2_BUSYBOX_VERSION_1_11_X
        help
          Select the version of BusyBox you wish to use.
 
@@ -34,10 +34,11 @@ choice
 
        config BR2_BUSYBOX_VERSION_1_9_X
                bool "BusyBox 1.9.x"
-               depends on BR2_DEPRECATED || BR2_RECENT
+               depends on BR2_DEPRECATED
 
        config BR2_BUSYBOX_VERSION_1_10_X
                bool "BusyBox 1.10.x"
+               depends on BR2_DEPRECATED || BR2_RECENT
 
        config BR2_BUSYBOX_VERSION_1_11_X
                bool "BusyBox 1.11.x"