summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/mt7621
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/mt7621
parent816973f42aa47d910d3e35c2f8f8eb9d67416396 (diff)
downloadopenwrt-4c73c34ec4215deb690bf03faea2a0fe725476f0.tar.gz
openwrt-4c73c34ec4215deb690bf03faea2a0fe725476f0.tar.bz2
openwrt-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/mt7621')
-rw-r--r--target/linux/ramips/mt7621/target.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/ramips/mt7621/target.mk b/target/linux/ramips/mt7621/target.mk
index 2684ea5b64..c2eba1d0da 100644
--- a/target/linux/ramips/mt7621/target.mk
+++ b/target/linux/ramips/mt7621/target.mk
@@ -7,8 +7,6 @@ BOARDNAME:=MT7621 based boards
FEATURES+=nand ramdisk rtc usb minor
CPU_TYPE:=24kc
-KERNEL_PATCHVER:=5.4
-
define Target/Description
Build firmware images for Ralink MT7621 based boards.
endef