aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7620
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/mt7620
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/mt7620')
-rw-r--r--target/linux/ramips/mt7620/target.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7620/target.mk b/target/linux/ramips/mt7620/target.mk
index ff890c5540..56ceaee37f 100644
--- a/target/linux/ramips/mt7620/target.mk
+++ b/target/linux/ramips/mt7620/target.mk
@@ -9,8 +9,6 @@ CPU_TYPE:=24kc
DEFAULT_PACKAGES += kmod-rt2800-soc wpad-basic swconfig
-KERNEL_PATCHVER:=5.4
-
define Target/Description
Build firmware images for Ralink MT7620 based boards.
endef