From patchwork Wed Jul 24 07:23:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas De Schampheleire X-Patchwork-Id: 261301 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 086AC2C0098 for ; Wed, 24 Jul 2013 17:26:32 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 32A9032916; Wed, 24 Jul 2013 07:26:30 +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 ZX7HIROa48uE; Wed, 24 Jul 2013 07:26:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 31C6132901; Wed, 24 Jul 2013 07:26:14 +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 58F5C1C2D98 for ; Wed, 24 Jul 2013 07:26:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E74588D72E for ; Wed, 24 Jul 2013 07:26:11 +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 ja-Onhsf6YZy for ; Wed, 24 Jul 2013 07:26:10 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by whitealder.osuosl.org (Postfix) with ESMTPS id 973668D5C4 for ; Wed, 24 Jul 2013 07:26:10 +0000 (UTC) Received: by mail-ea0-f182.google.com with SMTP id o10so37954eaj.13 for ; Wed, 24 Jul 2013 00:26:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:content-type:mime-version:content-transfer-encoding:subject :x-mercurial-node:message-id:in-reply-to:references:user-agent:date :from:to; bh=7blA0mtnhrbhMMGx0PIGZW6rG78z27FD2/UIC07alA4=; b=CWUo9r095pQl9DzkjvuC+jMj2J+RnM19OsCqHG6gskGfVrpwPi5IdJnLCXCY/vYCXo 5gemq+zk8D6Mvetj3HhHH8+HfwuawQxqYgWD4//0/TICPAR1g/o9ZUoG1Od97JRFuYLh cihfjKE5QxiKZUVBlcIdRb+LECkLvu041xieNhh7ut6ayd43EXQHeg0Ko+WuR52SttT4 HFQhc1AooGjNctnwqkQsj2cncxDi1K6bYI8BfPML5RR77dxeg7F1N36NeW817pcosLf+ H7BNdcFt3RSh/ye4RYRBhUZeQ1kbT3xFgJyZrbhYUKEtTrydJsu3kbyCOKpnYfaf7Wj+ XM2w== X-Received: by 10.15.41.196 with SMTP id s44mr36171421eev.138.1374650769028; Wed, 24 Jul 2013 00:26:09 -0700 (PDT) Received: from [127.0.1.1] (d54C62EEB.access.telenet.be. [84.198.46.235]) by mx.google.com with ESMTPSA id i2sm63958851eeu.4.2013.07.24.00.26.07 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 24 Jul 2013 00:26:08 -0700 (PDT) MIME-Version: 1.0 X-Mercurial-Node: 552e9f29dfd4c8d33b3628bb5e6774a59d44ea3d Message-Id: <552e9f29dfd4c8d33b36.1374650583@BEANTN0L019720> In-Reply-To: References: User-Agent: Mercurial-patchbomb/2.2.2 Date: Wed, 24 Jul 2013 09:23:03 +0200 From: Thomas De Schampheleire To: buildroot@busybox.net Subject: [Buildroot] [PATCH 6 of 6 v2] linux: mention 3.x.y kernels in 'custom version' help 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net (also fix grammatical error versions -> version) Signed-off-by: Thomas De Schampheleire --- (v2): new patch in series, although only loosely related. linux/Config.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in --- a/linux/Config.in +++ b/linux/Config.in @@ -37,8 +37,8 @@ config BR2_LINUX_KERNEL_SAME_AS_HEADERS config BR2_LINUX_KERNEL_CUSTOM_VERSION bool "Custom version" help - This option allows to use a specific 2.6.x or 2.6.x.y - official versions, as available on kernel.org + This option allows to use a specific official version from + kernel.org, like 2.6.x, 2.6.x.y, 3.x.y, ... config BR2_LINUX_KERNEL_CUSTOM_TARBALL bool "Custom tarball"