From d9ae4dd945e2ba7daca92448a0563c9399942c19 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 20 Mar 2007 08:53:17 +0000 Subject: - add busybox-1.4.2 --- package/busybox/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'package/busybox/Config.in') diff --git a/package/busybox/Config.in b/package/busybox/Config.in index 9d9c1a1e91..88d54fba2e 100644 --- a/package/busybox/Config.in +++ b/package/busybox/Config.in @@ -18,18 +18,25 @@ choice config BR2_BUSYBOX_VERSION_1_0_1 bool "BusyBox 1.0.1" + depends on BR2_DEPRECATED config BR2_BUSYBOX_VERSION_1_1_3 bool "BusyBox 1.1.3" + depends on BR2_DEPRECATED config BR2_BUSYBOX_VERSION_1_2_2_1 bool "BusyBox 1.2.2.1" config BR2_BUSYBOX_VERSION_1_4_0 bool "BusyBox 1.4.0" + depends on BR2_DEPRECATED config BR2_BUSYBOX_VERSION_1_4_1 bool "BusyBox 1.4.1" + depends on BR2_DEPRECATED + + config BR2_BUSYBOX_VERSION_1_4_2 + bool "BusyBox 1.4.2" config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -60,6 +67,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.2.2.1.config" if BR2_BUSYBOX_VERSION_1_2_2_1 default "package/busybox/busybox-1.4.0.config" if BR2_BUSYBOX_VERSION_1_4_0 default "package/busybox/busybox-1.4.1.config" if BR2_BUSYBOX_VERSION_1_4_1 + default "package/busybox/busybox-1.4.1.config" if BR2_BUSYBOX_VERSION_1_4_2 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.1