From d14a2c779626f0bb99f411784e4f1476b7c541d0 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 21 Aug 2008 05:08:53 +0000 Subject: busybox: add 1.12.x and make it default --- package/busybox/Config.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/busybox') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 02ec7fc25..6c8a7e96b 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" depends on BR2_PACKAGE_BUSYBOX - default BR2_BUSYBOX_VERSION_1_11_X + default BR2_BUSYBOX_VERSION_1_12_X help Select the version of BusyBox you wish to use. @@ -43,6 +43,9 @@ choice config BR2_BUSYBOX_VERSION_1_11_X bool "BusyBox 1.11.x" + config BR2_BUSYBOX_VERSION_1_12_X + bool "BusyBox 1.12.x" + config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -57,6 +60,7 @@ config BR2_BUSYBOX_VERSION default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_X default "1.10.4" if BR2_BUSYBOX_VERSION_1_10_X default "1.11.1" if BR2_BUSYBOX_VERSION_1_11_X + default "1.12.0" if BR2_BUSYBOX_VERSION_1_12_X config BR2_PACKAGE_BUSYBOX_FULLINSTALL bool "Run BusyBox's own full installation" @@ -82,6 +86,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_9_X default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_X default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X + default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. -- cgit v1.2.3