aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/Makefile
diff options
context:
space:
mode:
authorAlexey Dobrovolsky <dobrovolskiy.alexey@gmail.com>2020-08-05 22:50:53 +0300
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-05 23:27:35 +0200
commit4c73c34ec4215deb690bf03faea2a0fe725476f0 (patch)
tree46d45d9e6c6a15de9f4eff330e4b33f7c161c10f /target/linux/ramips/Makefile
parent816973f42aa47d910d3e35c2f8f8eb9d67416396 (diff)
downloadupstream-4c73c34ec4215deb690bf03faea2a0fe725476f0.tar.gz
upstream-4c73c34ec4215deb690bf03faea2a0fe725476f0.tar.bz2
upstream-4c73c34ec4215deb690bf03faea2a0fe725476f0.zip
ramips: switch rt305x subtarget to kernel 5.4
RT3x5x seems to work fine with kernel 5.4. Set the default kernel version to 5.4 to bring this to a broader audience. Since 4 of 6 targets are on kernel 5.4 now, invert the kernel version setup logic in Makefile/target.mk files. Tested on ZyXEL Keenetic. Signed-off-by: Alexey Dobrovolsky <dobrovolskiy.alexey@gmail.com> [invert version setup logic] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/Makefile')
-rw-r--r--target/linux/ramips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile
index 864cfa543d..c3d118b2ab 100644
--- a/target/linux/ramips/Makefile
+++ b/target/linux/ramips/Makefile
@@ -12,7 +12,7 @@ BOARDNAME:=MediaTek Ralink MIPS
SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883
FEATURES:=squashfs gpio
-KERNEL_PATCHVER:=4.14
+KERNEL_PATCHVER:=5.4
KERNEL_TESTING_PATCHVER:=5.4
define Target/Description