summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-01 14:04:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-01 14:04:55 +0000
commit013b51ec818e3e9e2e662420e830e405686363a2 (patch)
tree344fb9594dc871bb7f14d7111115ef3f56be4f72 /package/busybox/Config.in
parentf43c02cc91308afd952ace4e1db6e3356bbdab85 (diff)
downloadbuildroot-novena-013b51ec818e3e9e2e662420e830e405686363a2.tar.gz
buildroot-novena-013b51ec818e3e9e2e662420e830e405686363a2.zip
busybox: default to 1.11.x
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 b529674a5..9879b80ca 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
choice
prompt "BusyBox Version"
depends on BR2_PACKAGE_BUSYBOX
- default BR2_BUSYBOX_VERSION_1_10_X
+ default BR2_BUSYBOX_VERSION_1_11_X
help
Select the version of BusyBox you wish to use.
@@ -34,10 +34,11 @@ choice
config BR2_BUSYBOX_VERSION_1_9_X
bool "BusyBox 1.9.x"
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_10_X
bool "BusyBox 1.10.x"
+ depends on BR2_DEPRECATED || BR2_RECENT
config BR2_BUSYBOX_VERSION_1_11_X
bool "BusyBox 1.11.x"