diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2021-09-07 21:47:14 +0200 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-09-12 18:52:30 +0200 |
commit | 0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab (patch) | |
tree | 55a44b174603b6e1eb80b2d7cedf2b4b971f9e91 /target/linux/ipq806x/Makefile | |
parent | ebe800765ec883d1df4f7327199145b4d88e4264 (diff) | |
download | upstream-0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab.tar.gz upstream-0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab.tar.bz2 upstream-0470159552641c2b11ccc1b0fcfcb4ea08f2c6ab.zip |
ipq806x: switch to kernel 5.10
Move kernel version to 5.10 as has been tested by many users
with positive feedback.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[Tested on: ipq8064/g10; ipq8065/nbg6817]
Tested-by: Stefan Lippers-Hollmann <s.l-h@gmx.de>
Diffstat (limited to 'target/linux/ipq806x/Makefile')
-rw-r--r-- | target/linux/ipq806x/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index c3407217d6..1735235b45 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -10,8 +10,7 @@ CPU_TYPE:=cortex-a15 CPU_SUBTYPE:=neon-vfpv4 SUBTARGETS:=generic -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 KERNELNAME:=zImage Image dtbs |