diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-02 13:13:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-02 13:13:56 +0000 |
commit | ca50d0da5ce20fc17fce5ca588feb153aac7e1d9 (patch) | |
tree | b7d4b4762db1baaeb4d36f5846dfdb542f9135a1 /package/busybox/Config.in | |
parent | c6e43c9da3b6aa7581352a20c6478436ab17dd6d (diff) | |
download | buildroot-novena-ca50d0da5ce20fc17fce5ca588feb153aac7e1d9.tar.gz buildroot-novena-ca50d0da5ce20fc17fce5ca588feb153aac7e1d9.zip |
- bump version
Diffstat (limited to 'package/busybox/Config.in')
-rw-r--r-- | package/busybox/Config.in | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in index d537fe220..a897ec694 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_5_0 + default BR2_BUSYBOX_VERSION_1_6_0 help Select the version of BusyBox you wish to use. @@ -42,6 +42,13 @@ choice config BR2_BUSYBOX_VERSION_1_5_0 bool "BusyBox 1.5.0" + depends on BR2_DEPRECATED + + config BR2_BUSYBOX_VERSION_1_5_1 + bool "BusyBox 1.5.1" + + config BR2_BUSYBOX_VERSION_1_6_0 + bool "BusyBox 1.6.0" config BR2_PACKAGE_BUSYBOX_SNAPSHOT bool "daily snapshot" @@ -57,6 +64,8 @@ config BR2_BUSYBOX_VERSION default "1.4.1" if BR2_BUSYBOX_VERSION_1_4_1 default "1.4.2" if BR2_BUSYBOX_VERSION_1_4_2 default "1.5.0" if BR2_BUSYBOX_VERSION_1_5_0 + default "1.5.1" if BR2_BUSYBOX_VERSION_1_5_1 + default "1.6.0" if BR2_BUSYBOX_VERSION_1_6_0 config BR2_PACKAGE_BUSYBOX_INSTALL_SYMLINKS @@ -83,6 +92,8 @@ config BR2_PACKAGE_BUSYBOX_CONFIG default "package/busybox/busybox-1.4.1.config" if BR2_BUSYBOX_VERSION_1_4_1 default "package/busybox/busybox-1.4.1.config" if BR2_BUSYBOX_VERSION_1_4_2 default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_0 + default "package/busybox/busybox-1.5.0.config" if BR2_BUSYBOX_VERSION_1_5_1 + default "package/busybox/busybox-1.6.0.config" if BR2_BUSYBOX_VERSION_1_6_0 help Some people may wish to use their own modified BusyBox configuration file, and will specify their config file location with this option. |