From patchwork Tue Nov 20 11:14:46 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Hermant X-Patchwork-Id: 200297 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id CD2242C0080 for ; Tue, 20 Nov 2012 22:15:07 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 4E864A0110; Tue, 20 Nov 2012 11:15:04 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QximP7xFRoQ7; Tue, 20 Nov 2012 11:14:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AD3DCA00E9; Tue, 20 Nov 2012 11:14:59 +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 3320A8F74A for ; Tue, 20 Nov 2012 11:15:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B379689B8E for ; Tue, 20 Nov 2012 11:14:58 +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 mHceUaYCQZaM for ; Tue, 20 Nov 2012 11:14:57 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.160]) by whitealder.osuosl.org (Postfix) with ESMTPS id F31D589B6C for ; Tue, 20 Nov 2012 11:14:56 +0000 (UTC) X-RZG-AUTH: :K34Bck+6YrEgjuBfzmrkukPJhhbHEm1G+2SCnvvjhur6rsGj/jgixsrTkwdMQP1Z/nY9De0+2BgmMclk0OQ= X-RZG-CLASS-ID: mo00 Received: from ghermant-Q310.home (ALyon-754-1-18-192.w90-53.abo.wanadoo.fr [90.53.125.192]) by smtp.strato.de (jored mo32) (RZmta 31.4 DYNA|AUTH) with ESMTPA id V02e3coAKAmYRZ ; Tue, 20 Nov 2012 12:14:52 +0100 (CET) From: Gregory Hermant To: buildroot@busybox.net Date: Tue, 20 Nov 2012 12:14:46 +0100 Message-Id: <1353410086-10233-1-git-send-email-gregory.hermant@calao-systems.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] barebox: Add BR2_TARGET_BAREBOX_2012_11 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: Gregory Hermant --- boot/barebox/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index c9e7088..997f45b 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -45,6 +45,7 @@ config BR2_TARGET_BAREBOX_VERSION 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 "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT