summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-06-26 06:51:16 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-06-26 06:51:16 +0000
commite3896fb28aefc59caf2ab1c0ae8dc73f306e7225 (patch)
treef2391b9349db89d2fb4198276ac66669ea1424ac /package/busybox/Config.in
parent538f656cf108cb5a229096d8f40042a815e17f08 (diff)
downloadbuildroot-novena-e3896fb28aefc59caf2ab1c0ae8dc73f306e7225.tar.gz
buildroot-novena-e3896fb28aefc59caf2ab1c0ae8dc73f306e7225.zip
busybox: add 1.11.x
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index b5168d01d..b529674a5 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -39,6 +39,9 @@ choice
config BR2_BUSYBOX_VERSION_1_10_X
bool "BusyBox 1.10.x"
+ config BR2_BUSYBOX_VERSION_1_11_X
+ bool "BusyBox 1.11.x"
+
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -52,7 +55,7 @@ config BR2_BUSYBOX_VERSION
default "1.8.3" if BR2_BUSYBOX_VERSION_1_8_X
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.0" if BR2_BUSYBOX_VERSION_1_11_X
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
bool "Run BusyBox's own full installation"
@@ -77,6 +80,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_8_X
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
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.