diff options
author | Paul Spooren <mail@aparcar.org> | 2021-12-27 22:10:45 +0100 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2022-02-10 11:55:22 +0100 |
commit | 8d8d26ba428d6f45c456b25622397e6ff75b1d47 (patch) | |
tree | d1f82ba8cec58df66e4a1d83a30c1a68d6c72ea1 /target/linux/ath25/Makefile | |
parent | 73fd9f79ced3e50ddf34e50d5bfaf2dc65767188 (diff) | |
download | upstream-8d8d26ba428d6f45c456b25622397e6ff75b1d47.tar.gz upstream-8d8d26ba428d6f45c456b25622397e6ff75b1d47.tar.bz2 upstream-8d8d26ba428d6f45c456b25622397e6ff75b1d47.zip |
ath25: switch to 5.10 Kernel
Tested-by: Chuanhong Guo <gch981213@gmail.com>
Signed-off-by: Paul Spooren <mail@aparcar.org>
Diffstat (limited to 'target/linux/ath25/Makefile')
-rw-r--r-- | target/linux/ath25/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath25/Makefile b/target/linux/ath25/Makefile index c714edeaaa..ebbc9141d9 100644 --- a/target/linux/ath25/Makefile +++ b/target/linux/ath25/Makefile @@ -9,7 +9,7 @@ BOARD:=ath25 BOARDNAME:=Atheros AR231x/AR5312 FEATURES:=squashfs low_mem small_flash -KERNEL_PATCHVER:=5.4 +KERNEL_PATCHVER:=5.10 KERNEL_TESTING_PATCHVER:=5.10 define Target/Description |