From patchwork Sat Sep 24 13:04:54 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 674303 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3sh9SY57mRz9s3s for ; Sat, 24 Sep 2016 23:05:17 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 0936F31159; Sat, 24 Sep 2016 13:05:12 +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 R+TPhg3vEOwk; Sat, 24 Sep 2016 13:05:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 48F9326309; Sat, 24 Sep 2016 13:05:07 +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 371C81C1EC6 for ; Sat, 24 Sep 2016 13:05:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 3210C8C0CF for ; Sat, 24 Sep 2016 13:05:06 +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 J3GRxhLuR-n2 for ; Sat, 24 Sep 2016 13:05:04 +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 710F68B30F for ; Sat, 24 Sep 2016 13:05:04 +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 u8OD4uwC027275 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 24 Sep 2016 13:04:59 GMT DMARC-Filter: OpenDMARC Filter v1.3.1 www.zacarias.com.ar u8OD4uwC027275 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=1474722301; bh=+YBWXLC/l3c3TTas5ilDCWP95Zi4pjrEDcIB/DJmv8g=; h=From:To:Cc:Subject:Date; b=U3MQ9z9xU/N7Ynewq0BSZt+eJC1IMWj4EdzGCYmAvzbcOrWUCu9YAf/Bs9+Uhiy6O TOXJVveG9olSSC1TKruGSPAD7dVM2rT6fe2x1eZZd5SC84jthTs38qtEIkrOBd+s5b DcT1yW3hm1GXEhybR9KkW0SE4v7iVrrOB5X+g9Hs= Received: by asgard (sSMTP sendmail emulation); Sat, 24 Sep 2016 10:04:55 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 24 Sep 2016 10:04:54 -0300 Message-Id: <1474722295-20358-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.7.3 X-Virus-Scanned: clamav-milter 0.99 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] linux-headers: bump 4.{4, 7}.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 09e187b..07f5338 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -240,8 +240,8 @@ config BR2_DEFAULT_KERNEL_HEADERS default "4.1.32" if BR2_KERNEL_HEADERS_4_1 default "4.2.8" if BR2_KERNEL_HEADERS_4_2 default "4.3.6" if BR2_KERNEL_HEADERS_4_3 - default "4.4.21" if BR2_KERNEL_HEADERS_4_4 + default "4.4.22" 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.4" if BR2_KERNEL_HEADERS_4_7 + default "4.7.5" if BR2_KERNEL_HEADERS_4_7 default BR2_DEFAULT_KERNEL_VERSION if BR2_KERNEL_HEADERS_VERSION