From patchwork Fri Dec 16 18:35:27 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 706518 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3tgJsY4V3jz9t2N for ; Sat, 17 Dec 2016 05:35:45 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2812F8451E; Fri, 16 Dec 2016 18:35:42 +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 hDZqGuretNqe; Fri, 16 Dec 2016 18:35:41 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0B9CA844EB; Fri, 16 Dec 2016 18:35:41 +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 5116C1C03CF for ; Fri, 16 Dec 2016 18:35:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4F04F844EB for ; Fri, 16 Dec 2016 18:35:39 +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 ESn59AeOjR5K for ; Fri, 16 Dec 2016 18:35:38 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id C27EF84378 for ; Fri, 16 Dec 2016 18:35:37 +0000 (UTC) Received: from asgard (cpe-190-55-196-87.telecentro-reversos.com.ar [190.55.196.87] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.2/8.15.2) with ESMTPSA id uBGIZTJ5022003 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 16 Dec 2016 18:35:32 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar uBGIZTJ5022003 Authentication-Results: zacarias.com.ar; dmarc=fail header.from=zacarias.com.ar Authentication-Results: zacarias.com.ar; spf=pass smtp.mailfrom=gustavo@zacarias.com.ar DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1481913334; bh=ov5oaM1y5eVh+xK4bVFDqOB/jF8cTMIFOam6EJKYm1s=; h=From:To:Cc:Subject:Date; b=QM214Mfp+PtAamR9RGT6jeWUWik6RcW/E/+dRkcrW6b/mRM6+OJBMqjb9sMiJMf4m H0RdIOnj0StX+h6crze9iWkjz/gwvbIsDQlok5vuNifVD41oPGVtjNpVG50u0spkWW Fu21cjGQDFqfnvGSXS4BYqYKP716KTsBj8wMEiIM= Received: by asgard (sSMTP sendmail emulation); Fri, 16 Dec 2016 15:35:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 16 Dec 2016 15:35:27 -0300 Message-Id: <20161216183527.24672-1-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.10.2 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] linux-headers: bump 4.{4, 8}.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: Gustavo Zacarias --- package/linux-headers/Config.in.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index 7c71a6c..c7a6a61 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -240,10 +240,10 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.36" if BR2_KERNEL_HEADERS_4_1 - default "4.4.38" if BR2_KERNEL_HEADERS_4_4 + default "4.4.39" if BR2_KERNEL_HEADERS_4_4 default "4.5.7" if BR2_KERNEL_HEADERS_4_5 default "4.6.7" if BR2_KERNEL_HEADERS_4_6 default "4.7.10" if BR2_KERNEL_HEADERS_4_7 - default "4.8.14" if BR2_KERNEL_HEADERS_4_8 + default "4.8.15" if BR2_KERNEL_HEADERS_4_8 default "4.9" if BR2_KERNEL_HEADERS_4_9 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION