From 7b25a556208bd19dfa519f717db4718a62631021 Mon Sep 17 00:00:00 2001 From: coolsnowwolf Date: Tue, 4 Apr 2023 22:53:21 +0800 Subject: [PATCH] Revert "ramips: switch to kernel 5.10" This reverts commit 977bf86ccde81d4c4db5963e45d0eb92b239f6f2. --- 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 09cf14252..3053906f6 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.10 -KERNEL_TESTING_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.4 +KERNEL_TESTING_PATCHVER:=5.10 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards.