summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 09:51:37 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-03-20 09:51:37 +0000
commit415d655a74658077c0efbbc0dc2e91cae3b9cadf (patch)
tree9801f3ff793e08a8a26c1ee8a470798feade7af6 /package/busybox/Config.in
parentd9ae4dd945e2ba7daca92448a0563c9399942c19 (diff)
downloadbuildroot-novena-415d655a74658077c0efbbc0dc2e91cae3b9cadf.tar.gz
buildroot-novena-415d655a74658077c0efbbc0dc2e91cae3b9cadf.zip
- simplify busybox version fiddling
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 88d54fba2..f04f34fb6 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
choice
prompt "BusyBox Version"
depends BR2_PACKAGE_BUSYBOX
- default BR2_BUSYBOX_VERSION_1_2_2_1
+ default BR2_BUSYBOX_VERSION_1_4_2
help
Select the version of BusyBox you wish to use.
@@ -26,6 +26,7 @@ choice
config BR2_BUSYBOX_VERSION_1_2_2_1
bool "BusyBox 1.2.2.1"
+ depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_4_0
bool "BusyBox 1.4.0"
@@ -43,6 +44,14 @@ choice
endchoice
+config BR2_BUSYBOX_VERSION
+ string
+ default "1.0.1" if BR2_BUSYBOX_VERSION_1_0_1
+ default "1.1.3" if BR2_BUSYBOX_VERSION_1_1_3
+ default "1.2.2.1" if BR2_BUSYBOX_VERSION_1_2_2_1
+ default "1.4.0" if BR2_BUSYBOX_VERSION_1_4_0
+ default "1.4.1" if BR2_BUSYBOX_VERSION_1_4_1
+ default "1.4.2" if BR2_BUSYBOX_VERSION_1_4_2
config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS