diff options
| author | Ulf Samuelsson | 2007-10-07 20:29:17 +0200 |
|---|---|---|
| committer | Ulf Samuelsson | 2007-10-07 20:29:17 +0200 |
| commit | cfeb86e2b3b474f1e33d124765896f5d817497b3 (patch) | |
| tree | f4b3f06d8648a4bcef0aac51e1ef818aa344b578 /package | |
| parent | Do not create new directories in external toolchain (diff) | |
| download | buildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.tar.gz buildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.tar.xz buildroot-cfeb86e2b3b474f1e33d124765896f5d817497b3.zip | |
Allow longer history for package versions
Diffstat (limited to 'package')
| -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" |
