diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2020-01-26 04:40:43 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-03-03 23:38:23 +0100 |
commit | 633c5137df86e782759e0d88c0facfb2d3f0c424 (patch) | |
tree | f2b382a5366dbfa2fccd18cb74cba5b8ce5b41d9 /target | |
parent | a2c0b02dfa335bdbe91cb912cee105ba1746265a (diff) | |
download | upstream-633c5137df86e782759e0d88c0facfb2d3f0c424.tar.gz upstream-633c5137df86e782759e0d88c0facfb2d3f0c424.tar.bz2 upstream-633c5137df86e782759e0d88c0facfb2d3f0c424.zip |
ipq806x: add 5.4 as testing kernel version
Add 5.4 kernel version as a new testing kernel option.
Ref: https://github.com/openwrt/openwrt/pull/2793
Tested-by: Hannu Nyman <hannu.nyman@iki.fi> [ipq8065, R7800]
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de> [ipq8065, NBG6817]
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[added Tested-by tags]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 24409d6719..42f91371c3 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -12,6 +12,7 @@ MAINTAINER:=John Crispin <john@phrozen.org> SUBTARGETS:=generic KERNEL_PATCHVER:=4.19 +KERNEL_TESTING_PATCHVER:=5.4 KERNELNAME:=zImage Image dtbs |