From patchwork Mon Nov 27 06:22:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 841490 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3ylchW4mlLz9sRm for ; Mon, 27 Nov 2017 17:43:55 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D439C86A7D; Mon, 27 Nov 2017 06:43:48 +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 Hi966ToxzYbq; Mon, 27 Nov 2017 06:43:46 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 6554C86AE5; Mon, 27 Nov 2017 06:43:46 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id CE2AC1C024B for ; Mon, 27 Nov 2017 06:22:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C85E48727B for ; Mon, 27 Nov 2017 06:22: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 EZZlbTjIzBlK for ; Mon, 27 Nov 2017 06:22:30 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7805487214 for ; Mon, 27 Nov 2017 06:22:30 +0000 (UTC) Received: from fwd17.aul.t-online.de (fwd17.aul.t-online.de [172.20.27.64]) by mailout06.t-online.de (Postfix) with SMTP id E9D0541D3575 for ; Mon, 27 Nov 2017 07:22:27 +0100 (CET) Received: from fli4l.lan.fli4l (b7vA10ZGoh7vICIt5aGCeEalFdi1ArZxzRqk52V6G1qjj8VfNRcv1OK4Kk-ioCRZ5w@[79.228.0.224]) by fwd17.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1eJCoE-2UVHjk0; Mon, 27 Nov 2017 07:22:26 +0100 Received: from mahler.lan.fli4l ([192.168.1.1]:54194 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1eJCoD-0004O2-Qb for buildroot@buildroot.org; Mon, 27 Nov 2017 07:22:26 +0100 From: Bernd Kuhls To: buildroot@buildroot.org Date: Mon, 27 Nov 2017 07:22:25 +0100 Message-Id: <20171127062225.3391-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: b7vA10ZGoh7vICIt5aGCeEalFdi1ArZxzRqk52V6G1qjj8VfNRcv1OK4Kk-ioCRZ5w X-TOI-MSGID: f86bf772-519c-4aa5-96a9-ea13fd009cc3 Subject: [Buildroot] [PATCH 1/1] linux-headers: bump 3.2.x series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 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" Signed-off-by: Bernd Kuhls --- package/linux-headers/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 61a9414231..cff856eaeb 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -239,7 +239,7 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.95" if BR2_KERNEL_HEADERS_3_2 + default "3.2.96" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.108" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12