Skip to content

Commit

Permalink
ramips: switch rt305x subtarget to kernel 5.4
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
odmdas authored and adschm committed Aug 5, 2020
1 parent 816973f commit 4c73c34
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion target/linux/ramips/Makefile
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions target/linux/ramips/mt7620/target.mk
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions target/linux/ramips/mt7621/target.mk
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion target/linux/ramips/mt76x8/target.mk
Expand Up @@ -8,7 +8,6 @@ FEATURES+=usb ramdisk
CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-mt7603 wpad-basic swconfig
KERNEL_PATCHVER:=5.4

define Target/Description
Build firmware images for Ralink MT76x8 based boards.
Expand Down
2 changes: 2 additions & 0 deletions target/linux/ramips/rt288x/target.mk
Expand Up @@ -9,6 +9,8 @@ CPU_TYPE:=24kc

DEFAULT_PACKAGES += kmod-rt2800-soc wpad-mini swconfig

KERNEL_PATCHVER:=4.14

define Target/Description
Build firmware images for Ralink RT288x based boards.
endef
Expand Down
2 changes: 2 additions & 0 deletions target/linux/ramips/rt3883/target.mk
Expand Up @@ -9,6 +9,8 @@ CPU_TYPE:=74kc

DEFAULT_PACKAGES += kmod-rt2800-pci kmod-rt2800-soc wpad-mini swconfig

KERNEL_PATCHVER:=4.14

define Target/Description
Build firmware images for Ralink RT3662/RT3883 based boards.
endef
Expand Down

0 comments on commit 4c73c34

Please sign in to comment.