From patchwork Mon Nov 18 09:22:59 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 291990 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id E8FDD2C0098 for ; Mon, 18 Nov 2013 20:23:15 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id E8CB332DEA; Mon, 18 Nov 2013 09:23:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 88Wr092QjJ2K; Mon, 18 Nov 2013 09:23:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4EE7E33A25; Mon, 18 Nov 2013 09:23:05 +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 8A5FE1C2AC4 for ; Mon, 18 Nov 2013 09:23:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 84DC3911D5 for ; Mon, 18 Nov 2013 09:23:04 +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 2GziJNSaekAP for ; Mon, 18 Nov 2013 09:23:03 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pa0-f42.google.com (mail-pa0-f42.google.com [209.85.220.42]) by whitealder.osuosl.org (Postfix) with ESMTPS id 982C5911D2 for ; Mon, 18 Nov 2013 09:23:03 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id lj1so668828pab.29 for ; Mon, 18 Nov 2013 01:23:03 -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=ojB7YJu8ovpnGQdmNJB7eGs0ZMrzfQHmUB4O0XS8CUo=; b=dnw5XW8grzxW4s0hBThhSgiidU3Vs/Ke10B4GK79yErUUBqy7GdH1GKQf41H/PD+BU Ra+Ss90uHfKcePvHugYZ8CDQgNQ48VxkiR2Fn75kTO5Kvm1zeU2NYUd6IEBaDHLSI/DG ++c18GclxCHfWHx9iBEkDfh6Qb9O3KvKfVHDaTk0nddUmPU0rlihWOGn2vRo4SjCrSKG fAkTFUcDa1C21QEaNA/Rrc5NUUWALW2YZJBK3PamjqNmFDwtLahmKZUJ8UyaEFp1i3q7 4Evz2E4wfopTMUAcVAKNIjylZ7KstPv7C43q2NXfPBcVp+V2bcAvoLn1B/u0dAxfTBlj iThA== X-Received: by 10.68.175.66 with SMTP id by2mr274156pbc.172.1384766583166; Mon, 18 Nov 2013 01:23:03 -0800 (PST) Received: from ld2077.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPSA id wp8sm22045901pbc.26.2013.11.18.01.23.01 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Nov 2013 01:23:02 -0800 (PST) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 18 Nov 2013 10:22:59 +0100 Message-Id: <1384766579-26754-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.4.2 Subject: [Buildroot] [PATCH for 2013.11] barebox: bump to version 2013.10.1 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 This is a bug fix release. 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..84db6ae 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.10.1" 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.10.1" 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