From patchwork Mon Jun 17 07:59:43 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1116785 X-Patchwork-Delegate: ynezz@true.cz 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=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=true.cz Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="PgxFklkk"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45S3YJ0Flwz9s3C for ; Mon, 17 Jun 2019 18:00:36 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:Message-Id:Date:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=u+3qGt+PGQJDhQT3xGkgoP4bq9tBUimXSEwmN8sIs94=; b=PgxFklkkNk97rg acOb84m7QTiz2TkYTgp55DC0s7OtLXyH1oXqHWl9sYMmMx9MdU/P1zUH7k9XX6SmOLvXVSp/r72tA Fwli7yjZ9oroAFE0XzCdiQcQmbKDw+3ExFrmKb3GB0jOkb6pVMRwi1wpfmCZmRGTwPdJAkgU6MEbm YQqpoIGysQeHagvD+k2F90qIjHSFTy9XjHZpsIkEyJ7LND1qWD7zw6Tn7LjpbYde5yJgUtybqIxBv 9MAVyh1uPZbLJ0orCVG8KtxzqMbMiuD/srGOad3LIFZPnbUiptzJ7l0CQzZu72DCxr6KQyEKH3rNJ UhlesnoU8eVdngiVjQMA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcmYh-0002h4-Na; Mon, 17 Jun 2019 08:00:08 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hcmYZ-0002FP-47 for openwrt-devel@lists.openwrt.org; Mon, 17 Jun 2019 08:00:01 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 6D3943176; Mon, 17 Jun 2019 09:59:51 +0200 (CEST) Received: by meh.true.cz (OpenSMTPD) with ESMTP id 536c6514; Mon, 17 Jun 2019 09:59:49 +0200 (CEST) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Date: Mon, 17 Jun 2019 09:59:43 +0200 Message-Id: <1560758385-2678-1-git-send-email-ynezz@true.cz> X-Mailer: git-send-email 1.9.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_005959_555291_DD943B65 X-CRM114-Status: UNSURE ( 7.29 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.217.244.18 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record Subject: [OpenWrt-Devel] [PATCH 1/3] kernel: generic: add missing 4.19 config symbol X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Petr_=C5=A0tetiar?= Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Fixes following kernel build issue on ath79/generic: Enable support for latency based cgroup IO protection (BLK_CGROUP_IOLATENCY) [N/y/?] (NEW) Signed-off-by: Petr Štetiar --- target/linux/generic/config-4.19 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index e39837b995b6..9a31a6ff303a 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -508,6 +508,7 @@ CONFIG_BITREVERSE=y # CONFIG_BLK_CMDLINE_PARSER is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_DA is not set +# CONFIG_BLK_CGROUP_IOLATENCY is not set # CONFIG_BLK_DEBUG_FS is not set CONFIG_BLK_DEV=y # CONFIG_BLK_DEV_3W_XXXX_RAID is not set From patchwork Mon Jun 17 07:59:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1116786 X-Patchwork-Delegate: ynezz@true.cz 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=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=true.cz Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gHSZys5W"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45S3Z40ycyz9s3C for ; Mon, 17 Jun 2019 18:01:15 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:References: In-Reply-To:Message-Id:Date:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=fYImJEfaAEIy8JOcLrLq+JIRPHE8IFytjxrcIY4Wucc=; b=gHSZys5WhvcLQl fCWnaEHiYbkgjGNfOvpGPG7/jGiLg+1oqoRWXFf6EZxf2A4KpAI1F4wsSNfxd0oPjPcXhVA5LrS/Z wK6DpO9qS5G2AdKy7dBQZq8k/vtAejt7JE3+0R2lBxMe8VTCHBh+W0dBJ7FlXyRbf3B2RYAMtx3t5 hpIMW0SxhnVvNd7rvs51R24C2zI2bfbP8qw46Ct1SI0sjvhCsozquxKOxsDJuAxueYwhW9WI5b07E HW3W5o+IJy4qu+68mOSUIMNnN/+SxSrmFDld/tgZFE0tXZ0vWGTsM0klEHZRINu9uZuvTYOp4TI5s f4TWh3IkohpdSk+IhJiw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcmZX-0003mR-C7; Mon, 17 Jun 2019 08:00:59 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hcmYZ-0002FO-48 for openwrt-devel@lists.openwrt.org; Mon, 17 Jun 2019 08:00:01 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id AF80031C8; Mon, 17 Jun 2019 09:59:51 +0200 (CEST) Received: by meh.true.cz (OpenSMTPD) with ESMTP id bbda302b; Mon, 17 Jun 2019 09:59:49 +0200 (CEST) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Date: Mon, 17 Jun 2019 09:59:44 +0200 Message-Id: <1560758385-2678-2-git-send-email-ynezz@true.cz> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1560758385-2678-1-git-send-email-ynezz@true.cz> References: <1560758385-2678-1-git-send-email-ynezz@true.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_005959_556141_FF597381 X-CRM114-Status: UNSURE ( 6.78 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.217.244.18 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record Subject: [OpenWrt-Devel] [PATCH 2/3] kernel: generic: add missing DRM panel 4.19 config symbols X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?Petr_=C5=A0tetiar?= Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org While building tegra/generic on 4.19, I've discovered few missing symbols related to DRM panel symbols. Signed-off-by: Petr Štetiar --- target/linux/generic/config-4.19 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index 9a31a6ff303a..1b2f5c8d0734 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -1265,12 +1265,18 @@ CONFIG_DQL=y # CONFIG_DRM_OMAP is not set # CONFIG_DRM_PANEL_ARM_VERSATILE is not set # CONFIG_DRM_PANEL_ILITEK_IL9322 is not set +# CONFIG_DRM_PANEL_ILITEK_ILI9881C is not set +# CONFIG_DRM_PANEL_INNOLUX_P079ZCA is not set # CONFIG_DRM_PANEL_JDI_LT070ME05000 is not set # CONFIG_DRM_PANEL_LG_LG4573 is not set # CONFIG_DRM_PANEL_LVDS is not set +# CONFIG_DRM_PANEL_ORISETECH_OTM8009A is not set # CONFIG_DRM_PANEL_PANASONIC_VVX10F034N00 is not set # CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set +# CONFIG_DRM_PANEL_RAYDIUM_RM68200 is not set # CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E3HA2 is not set +# CONFIG_DRM_PANEL_SAMSUNG_S6E63J0X03 is not set # CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set # CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set # CONFIG_DRM_PANEL_SHARP_LQ101R1SX01 is not set From patchwork Mon Jun 17 07:59:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Petr_=C5=A0tetiar?= X-Patchwork-Id: 1116788 X-Patchwork-Delegate: ynezz@true.cz 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=lists.openwrt.org (client-ip=2607:7c80:54:e::133; helo=bombadil.infradead.org; envelope-from=openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=true.cz Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LZYT2T+D"; dkim-atps=neutral Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 45S3Zb4jYQz9s3C for ; Mon, 17 Jun 2019 18:01:43 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Subject:MIME-Version:References: In-Reply-To:Message-Id:Date:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=j3YA9zEl7in7ZNvmGMedrJPir1wS7ZS2w7jCnir67RM=; b=LZYT2T+DqCzENI ndaAhiDyv9+0STdH7mZWQ/sT4LxrcNoAi3tkWqbdl7dDbgcD2HVzCzHlSGqKND8fdP7vTTzCt4LEt HgE8AwgdAY+/0o10k8t41qRpCJOA0mL++rxrnC2dUFUUwOjlwf4ITrJZrAyrYPUdev3KHhHVeagJe vZhzAA1gLPoCucRFnKlkNJ8Uj6P+yZC5vT//tOP+qPXZoxiakgvdB511xlcj2b2VuzdFysCgof1UZ JC2qf4qSb1ZcoSN/uKAqaavn13GsPJTGpy86lsW4WrPdRs4u7fL94742SakKYP1HazphVHDz8OrcP M9XZ2fwa49C6LK9DSyAw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hcma0-00049k-9g; Mon, 17 Jun 2019 08:01:28 +0000 Received: from smtp-out.xnet.cz ([178.217.244.18]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hcmYZ-0002FN-49 for openwrt-devel@lists.openwrt.org; Mon, 17 Jun 2019 08:00:03 +0000 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id DC14F3222; Mon, 17 Jun 2019 09:59:51 +0200 (CEST) Received: by meh.true.cz (OpenSMTPD) with ESMTP id e77a34b8; Mon, 17 Jun 2019 09:59:49 +0200 (CEST) From: =?utf-8?q?Petr_=C5=A0tetiar?= To: openwrt-devel@lists.openwrt.org Date: Mon, 17 Jun 2019 09:59:45 +0200 Message-Id: <1560758385-2678-3-git-send-email-ynezz@true.cz> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1560758385-2678-1-git-send-email-ynezz@true.cz> References: <1560758385-2678-1-git-send-email-ynezz@true.cz> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190617_005959_556459_C60136A6 X-CRM114-Status: UNSURE ( 8.51 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [178.217.244.18 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 0.0 SPF_NONE SPF: sender does not publish an SPF Record Subject: [OpenWrt-Devel] [PATCH 3/3] treewide: kernel: bump 4.19 ready targets to 4.19 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stijn Tintel , =?utf-8?q?Petr_=C5=A0tetiar?= Sender: "openwrt-devel" Errors-To: openwrt-devel-bounces+incoming=patchwork.ozlabs.org@lists.openwrt.org Lets bump kernel to 4.19 on targets which pass basic build test, so we've enough time to make it ready for next release. It was build/run tested on following combinations: ath79/generic (runtested on Carambola2) apm821xx/nand apm821xx/sata armvirt/32 (runtested in qemu) armvirt/64 (runtested in qemu) cns3xxx/generic gemini/generic imx6/generic (runtested on Apalis) ipq40xx/generic kirkwood/generic malta/be64 (runtested in qemu) malta/be (runtested in qemu) malta/le (runtested in qemu) malta/le64 (runtested in qemu) mpc85xx/generic mvebu/cortexa53 mvebu/cortexa72 mvebu/cortexa9 octeon/generic sunxi/cortexa53 sunxi/cortexa7 sunxi/cortexa8 tegra/generic x86/64 (runtested in qemu) brcm47xx and bcm53xx weren't bumped as they didn't passed build testing and needs more work regarding 4.19 support. Signed-off-by: Stijn Tintel Signed-off-by: Petr Štetiar Tested-by: Tomasz Maciej Nowak --- target/linux/apm821xx/Makefile | 2 +- target/linux/armvirt/Makefile | 3 ++- target/linux/ath79/Makefile | 2 +- target/linux/cns3xxx/Makefile | 2 +- target/linux/gemini/Makefile | 2 +- target/linux/imx6/Makefile | 2 +- target/linux/ipq40xx/Makefile | 5 ++--- target/linux/kirkwood/Makefile | 2 +- target/linux/malta/Makefile | 2 +- target/linux/mpc85xx/Makefile | 2 +- target/linux/mvebu/Makefile | 2 +- target/linux/octeon/Makefile | 2 +- target/linux/sunxi/Makefile | 2 +- target/linux/tegra/Makefile | 2 +- target/linux/x86/Makefile | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/target/linux/apm821xx/Makefile b/target/linux/apm821xx/Makefile index a67aee3b8cb0..bde751e7ee65 100644 --- a/target/linux/apm821xx/Makefile +++ b/target/linux/apm821xx/Makefile @@ -13,7 +13,7 @@ MAINTAINER:=Chris Blake , \ Christian Lamparter SUBTARGETS:=nand sata -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 define Target/Description diff --git a/target/linux/armvirt/Makefile b/target/linux/armvirt/Makefile index 107f8607c33b..71177a93b353 100644 --- a/target/linux/armvirt/Makefile +++ b/target/linux/armvirt/Makefile @@ -13,7 +13,8 @@ FEATURES+=cpiogz ext4 ramdisk squashfs targz MAINTAINER:=Florian Fainelli , \ Yousong Zhou -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 0ccc0bed1ce0..96393cfcaac6 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -8,7 +8,7 @@ SUBTARGETS:=generic nand tiny FEATURES:=ramdisk -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/cns3xxx/Makefile b/target/linux/cns3xxx/Makefile index 785b06f596b4..2357eaf59612 100644 --- a/target/linux/cns3xxx/Makefile +++ b/target/linux/cns3xxx/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=mpcore CPU_SUBTYPE:=vfp MAINTAINER:=Felix Fietkau , \ Koen Vandeputte -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 define Target/Description diff --git a/target/linux/gemini/Makefile b/target/linux/gemini/Makefile index 867e284714a9..03af7172b40b 100644 --- a/target/linux/gemini/Makefile +++ b/target/linux/gemini/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs pci rtc usb dt gpio display ext4 rootfs-part boot-part CPU_TYPE:=fa526 MAINTAINER:=Roman Yeryomin -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 define Target/Description diff --git a/target/linux/imx6/Makefile b/target/linux/imx6/Makefile index 457e767c05a5..6f29b2cb0762 100644 --- a/target/linux/imx6/Makefile +++ b/target/linux/imx6/Makefile @@ -14,7 +14,7 @@ CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon MAINTAINER:=Luka Perkov -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile index 2785b73ed158..5166af73955a 100644 --- a/target/linux/ipq40xx/Makefile +++ b/target/linux/ipq40xx/Makefile @@ -8,15 +8,14 @@ CPU_TYPE:=cortex-a7 CPU_SUBTYPE:=neon-vfpv4 MAINTAINER:=John Crispin -# TODO: drop kmod-usb-dwc3-of-simple when migrating to 4.19 -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 KERNELNAME:=zImage Image dtbs include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ - kmod-usb-dwc3-of-simple \ + kmod-usb-dwc3-qcom \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ath10k-ct wpad-basic \ kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index adc7a496e12f..948469af0704 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -13,7 +13,7 @@ FEATURES:=usb nand squashfs ramdisk CPU_TYPE:=xscale MAINTAINER:=Luka Perkov -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index c71f34d10999..435c1b656861 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -14,7 +14,7 @@ INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli FEATURES:=ramdisk -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/mpc85xx/Makefile b/target/linux/mpc85xx/Makefile index 9db478d87b99..b3ed3c455f47 100644 --- a/target/linux/mpc85xx/Makefile +++ b/target/linux/mpc85xx/Makefile @@ -14,7 +14,7 @@ FEATURES:=squashfs ramdisk MAINTAINER:=Imre Kaloz SUBTARGETS:=generic p1020 p2020 -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 KERNELNAME:=zImage diff --git a/target/linux/mvebu/Makefile b/target/linux/mvebu/Makefile index f39573c0029a..165daa78ecb8 100644 --- a/target/linux/mvebu/Makefile +++ b/target/linux/mvebu/Makefile @@ -12,7 +12,7 @@ FEATURES:=fpu usb pci pcie gpio nand squashfs ramdisk boot-part rootfs-part SUBTARGETS:=cortexa9 cortexa53 cortexa72 MAINTAINER:=Imre Kaloz -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER:=4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/octeon/Makefile b/target/linux/octeon/Makefile index 202ed39be737..57a8b2698988 100644 --- a/target/linux/octeon/Makefile +++ b/target/linux/octeon/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ramdisk pci usb CPU_TYPE:=octeonplus MAINTAINER:=John Crispin -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 define Target/Description diff --git a/target/linux/sunxi/Makefile b/target/linux/sunxi/Makefile index aae7df1b443d..64f17ba87b93 100644 --- a/target/linux/sunxi/Makefile +++ b/target/linux/sunxi/Makefile @@ -14,7 +14,7 @@ FEATURES:=fpu usb ext4 display rtc squashfs SUBTARGETS:=cortexa8 cortexa7 cortexa53 MAINTAINER:=Zoltan HERPAI -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER := 4.19 KERNELNAME:=zImage dtbs diff --git a/target/linux/tegra/Makefile b/target/linux/tegra/Makefile index 8a611e29abb4..217710eec6b6 100644 --- a/target/linux/tegra/Makefile +++ b/target/linux/tegra/Makefile @@ -14,7 +14,7 @@ CPU_TYPE := cortex-a9 CPU_SUBTYPE := vfpv3 MAINTAINER := Tomasz Maciej Nowak -KERNEL_PATCHVER := 4.14 +KERNEL_PATCHVER := 4.19 KERNEL_TESTING_PATCHVER := 4.19 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/x86/Makefile b/target/linux/x86/Makefile index 509ccb47a2a6..7c2e503ffd38 100644 --- a/target/linux/x86/Makefile +++ b/target/linux/x86/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs ext4 vdi vmdk pcmcia targz fpu SUBTARGETS:=generic legacy geode 64 MAINTAINER:=Felix Fietkau -KERNEL_PATCHVER:=4.14 +KERNEL_PATCHVER:=4.19 KERNEL_TESTING_PATCHVER:=4.19 KERNELNAME:=bzImage