summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD2012-02-06 15:29:41 +0100
committerPeter Korsgaard2012-02-06 23:25:10 +0100
commitdefa3768eafbefbd85a03ee1a671a3d1f1de6a27 (patch)
tree57ed1ec3fe9a106e7a92d1b7480d5b95d0059cc9 /boot
parentlibev: bump to 4.11 (diff)
downloadbuildroot-defa3768eafbefbd85a03ee1a671a3d1f1de6a27.tar.gz
buildroot-defa3768eafbefbd85a03ee1a671a3d1f1de6a27.tar.xz
buildroot-defa3768eafbefbd85a03ee1a671a3d1f1de6a27.zip
barebox: add 2012.02, remove 2011.11
And mark 2011.12 as deprecated. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index b98878b94..c335af06b 100644
--- a/boot/barebox/Config.in
+++ b/boot/barebox/Config.in
@@ -8,20 +8,20 @@ config BR2_TARGET_BAREBOX
if BR2_TARGET_BAREBOX
choice
prompt "version"
- default BR2_TARGET_BAREBOX_2012_01
+ default BR2_TARGET_BAREBOX_2012_02
help
Select the specific Barebox version you want to use
-config BR2_TARGET_BAREBOX_2011_11
- depends on BR2_DEPRECATED
- bool "2011.11"
-
config BR2_TARGET_BAREBOX_2011_12
+ depends on BR2_DEPRECATED
bool "2011.12"
config BR2_TARGET_BAREBOX_2012_01
bool "2012.01"
+config BR2_TARGET_BAREBOX_2012_02
+ bool "2012.02"
+
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
bool "Custom tarball"
@@ -39,9 +39,9 @@ endif
config BR2_TARGET_BAREBOX_VERSION
string
- default "2011.11.0" if BR2_TARGET_BAREBOX_2011_11
default "2011.12.0" if BR2_TARGET_BAREBOX_2011_12
default "2012.01.0" if BR2_TARGET_BAREBOX_2012_01
+ default "2012.02.0" if BR2_TARGET_BAREBOX_2012_02
default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT