From 633c5137df86e782759e0d88c0facfb2d3f0c424 Mon Sep 17 00:00:00 2001 From: Ansuel Smith Date: Sun, 26 Jan 2020 04:40:43 +0100 Subject: [PATCH] ipq806x: add 5.4 as testing kernel version MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Add 5.4 kernel version as a new testing kernel option. Ref: https://github.com/openwrt/openwrt/pull/2793 Tested-by: Hannu Nyman [ipq8065, R7800] Tested-by: Stefan Lippers-Hollmann [ipq8065, NBG6817] Signed-off-by: Ansuel Smith [added Tested-by tags] Signed-off-by: Petr Å tetiar --- target/linux/ipq806x/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 24409d67191..42f91371c37 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -12,6 +12,7 @@ MAINTAINER:=John Crispin SUBTARGETS:=generic KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs -- 2.30.2