From patchwork Tue Oct 23 10:23:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ubaldo Porcheddu X-Patchwork-Id: 988123 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=eja.it Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=eja.it header.i=@eja.it header.b="xhGSaaqb"; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 42fTxP63zGz9sNd for ; Tue, 23 Oct 2018 21:23:21 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 40B7B86961; Tue, 23 Oct 2018 10:23:18 +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 agQmCQqgApQS; Tue, 23 Oct 2018 10:23:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 93C67864B7; Tue, 23 Oct 2018 10:23:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 12F1F1BF35E for ; Tue, 23 Oct 2018 10:23:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1087A85A0D for ; Tue, 23 Oct 2018 10:23:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XPkdQ-ldOX1g for ; Tue, 23 Oct 2018 10:23:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from eja.it (eja.it [139.162.216.11]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 352EA85992 for ; Tue, 23 Oct 2018 10:23:14 +0000 (UTC) Received: by eja.it (Postfix, from userid 1001) id 7DE9B8BB5; Tue, 23 Oct 2018 10:23:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eja.it; s=mail; t=1540290203; bh=6tzfaJp6cal9SatOVmVzMFJ70JrLphpvMdBXCFa2cPk=; h=From:To:Cc:Subject:Date:From; b=xhGSaaqbHeOxMlzu/mzIvS6Bjb6okna4iEZx6Frr2czJgkwvqCUgu275LhcPPRK5Y h/4H5NpZ6N4x1tqtH65/9D5ws91Fv+jjGcwvHuAhFPGlCTdnk72umkc6sv//aXxJuE B+4D6BPogSsxloKq8JnSW5uEpXUyjxbYc/hIFZmo= From: Ubaldo Porcheddu To: buildroot@buildroot.org Date: Tue, 23 Oct 2018 10:23:15 +0000 Message-Id: <1540290195-2322-1-git-send-email-ubaldo@eja.it> X-Mailer: git-send-email 1.9.1 Subject: [Buildroot] [PATCH 1/1] Add version 4.19 support X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ubaldo Porcheddu MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Ubaldo Porcheddu --- package/linux-headers/Config.in.host | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/package/linux-headers/Config.in.host b/package/linux-headers/Config.in.host index cdf639a..4520041 100644 --- a/package/linux-headers/Config.in.host +++ b/package/linux-headers/Config.in.host @@ -60,6 +60,10 @@ config BR2_KERNEL_HEADERS_4_18 bool "Linux 4.18.x kernel headers" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 +config BR2_KERNEL_HEADERS_4_19 + bool "Linux 4.19.x kernel headers" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19 + config BR2_KERNEL_HEADERS_VERSION bool "Manually specified Linux version" help @@ -129,6 +133,10 @@ config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_18 bool "4.18.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_18 +config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_19 + bool "4.19.x" + select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_19 + config BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_17 bool "4.17.x" select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_17