summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-26 06:51:11 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-26 06:51:11 +0000
commit538f656cf108cb5a229096d8f40042a815e17f08 (patch)
treec780eba6662cc6b48b763fd5c6246f35b82e8291 /package/busybox/Config.in
parent87ac3fcaa4f0bf9bba0cbe0957c5b4feaf7e85e2 (diff)
downloadbuildroot-novena-538f656cf108cb5a229096d8f40042a815e17f08.tar.gz
buildroot-novena-538f656cf108cb5a229096d8f40042a815e17f08.zip
busybox: mark old versions as deprecated
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 8a99703f0..b5168d01d 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -26,14 +26,15 @@ choice
config BR2_BUSYBOX_VERSION_1_7_X
bool "BusyBox 1.7.x"
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_8_X
bool "BusyBox 1.8.x"
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_9_X
bool "BusyBox 1.9.x"
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_10_X
bool "BusyBox 1.10.x"