diff mbox

barebox: add 2012.12, remove 2012.08

Message ID 1354877490-15585-1-git-send-email-fabio.porcedda@gmail.com
State Accepted
Commit 04c8ff92c3f4ca645daf44f73b40b22fc13fdc4c
Headers show

Commit Message

Fabio Porcedda Dec. 7, 2012, 10:51 a.m. UTC
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
---
 boot/barebox/Config.in | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Peter Korsgaard Dec. 10, 2012, 9:27 p.m. UTC | #1
>>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:

 Fabio> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>

Committed, thanks.
Jean-Christophe PLAGNIOL-VILLARD Dec. 11, 2012, 9:28 p.m. UTC | #2
On 22:27 Mon 10 Dec     , Peter Korsgaard wrote:
> >>>>> "Fabio" == Fabio Porcedda <fabio.porcedda@gmail.com> writes:
> 
>  Fabio> Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
do not use this release the net support is broken we will push a new release
at the end of the week

Best Regards,
J.
> -- 
> Bye, Peter Korsgaard
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard Dec. 12, 2012, 5:59 a.m. UTC | #3
>>>>> "J>" == Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> writes:

 J>> do not use this release the net support is broken we will push a
 J>> new release at the end of the week

Ok, thanks. I'll leave it as it is for now and update once 2012.12.1 is
out.
diff mbox

Patch

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index 95f330f..e7498a8 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_2012_11
+	default BR2_TARGET_BAREBOX_2012_12
 	help
 	  Select the specific Barebox version you want to use
 
-config BR2_TARGET_BAREBOX_2012_08
-	bool "2012.08"
-
 config BR2_TARGET_BAREBOX_2012_09
 	bool "2012.09"
 
@@ -24,6 +21,9 @@  config BR2_TARGET_BAREBOX_2012_10
 config BR2_TARGET_BAREBOX_2012_11
 	bool "2012.11"
 
+config BR2_TARGET_BAREBOX_2012_12
+	bool "2012.12"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	bool "Custom tarball"
 
@@ -41,10 +41,10 @@  endif
 
 config BR2_TARGET_BAREBOX_VERSION
 	string
-	default "2012.08.0"	if BR2_TARGET_BAREBOX_2012_08
 	default "2012.09.0"	if BR2_TARGET_BAREBOX_2012_09
 	default "2012.10.0"	if BR2_TARGET_BAREBOX_2012_10
 	default "2012.11.0"	if BR2_TARGET_BAREBOX_2012_11
+	default "2012.12.0"	if BR2_TARGET_BAREBOX_2012_12
 	default "custom"	if BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT