summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 13:25:57 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 13:26:51 +0200
commit01f783dc096386b00179a255a63925015f514571 (patch)
treeb6ffcffa2c0b475e61fdb73688c5fdb06635ec40 /package/busybox/Config.in
parent49c47f55a87a5b7bcc688afce07348608ecce454 (diff)
downloadbuildroot-novena-01f783dc096386b00179a255a63925015f514571.tar.gz
buildroot-novena-01f783dc096386b00179a255a63925015f514571.zip
busybox: add 1.15.0
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index d72ab3d35..a6a35e7ea 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_14_X
+ default BR2_BUSYBOX_VERSION_1_15_X
help
Select the version of BusyBox you wish to use.
@@ -22,10 +22,14 @@ choice
config BR2_BUSYBOX_VERSION_1_13_X
bool "BusyBox 1.13.x"
- depends on BR2_DEPRECATED || BR2_RECENT
+ depends on BR2_RECENT
config BR2_BUSYBOX_VERSION_1_14_X
bool "BusyBox 1.14.x"
+ depends on BR2_DEPRECATED || BR2_RECENT
+
+ config BR2_BUSYBOX_VERSION_1_15_X
+ bool "BusyBox 1.15.x"
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -37,6 +41,7 @@ config BR2_BUSYBOX_VERSION
default "1.12.4" if BR2_BUSYBOX_VERSION_1_12_X
default "1.13.4" if BR2_BUSYBOX_VERSION_1_13_X
default "1.14.3" if BR2_BUSYBOX_VERSION_1_14_X
+ default "1.15.0" if BR2_BUSYBOX_VERSION_1_15_X
config BR2_PACKAGE_BUSYBOX_FULLINSTALL
bool "Run BusyBox's own full installation"
@@ -58,6 +63,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.11.x.config" if BR2_BUSYBOX_VERSION_1_12_X
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_13_X
default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_14_X
+ default "package/busybox/busybox-1.13.x.config" if BR2_BUSYBOX_VERSION_1_15_X
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.