Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] barebox: Add 2012.11, remove 2012.07
@ 2012-11-16 22:04 Maxime Ripard
  2012-11-17  8:02 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Ripard @ 2012-11-16 22:04 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 boot/barebox/Config.in |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in
index d6ce8dd..c9e7088 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_10
+	default BR2_TARGET_BAREBOX_2012_11
 	help
 	  Select the specific Barebox version you want to use
 
-config BR2_TARGET_BAREBOX_2012_07
-	bool "2012.07"
-
 config BR2_TARGET_BAREBOX_2012_08
 	bool "2012.08"
 
@@ -24,6 +21,9 @@ config BR2_TARGET_BAREBOX_2012_09
 config BR2_TARGET_BAREBOX_2012_10
 	bool "2012.10"
 
+config BR2_TARGET_BAREBOX_2012_11
+	bool "2012.11"
+
 config BR2_TARGET_BAREBOX_CUSTOM_TARBALL
 	bool "Custom tarball"
 
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-17  8:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-16 22:04 [Buildroot] [PATCH] barebox: Add 2012.11, remove 2012.07 Maxime Ripard
2012-11-17  8:02 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox