diff options
author | Rui Salvaterra <rsalvaterra@gmail.com> | 2021-09-09 09:44:41 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-12-13 19:36:52 +0100 |
commit | 66f9ed16841907ffd7676e92f0bc12fbe3599077 (patch) | |
tree | e831c7fc11b9f5ff0ea7740f4353973719cf1944 /target/linux/ramips | |
parent | 794e8123ce625d04f8207ba5fd3b153051b2e67e (diff) | |
download | upstream-66f9ed16841907ffd7676e92f0bc12fbe3599077.tar.gz upstream-66f9ed16841907ffd7676e92f0bc12fbe3599077.tar.bz2 upstream-66f9ed16841907ffd7676e92f0bc12fbe3599077.zip |
ramips: switch to kernel 5.10
Tested on mt7621 (Redmi AC2100) and running stable for several months.
Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Tested-by: Stijn Segers <foss@volatilesystems.org>
Tested-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index d3f2d4b8fc..c9fc1aa58a 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -10,8 +10,7 @@ BOARDNAME:=MediaTek Ralink MIPS SUBTARGETS:=mt7620 mt7621 mt76x8 rt288x rt305x rt3883 FEATURES:=squashfs gpio -KERNEL_PATCHVER:=5.4 -KERNEL_TESTING_PATCHVER:=5.10 +KERNEL_PATCHVER:=5.10 define Target/Description Build firmware images for Ralink RT288x/RT3xxx based boards. |