From patchwork Fri Nov 16 22:04:18 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 199792 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id D40002C0089 for ; Sat, 17 Nov 2012 09:04:39 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BE3918D357; Fri, 16 Nov 2012 22:04:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id AwN3PcdJRysH; Fri, 16 Nov 2012 22:04:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 983898C81D; Fri, 16 Nov 2012 22:04:34 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 0859B8F74A for ; Fri, 16 Nov 2012 22:04:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7FC058C81D for ; Fri, 16 Nov 2012 22:04:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DHwbWcpzQ1n9 for ; Fri, 16 Nov 2012 22:04:32 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 397428C811 for ; Fri, 16 Nov 2012 22:04:32 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id D3211163; Fri, 16 Nov 2012 23:04:23 +0100 (CET) Received: from localhost (gar31-2-82-226-185-134.fbx.proxad.net [82.226.185.134]) by mail.free-electrons.com (Postfix) with ESMTPSA id 84334DB for ; Fri, 16 Nov 2012 23:04:15 +0100 (CET) From: Maxime Ripard To: buildroot@busybox.net Date: Fri, 16 Nov 2012 23:04:18 +0100 Message-Id: <1353103459-17468-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] barebox: Add 2012.11, remove 2012.07 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Maxime Ripard --- 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"