From patchwork Mon May 6 14:10:55 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Porcedda X-Patchwork-Id: 241680 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 DCCD72C00EF for ; Tue, 7 May 2013 00:11:31 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 5611CA014F; Mon, 6 May 2013 14:11:29 +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 a3rEwuA95Ufn; Mon, 6 May 2013 14:11:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id C7A14A0136; Mon, 6 May 2013 14:11:17 +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 836078F753 for ; Mon, 6 May 2013 14:11:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1F8B18B1E6; Mon, 6 May 2013 14:11:20 +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 mxeR8dWwpEOb; Mon, 6 May 2013 14:11:15 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 8B8978B08C; Mon, 6 May 2013 14:11:15 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id t10so2045165pdi.39 for ; Mon, 06 May 2013 07:11:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=QJFzArwjxiKD8CaeDMmHn4WnRJ54WNiCvPMQxFoBU7M=; b=R9bAq9K+dmEI4jvaWgh5zxlYYzEcymi0on7Hc/PBc5v/hPcBriB/VlFMVxvJKtGumo u3YzaSxC3uv+p9LcwXfHQmSKZGa/6ZQB7BFEFO0DEELXNgOZASmCFuYqL7dTTs4uMGRW 1nGwsRHZw1U3KypQ86tDT2bwuVVJsDTkgzVn9880hf4O7llH/Xvk16yrtKDp1NUvwsU+ dWglbuu+UT8UYiZw+J0RdEsML23kcnHlxaqVU26xn3EPoUBpe51XhaTeWhSQJCkpY8d1 hDRdwOz4j77PloCyBpEV4Xaw/quMeHVMVep036FqK7lVihOCOZFWcnQ+S9/Eijn/CYNf E8TA== X-Received: by 10.68.59.130 with SMTP id z2mr326578pbq.113.1367849473176; Mon, 06 May 2013 07:11:13 -0700 (PDT) Received: from ld2036.tmt.telital.com.com ([213.205.6.118]) by mx.google.com with ESMTPSA id sa6sm24047464pbb.26.2013.05.06.07.11.10 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 06 May 2013 07:11:12 -0700 (PDT) From: Fabio Porcedda To: buildroot@uclibc.org Date: Mon, 6 May 2013 16:10:55 +0200 Message-Id: <1367849457-31738-4-git-send-email-fabio.porcedda@gmail.com> X-Mailer: git-send-email 1.8.1.4 In-Reply-To: <1367849457-31738-1-git-send-email-fabio.porcedda@gmail.com> References: <1367849457-31738-1-git-send-email-fabio.porcedda@gmail.com> Cc: thomas.petazzoni@free-electrons.com Subject: [Buildroot] [PATCH v4 3/5] linux: use BR2_LINUX_KERNEL_LATEST_VERSION as option name 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 Use a option name that doesn't change for every new 3.x version. It's easier to maintain and consistent with barebox. Signed-off-by: Fabio Porcedda --- linux/Config.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/Config.in b/linux/Config.in index 3ec687f..586db47 100644 --- a/linux/Config.in +++ b/linux/Config.in @@ -20,7 +20,7 @@ if BR2_LINUX_KERNEL choice prompt "Kernel version" -config BR2_LINUX_KERNEL_3_9 +config BR2_LINUX_KERNEL_LATEST_VERSION bool "3.9" config BR2_LINUX_KERNEL_SAME_AS_HEADERS @@ -76,7 +76,7 @@ config BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION config BR2_LINUX_KERNEL_VERSION string - default "3.9" if BR2_LINUX_KERNEL_3_9 + default "3.9" if BR2_LINUX_KERNEL_LATEST_VERSION default BR2_DEFAULT_KERNEL_HEADERS if BR2_LINUX_KERNEL_SAME_AS_HEADERS default BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE if BR2_LINUX_KERNEL_CUSTOM_VERSION default "custom" if BR2_LINUX_KERNEL_CUSTOM_TARBALL