diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2013-04-07 22:56:03 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-04-11 15:52:16 +0200 |
commit | 099b41b91dc83692460006a6973af0a8bb91f879 (patch) | |
tree | 6258bb57506ff9d1ad567edb105e0875e819d9e1 /boot/barebox/Config.in | |
parent | 2f43a9105dac6760ea1f6456e5cf29b956bc4fe7 (diff) | |
download | buildroot-novena-099b41b91dc83692460006a6973af0a8bb91f879.tar.gz buildroot-novena-099b41b91dc83692460006a6973af0a8bb91f879.zip |
barebox: add 2013.04.0, remove 2012.12.1
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot/barebox/Config.in')
-rw-r--r-- | boot/barebox/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index f111c04c7..581cc5261 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -8,13 +8,10 @@ config BR2_TARGET_BAREBOX if BR2_TARGET_BAREBOX choice prompt "version" - default BR2_TARGET_BAREBOX_2013_03 + default BR2_TARGET_BAREBOX_2013_04 help Select the specific Barebox version you want to use -config BR2_TARGET_BAREBOX_2012_12 - bool "2012.12.1" - config BR2_TARGET_BAREBOX_2013_01 bool "2013.01.0" @@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2013_02 config BR2_TARGET_BAREBOX_2013_03 bool "2013.03.0" +config BR2_TARGET_BAREBOX_2013_04 + bool "2013.04.0" + config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -41,10 +41,10 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2012.12.1" if BR2_TARGET_BAREBOX_2012_12 default "2013.01.0" if BR2_TARGET_BAREBOX_2013_01 default "2013.02.0" if BR2_TARGET_BAREBOX_2013_02 default "2013.03.0" if BR2_TARGET_BAREBOX_2013_03 + default "2013.04.0" if BR2_TARGET_BAREBOX_2013_04 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT |