- bump version

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-20 16:58:35 +00:00
parent 72ed3675d8
commit ec9b0d8024

View File

@ -12,7 +12,7 @@ config BR2_PACKAGE_BUSYBOX
choice choice
prompt "BusyBox Version" prompt "BusyBox Version"
depends BR2_PACKAGE_BUSYBOX depends BR2_PACKAGE_BUSYBOX
default BR2_BUSYBOX_VERSION_1_6_0 default BR2_BUSYBOX_VERSION_1_7_1
help help
Select the version of BusyBox you wish to use. Select the version of BusyBox you wish to use.
@ -54,9 +54,14 @@ choice
config BR2_BUSYBOX_VERSION_1_6_1 config BR2_BUSYBOX_VERSION_1_6_1
bool "BusyBox 1.6.1" bool "BusyBox 1.6.1"
depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_7_0 config BR2_BUSYBOX_VERSION_1_7_0
bool "BusyBox 1.7.0" bool "BusyBox 1.7.0"
depends on BR2_DEPRECATED
config BR2_BUSYBOX_VERSION_1_7_1
bool "BusyBox 1.7.1"
config BR2_PACKAGE_BUSYBOX_SNAPSHOT config BR2_PACKAGE_BUSYBOX_SNAPSHOT
bool "daily snapshot" bool "daily snapshot"
@ -76,6 +81,7 @@ config BR2_BUSYBOX_VERSION
default "1.6.0" if BR2_BUSYBOX_VERSION_1_6_0 default "1.6.0" if BR2_BUSYBOX_VERSION_1_6_0
default "1.6.1" if BR2_BUSYBOX_VERSION_1_6_1 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.0" if BR2_BUSYBOX_VERSION_1_7_0
default "1.7.1" if BR2_BUSYBOX_VERSION_1_7_1
config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS
@ -106,6 +112,7 @@ config BR2_PACKAGE_BUSYBOX_CONFIG
default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0 default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0
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_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_0
default "package/busybox/busybox-1.6.1.config" if BR2_BUSYBOX_VERSION_1_7_1
help help
Some people may wish to use their own modified BusyBox configuration Some people may wish to use their own modified BusyBox configuration
file, and will specify their config file location with this option. file, and will specify their config file location with this option.