diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-07 18:29:17 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-10-07 18:29:17 +0000 |
commit | cfeb86e2b3b474f1e33d124765896f5d817497b3 (patch) | |
tree | f4b3f06d8648a4bcef0aac51e1ef818aa344b578 /package/busybox/Config.in | |
parent | f5905dc9eb84815f5afe9feb09500340ad1379cd (diff) | |
download | buildroot-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.in | 4 |
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" |