From patchwork Sun Oct 4 23:12:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 526214 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]) by ozlabs.org (Postfix) with ESMTP id 74BF4140D75 for ; Mon, 5 Oct 2015 10:13:03 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=tg9Rumr/; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EEEBD8F6DB; Sun, 4 Oct 2015 23:13:01 +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 icdiUbCGV8yD; Sun, 4 Oct 2015 23:13:00 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C78CE8F940; Sun, 4 Oct 2015 23:12:59 +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 6A89D1C10FA for ; Sun, 4 Oct 2015 23:12:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 66D6A8F975 for ; Sun, 4 Oct 2015 23:12:58 +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 3r0-542dGcAG for ; Sun, 4 Oct 2015 23:12:57 +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 A221B8F6DB for ; Sun, 4 Oct 2015 23:12:56 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t94NCmk0012001 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 4 Oct 2015 23:12:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1444000373; bh=7n+bxj4zBW4peKdkkkD+1FGpj0GWx1eZ3G7mR3OnWDM=; h=From:To:Cc:Subject:Date; b=tg9Rumr/LRFKZaH4YyuYWH9hWp82uR7WT2yNfu2w+rh7bIGFDFpLvqimWMXMe9lK4 v7mkMtu+r1Q9Aj90AE9hViTKAbDAtoICQC5/360P+o3PdfQiPjwS7Egho5ibLA/cQy fBs68BSmUEbfOSNRGHUWudI2rt7vxrtU1vdFlWRU= Received: by asgard (sSMTP sendmail emulation); Sun, 04 Oct 2015 20:12:42 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sun, 4 Oct 2015 20:12:42 -0300 Message-Id: <1444000362-31447-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.9 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] linux-headers: bump 3.18.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 | 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 2e28f78..8a9682a 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -198,7 +198,7 @@ config BR2_DEFAULT_KERNEL_HEADERS default "3.14.54" if BR2_KERNEL_HEADERS_3_14 default "3.16.7" if BR2_KERNEL_HEADERS_3_16 default "3.17.8" if BR2_KERNEL_HEADERS_3_17 - default "3.18.21" if BR2_KERNEL_HEADERS_3_18 + default "3.18.22" if BR2_KERNEL_HEADERS_3_18 default "3.19.8" if BR2_KERNEL_HEADERS_3_19 default "4.0.9" if BR2_KERNEL_HEADERS_4_0 default "4.1.10" if BR2_KERNEL_HEADERS_4_1