summaryrefslogtreecommitdiff
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-08-21 05:08:53 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-08-21 05:08:53 +0000
commitd14a2c779626f0bb99f411784e4f1476b7c541d0 (patch)
treef7f9565ea698b73bb5a38e7c9987907e04705825 /package/busybox/Config.in
parent644b251f62a5362c081b4e8a67b2999fd0bcb8f5 (diff)
busybox: add 1.12.x and make it default
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 02ec7fc25..6c8a7e96b 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_11_X
+ default BR2_BUSYBOX_VERSION_1_12_X
help
Select the version of BusyBox you wish to use.
@@ -43,6 +43,9 @@ choice
config BR2_BUSYBOX_VERSION_1_11_X
bool "BusyBox 1.11.x"
+ config BR2_BUSYBOX_VERSION_1_12_X
+ bool "BusyBox 1.12.x"
+
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -57,6 +60,7 @@ config BR2_BUSYBOX_VERSION
default "1.9.2" if BR2_BUSYBOX_VERSION_1_9_X
default "1.10.4" if BR2_BUSYBOX_VERSION_1_10_X
default "1.11.1" if BR2_BUSYBOX_VERSION_1_11_X
+ default "1.12.0" if BR2_BUSYBOX_VERSION_1_12_X
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
bool "Run BusyBox's own full installation"
@@ -82,6 +86,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_9_X
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_10_X
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_11_X
+ default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.