From patchwork Sat Sep 16 08:11:12 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 814479 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.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xvQ2y4bKnz9t2l for ; Sat, 16 Sep 2017 18:11:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 281EB304B6; Sat, 16 Sep 2017 08:11:31 +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 sbAn2fsCtFDl; Sat, 16 Sep 2017 08:11:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 9DFAC2F6E6; Sat, 16 Sep 2017 08:11:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id DBE3A1C11AD for ; Sat, 16 Sep 2017 08:11:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id D507A8AE7C for ; Sat, 16 Sep 2017 08:11:26 +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 vK2PP7X5yrOW for ; Sat, 16 Sep 2017 08:11:25 +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 hemlock.osuosl.org (Postfix) with ESMTPS id 8B8AE8AE7B for ; Sat, 16 Sep 2017 08:11:25 +0000 (UTC) Received: from fwd38.aul.t-online.de (fwd38.aul.t-online.de [172.20.26.138]) by mailout06.t-online.de (Postfix) with SMTP id EF96841CAB6A for ; Sat, 16 Sep 2017 10:11:22 +0200 (CEST) Received: from fli4l.lan.fli4l (Xjm4RaZv8h0V4LRxp1PZjjePbkZMA4J8sqtyzyhCg1ygwMZA0mkQsCP7WynrYbAQ1B@[79.228.1.99]) by fwd38.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1dt8C3-0VLIcy0; Sat, 16 Sep 2017 10:11:15 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:34678 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.89) (envelope-from ) id 1dt8C2-0006Y8-Bf for buildroot@buildroot.org; Sat, 16 Sep 2017 10:11:14 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 16 Sep 2017 10:11:12 +0200 Message-Id: <20170916081113.25471-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.11.0 X-ID: Xjm4RaZv8h0V4LRxp1PZjjePbkZMA4J8sqtyzyhCg1ygwMZA0mkQsCP7WynrYbAQ1B X-TOI-MSGID: 085ee930-2d51-4af5-8e78-74b499bf852f Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 3.2.x and 4.{4, 9, 12, 13}.x series X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index d30dea0457..327527f51e 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -239,15 +239,15 @@ endchoice config BR2_DEFAULT_KERNEL_HEADERS string - default "3.2.92" if BR2_KERNEL_HEADERS_3_2 + default "3.2.93" if BR2_KERNEL_HEADERS_3_2 default "3.4.113" if BR2_KERNEL_HEADERS_3_4 default "3.10.107" if BR2_KERNEL_HEADERS_3_10 default "3.12.74" if BR2_KERNEL_HEADERS_3_12 default "4.1.43" if BR2_KERNEL_HEADERS_4_1 - default "4.4.87" if BR2_KERNEL_HEADERS_4_4 - default "4.9.49" if BR2_KERNEL_HEADERS_4_9 + default "4.4.88" if BR2_KERNEL_HEADERS_4_4 + default "4.9.50" if BR2_KERNEL_HEADERS_4_9 default "4.10.17" if BR2_KERNEL_HEADERS_4_10 default "4.11.12" if BR2_KERNEL_HEADERS_4_11 - default "4.12.12" if BR2_KERNEL_HEADERS_4_12 - default "4.13.1" if BR2_KERNEL_HEADERS_4_13 + default "4.12.13" if BR2_KERNEL_HEADERS_4_12 + default "4.13.2" if BR2_KERNEL_HEADERS_4_13 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION