From 977bf86ccde81d4c4db5963e45d0eb92b239f6f2 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Wed, 29 Mar 2023 16:53:25 +0800 Subject: [PATCH] ramips: switch to kernel 5.10 --- target/linux/ramips/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index 3053906f6..09cf14252 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,8 +10,8 @@ BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio boot-part rootfs-part -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 +KERNEL_TESTING_PATCHVER:=5.4 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.