diff options
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 2d55aa60f9..66c0673762 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -13,12 +13,13 @@ if BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" - default BR2_BUSYBOX_VERSION_1_21_X + default BR2_BUSYBOX_VERSION_1_22_X help Select the version of BusyBox you wish to use. config BR2_BUSYBOX_VERSION_1_19_X bool "BusyBox 1.19.x" + depends on BR2_DEPRECATED config BR2_BUSYBOX_VERSION_1_20_X bool "BusyBox 1.20.x" @@ -26,6 +27,9 @@ choice config BR2_BUSYBOX_VERSION_1_21_X bool "BusyBox 1.21.x" + config BR2_BUSYBOX_VERSION_1_22_X + bool "BusyBox 1.22.x" + config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -36,6 +40,7 @@ config BR2_BUSYBOX_VERSION default "1.19.4" if BR2_BUSYBOX_VERSION_1_19_X default "1.20.2" if BR2_BUSYBOX_VERSION_1_20_X default "1.21.1" if BR2_BUSYBOX_VERSION_1_21_X + default "1.22.0" if BR2_BUSYBOX_VERSION_1_22_X config BR2_PACKAGE_BUSYBOX_CONFIG string "BusyBox configuration file to use?" @@ -43,6 +48,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.19.x.config" if BR2_BUSYBOX_VERSION_1_19_X default "package/busybox/busybox-1.20.x.config" if BR2_BUSYBOX_VERSION_1_20_X default "package/busybox/busybox-1.21.x.config" if BR2_BUSYBOX_VERSION_1_21_X + default "package/busybox/busybox-1.22.x.config" if BR2_BUSYBOX_VERSION_1_22_X help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. |