summaryrefslogtreecommitdiffstats
path: root/boot
diff options
context:
space:
mode:
authorFabio Porcedda <fabio.porcedda@gmail.com>2013-02-07 02:59:22 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-02-07 14:36:26 +0100
commit0eb3eef966bbdf3d4d52bdb4d0c0b193cb447de4 (patch)
tree8eaa6a9735a50ab27b37ef83a23b9f41c07e29a4 /boot
parent69d9fc6b4e2508556c81443a062e298ad9a5daf2 (diff)
downloadbuildroot-novena-0eb3eef966bbdf3d4d52bdb4d0c0b193cb447de4.tar.gz
buildroot-novena-0eb3eef966bbdf3d4d52bdb4d0c0b193cb447de4.zip
barebox: add 2013.02.0, remove 2012.10
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'boot')
-rw-r--r--boot/barebox/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 1ffe5966b..769a1bd27 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_01
+ default BR2_TARGET_BAREBOX_2013_02
help
Select the specific Barebox version you want to use
-config BR2_TARGET_BAREBOX_2012_10
- bool "2012.10"
-
config BR2_TARGET_BAREBOX_2012_11
bool "2012.11"
@@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_12
config BR2_TARGET_BAREBOX_2013_01
bool "2013.01.0"
+config BR2_TARGET_BAREBOX_2013_02
+ bool "2013.02.0"
+
config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
bool "Custom tarball"
@@ -41,10 +41,10 @@ endif
config BR2_TARGET_BAREBOX_VERSION
string
- default "2012.10.0" if BR2_TARGET_BAREBOX_2012_10
default "2012.11.0" if BR2_TARGET_BAREBOX_2012_11
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 "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT