busybox: bump version
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jan 2010 07:36:28 +0000 (08:36 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 26 Jan 2010 07:36:28 +0000 (08:36 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/busybox/Config.in

index df9cb2eb605be475e1a58eb91b7f17b9fe957f9b..94286076edde0d9541d4fb04e896398f97510d6b 100644 (file)
@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
 choice
        prompt "BusyBox Version"
        depends on BR2_PACKAGE_BUSYBOX
-       default BR2_BUSYBOX_VERSION_1_15_X
+       default BR2_BUSYBOX_VERSION_1_16_X
        help
          Select the version of BusyBox you wish to use.
 
@@ -26,10 +26,14 @@ choice
 
        config BR2_BUSYBOX_VERSION_1_14_X
                bool "BusyBox 1.14.x"
-               depends on BR2_DEPRECATED || BR2_RECENT
+               depends on BR2_DEPRECATED
 
        config BR2_BUSYBOX_VERSION_1_15_X
                bool "BusyBox 1.15.x"
+               depends on BR2_DEPRECATED || BR2_RECENT
+
+       config BR2_BUSYBOX_VERSION_1_16_X
+               bool "BusyBox 1.16.x"
 
        config BR2_PACKAGE_BUSYBOX_SNAPSHOT
                bool "daily snapshot"
@@ -42,6 +46,7 @@ config BR2_BUSYBOX_VERSION
        default "1.13.4"        if BR2_BUSYBOX_VERSION_1_13_X
        default "1.14.4"        if BR2_BUSYBOX_VERSION_1_14_X
        default "1.15.3"        if BR2_BUSYBOX_VERSION_1_15_X
+       default "1.16.0"        if BR2_BUSYBOX_VERSION_1_16_X
 
 config BR2_PACKAGE_BUSYBOX_FULLINSTALL
        bool "Run BusyBox's own full installation"
@@ -64,6 +69,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
        default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
        default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_14_X
        default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_15_X
+       default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_16_X
        help
          Some people may wish to use their own modified BusyBox configuration
          file, and will specify their config file location with this option.