summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-07 18:29:17 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2007-10-07 18:29:17 +0000
commitcfeb86e2b3b474f1e33d124765896f5d817497b3 (patch)
treef4b3f06d8648a4bcef0aac51e1ef818aa344b578 /package/busybox/Config.in
parentf5905dc9eb84815f5afe9feb09500340ad1379cd (diff)
downloadbuildroot-novena-cfeb86e2b3b474f1e33d124765896f5d817497b3.tar.gz
buildroot-novena-cfeb86e2b3b474f1e33d124765896f5d817497b3.zip
Allow longer history for package versions
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 3bb993aa5..846bafdab 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -26,11 +26,11 @@ choice
config BR2_BUSYBOX_VERSION_1_7_0
bool "BusyBox 1.7.0"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_7_1
bool "BusyBox 1.7.1"
- depends on BR2_DEPRECATED
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_7_2
bool "BusyBox 1.7.2"