summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorMarek Belisko <marek.belisko@open-nandra.com>2012-07-03 02:38:02 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-07-04 00:01:14 +0200
commita1b7bec1760692e7db19062c76dc905e77054479 (patch)
tree1e115d9d6726e3ee8ea9de047d8f676399e9120a /boot
parent5e8d35e8e146bf8e4ceab17747c686a643698623 (diff)
barebox: remove old version and add last 4 versions.
Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in21
1 files changed, 8 insertions, 13 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 13009d202..574bfaebd 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -12,19 +12,15 @@ choice
help
Select the specific Barebox version you want to use
-config BR2_TARGET_BAREBOX_2012_01
- depends on BR2_DEPRECATED
- bool "2012.01"
-
-config BR2_TARGET_BAREBOX_2012_02
- bool "2012.02"
-
-config BR2_TARGET_BAREBOX_2012_03
- bool "2012.03"
-
config BR2_TARGET_BAREBOX_2012_04
bool "2012.04"
+config BR2_TARGET_BAREBOX_2012_05
+ bool "2012.05"
+
+config BR2_TARGET_BAREBOX_2012_06
+ bool "2012.06"
+
config BR2_TARGET_BAREBOX_2012_07
bool "2012.07"
@@ -45,10 +41,9 @@ endif
config BR2_TARGET_BAREBOX_VERSION
string
- default "2012.01.0" if BR2_TARGET_BAREBOX_2012_01
- default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02
- default "2012.03.0" if BR2_TARGET_BAREBOX_2012_03
default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04
+ default "2012.05.0" if BR2_TARGET_BAREBOX_2012_05
+ default "2012.06.0" if BR2_TARGET_BAREBOX_2012_06
default "2012.07.0" if BR2_TARGET_BAREBOX_2012_07
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT