summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-10-10 07:20:29 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-10-10 07:20:29 +0200
commitce1940ddea7d82e5da1e0b8c14395a1302d29086 (patch)
tree7832a7217033e90a73d14b89a948f1e68a601c4b /boot
parent54bcf87b452c7a7738009fb808d19610fdb31df8 (diff)
barebox: add 2011.10, mark 2011.08 as deprecated
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 71d530fdd..8dfaeb2d4 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,16 +8,20 @@ config BR2_TARGET_BAREBOX
if BR2_TARGET_BAREBOX
choice
prompt "version"
- default BR2_TARGET_BAREBOX_2011_09
+ default BR2_TARGET_BAREBOX_2011_10
help
Select the specific Barebox version you want to use
config BR2_TARGET_BAREBOX_2011_08
+ depends on BR2_DEPRECATED
bool "2011.08"
config BR2_TARGET_BAREBOX_2011_09
bool "2011.09"
+config BR2_TARGET_BAREBOX_2011_10
+ bool "2011.10"
+
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
bool "Custom tarball"
@@ -37,6 +41,7 @@ config BR2_TARGET_BAREBOX_VERSION
string
default "2011.08.0" if BR2_TARGET_BAREBOX_2011_08
default "2011.09.0" if BR2_TARGET_BAREBOX_2011_09
+ default "2011.10.0" if BR2_TARGET_BAREBOX_2011_10
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT