diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-19 09:21:30 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-04-19 09:21:30 +0200 |
commit | 40bbf5334aeea60ad06090dc5718657dfc464cf8 (patch) | |
tree | 7dceb0b3efd0c25e20ee6aa3f4083ecad9faf7b8 /boot | |
parent | e22dd64b32ff08eb71615be5a5ec6430ea77dc41 (diff) | |
download | buildroot-novena-40bbf5334aeea60ad06090dc5718657dfc464cf8.tar.gz buildroot-novena-40bbf5334aeea60ad06090dc5718657dfc464cf8.zip |
barebox: add 2012.04, remove 2011.12
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r-- | boot/barebox/Config.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index 4048d97dc..09a82ebc8 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,15 +8,12 @@ config BR2_TARGET_BAREBOX if BR2_TARGET_BAREBOX choice prompt "version" - default BR2_TARGET_BAREBOX_2012_03 + default BR2_TARGET_BAREBOX_2012_04 help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2011_12 - depends on BR2_DEPRECATED - bool "2011.12" - config BR2_TARGET_BAREBOX_2012_01 + depends on BR2_DEPRECATED bool "2012.01" config BR2_TARGET_BAREBOX_2012_02 @@ -25,6 +22,9 @@ config BR2_TARGET_BAREBOX_2012_02 config BR2_TARGET_BAREBOX_2012_03 bool "2012.03" +config BR2_TARGET_BAREBOX_2012_04 + bool "2012.04" + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -42,10 +42,10 @@ endif config BR2_TARGET_BAREBOX_VERSION string - 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_03 + default "2012.04.0" if BR2_TARGET_BAREBOX_2012_04 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT |