barebox: add 2012.03 release
authorPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Mar 2012 21:55:30 +0000 (22:55 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 6 Mar 2012 21:55:30 +0000 (22:55 +0100)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
boot/barebox/Config.in

index c335af06bcc1e28a87c0329f5ebecfbed9f28b9f..5cc7dca1b318e8ca98fd3e50d62fdbaf281b3e7a 100644 (file)
@@ -8,7 +8,7 @@ config BR2_TARGET_BAREBOX
 if BR2_TARGET_BAREBOX
 choice
        prompt "version"
-       default BR2_TARGET_BAREBOX_2012_02
+       default BR2_TARGET_BAREBOX_2012_03
        help
          Select the specific Barebox version you want to use
 
@@ -22,6 +22,9 @@ config BR2_TARGET_BAREBOX_2012_01
 config BR2_TARGET_BAREBOX_2012_02
        bool "2012.02"
 
+config BR2_TARGET_BAREBOX_2012_03
+       bool "2012.03"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
        bool "Custom tarball"
 
@@ -42,6 +45,7 @@ config BR2_TARGET_BAREBOX_VERSION
        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 "2012.03.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