From patchwork Tue Nov 12 09:51:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 290572 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 288FA2C00C1 for ; Tue, 12 Nov 2013 20:51:34 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id E54478AED5; Tue, 12 Nov 2013 09:51:32 +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 yI67oiXebNO6; Tue, 12 Nov 2013 09:51:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 73A5C8A9F7; Tue, 12 Nov 2013 09:51:32 +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 398A21BF841 for ; Tue, 12 Nov 2013 09:51:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2FF2C8C1D4 for ; Tue, 12 Nov 2013 09:51:31 +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 rIAd2o+Z2aNb for ; Tue, 12 Nov 2013 09:51:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f176.google.com (mail-pd0-f176.google.com [209.85.192.176]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9F55F8C04D for ; Tue, 12 Nov 2013 09:51:30 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id r10so1317222pdi.35 for ; Tue, 12 Nov 2013 01:51:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id; bh=qfRJtGjJunVXDZE0SWMighHy6AD1r3HHfXCkLHCnIQI=; b=kOpX9WY/fnCiOv1CYQCuYCq4mZA0xV/qpgm0JbUCVSfQTD6/6QxZwtzImES2PEWWeA P+lCdEkOUSJbJQDdKUzjz+C/WzRsr4plIJbn5jNLV6Oic3EgJ/mt+1KC6WY8zYxjzNtA uUIoaYA5lpKayxr+vqrU7JUbU/Mgc64y3Cs+Xnfeu/QckDe14eEXgH36sENNc9u84tTw eSNczQBwarGncRo/aRjcjat6VqL+8eHlYR1JOxGXYpUBYyeeAHm5B2xaGAY6UEzarQh+ 6moMFCC3v0S/gvFaSzfnB09MlRLseSBaB+KOGIyVb1DQh+W7gSEahVmcfNxRM2opMXzB 8aTA== X-Received: by 10.66.66.202 with SMTP id h10mr35849022pat.70.1384249890360; Tue, 12 Nov 2013 01:51:30 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id xv2sm36310906pbb.39.2013.11.12.01.51.28 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 12 Nov 2013 01:51:29 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Tue, 12 Nov 2013 10:51:26 +0100 Message-Id: <1384249886-12313-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.4.2 Subject: [Buildroot] [PATCH] barebox: bump to version 2013.11.0 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: Fabio Porcedda --- boot/barebox/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boot/barebox/Config.in b/boot/barebox/Config.in index a409aca..2debfb9 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -12,7 +12,7 @@ choice Select the specific Barebox version you want to use config BR2_TARGET_BAREBOX_LATEST_VERSION - bool "2013.10.0" + bool "2013.11.0" config BR2_TARGET_BAREBOX_CUSTOM_VERSION bool "Custom version" @@ -40,7 +40,7 @@ endif config BR2_TARGET_BAREBOX_VERSION string - default "2013.10.0" if BR2_TARGET_BAREBOX_LATEST_VERSION + default "2013.11.0" if BR2_TARGET_BAREBOX_LATEST_VERSION default BR2_TARGET_BAREBOX_CUSTOM_VERSION_VALUE if BR2_TARGET_BAREBOX_CUSTOM_VERSION default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT