summaryrefslogtreecommitdiffstats
path: root/package/busybox/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-30 12:50:25 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-30 12:50:25 +0000
commit2ba27aec378d1f9a1864ad6230910779f04b1093 (patch)
tree3c13511c8a2907545f4cd6b7654c7c68d5ca3b45 /package/busybox/Config.in
parentb1681007f128b321cd5d4484f1ee4bbc36922cac (diff)
downloadbuildroot-novena-2ba27aec378d1f9a1864ad6230910779f04b1093.tar.gz
buildroot-novena-2ba27aec378d1f9a1864ad6230910779f04b1093.zip
- bump version
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r--package/busybox/Config.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index f97546bc3..3bb993aa5 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_7_1
+ default BR2_BUSYBOX_VERSION_1_7_2
help
Select the version of BusyBox you wish to use.
@@ -30,6 +30,10 @@ choice
config BR2_BUSYBOX_VERSION_1_7_1
bool "BusyBox 1.7.1"
+ depends on BR2_DEPRECATED
+
+ config BR2_BUSYBOX_VERSION_1_7_2
+ bool "BusyBox 1.7.2"
config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot"
@@ -42,6 +46,7 @@ config BR2_BUSYBOX_VERSION
default "1.6.1" if BR2_BUSYBOX_VERSION_1_6_1
default "1.7.0" if BR2_BUSYBOX_VERSION_1_7_0
default "1.7.1" if BR2_BUSYBOX_VERSION_1_7_1
+ default "1.7.2" if BR2_BUSYBOX_VERSION_1_7_2
config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
@@ -65,6 +70,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_1
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_0
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_1
+ default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_7_2
help
Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option.