projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87ac3fc
)
busybox: mark old versions as deprecated
author
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 26 Jun 2008 06:51:11 +0000
(06:51 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Thu, 26 Jun 2008 06:51:11 +0000
(06:51 -0000)
package/busybox/Config.in
patch
|
blob
|
history
diff --git
a/package/busybox/Config.in
b/package/busybox/Config.in
index 8a99703f09f92c290397b5ca61e94e05a68f4703..b5168d01d031a006ec5c7797bf4d0cdf14ed004f 100644
(file)
--- 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"