From patchwork Thu Dec 13 07:44:35 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 205773 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 887A82C0080 for ; Thu, 13 Dec 2012 18:44:50 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 994888990D; Thu, 13 Dec 2012 07:44:47 +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 l-0sKM3aWVuZ; Thu, 13 Dec 2012 07:44:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 4BE218C2F4; Thu, 13 Dec 2012 07:44:46 +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 7A29F8F74B for ; Thu, 13 Dec 2012 07:44:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 0E3688990D for ; Thu, 13 Dec 2012 07:44:45 +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 2wNulJrWI3Em for ; Thu, 13 Dec 2012 07:44:44 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com [74.125.83.43]) by whitealder.osuosl.org (Postfix) with ESMTPS id CEF098C2F4 for ; Thu, 13 Dec 2012 07:44:43 +0000 (UTC) Received: by mail-ee0-f43.google.com with SMTP id e49so1027321eek.16 for ; Wed, 12 Dec 2012 23:44:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:x-mailer; bh=NR7gnuYK3PSWy55H0qMb/8TzQQNuwOBzg1g+2S5uhp4=; b=gFA+i2Kynkifl4pWfvaGN7WuPpAYN6C/YdZbLXylT1PQ1e+LzY0fM/xWHifpk28qiJ oj7mJyWcxXXJs8BRVO8SpB5i2wTiyD0gpqizpaYrPqHddlErmgcd+POgr9iH29E2glxq Wfx0N6AW+ITLqbCiAN2psb6kvnshEdm7RYBa00GiWEJFHlasnD0b4HbeGM/C81tY+JKm 4ZKslSgFALHGrlOdquw6l6B2WpEfSg0xq3VHLTpboWWUR44SOWKJl0HzghqQZMniW43y 3zuvseGHX9eXymZX7bgYEhPL3ZZKymzP4V80ywpKjdBAxL1UcM1ki4StElneHXUIdY1l sy/w== Received: by 10.14.205.199 with SMTP id j47mr2869198eeo.26.1355384681591; Wed, 12 Dec 2012 23:44:41 -0800 (PST) Received: from ld2036.tmt.telital.com ([213.205.6.118]) by mx.google.com with ESMTPS id f6sm1393136eeo.7.2012.12.12.23.44.39 (version=SSLv3 cipher=OTHER); Wed, 12 Dec 2012 23:44:40 -0800 (PST) From: Fabio Porcedda To: buildroot@busybox.net Date: Thu, 13 Dec 2012 08:44:35 +0100 Message-Id: <1355384675-8965-1-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.0 Subject: [Buildroot] [PATCH] barebox: bump to version 2012.12.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 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 e7498a8..10eb650 100644 --- a/boot/barebox/Config.in +++ b/boot/barebox/Config.in @@ -22,7 +22,7 @@ config BR2_TARGET_BAREBOX_2012_11 bool "2012.11" config BR2_TARGET_BAREBOX_2012_12 - bool "2012.12" + bool "2012.12.1" config BR2_TARGET_BAREBOX_CUSTOM_TARBALL bool "Custom tarball" @@ -44,7 +44,7 @@ config BR2_TARGET_BAREBOX_VERSION 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 "2012.12.0" if BR2_TARGET_BAREBOX_2012_12 + default "2012.12.1" if BR2_TARGET_BAREBOX_2012_12 default "custom" if BR2_TARGET_BAREBOX_CUSTOM_TARBALL default $BR2_TARGET_BAREBOX_CUSTOM_GIT_VERSION if BR2_TARGET_BAREBOX_CUSTOM_GIT