From 18679d10a134533164a8b3ef18daa68831f16aec Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 25 Mar 2008 14:38:45 +0000 Subject: busybox: add 1.10.0 release --- package/busybox/Config.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 5ea1c277c..5a6dd5d4e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX choice prompt "BusyBox Version" depends BR2_PACKAGE_BUSYBOX - default BR2_BUSYBOX_VERSION_1_9_X + default BR2_BUSYBOX_VERSION_1_10_X help Select the version of BusyBox you wish to use. @@ -35,6 +35,9 @@ choice config BR2_BUSYBOX_VERSION_1_9_X bool "BusyBox 1.9.x" + config BR2_BUSYBOX_VERSION_1_10_X + bool "BusyBox 1.10.x" + config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -47,6 +50,7 @@ config BR2_BUSYBOX_VERSION default "1.7.4" if BR2_BUSYBOX_VERSION_1_7_X default "1.8.2" if BR2_BUSYBOX_VERSION_1_8_X default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_X + default "1.10.0" if BR2_BUSYBOX_VERSION_1_10_X config BR2_PACKAGE_BUSYBOX_FULLINSTALL @@ -71,6 +75,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_X default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_8_X 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 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