aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorNick Hainke <vincent@systemli.org>2022-09-16 12:03:19 +0200
committerDavid Bauer <mail@david-bauer.net>2022-09-24 13:04:24 +0200
commit579703f38c14b9441e2a28529c9883b311410f3e (patch)
tree8799a558ea4f24673e938ed88a58d9d692a1dc0b /target
parenta24e07700d0f884ff82e565110adef4ad2155db4 (diff)
downloadupstream-579703f38c14b9441e2a28529c9883b311410f3e.tar.gz
upstream-579703f38c14b9441e2a28529c9883b311410f3e.tar.bz2
upstream-579703f38c14b9441e2a28529c9883b311410f3e.zip
ath79: switch to 5.15 as default kernel
The 5.15 kernel has new interesting features like MGLRU. Most of the targets already have added support for testing kernel 5.15 since April 2022. Set 5.15 as default for all subtargets. Testing support was added here: - ae6bfb7d67c1 ("ath79: tiny: add 5.15 support for tiny subtarget") - 9a0155bc4fa3 ("ath79: add 5.15 support for generic subtarget") - 5af9aafabbc0 ("ath79: mikrotik: add 5.15 support for mikrotik subtarget") - f3fa68e5153b ("ath79: nand: add 5.15 support for nand subtarget") Tested on: - Nanostation M5 XM (tiny) - TP-Link EAP-225 Outdoor (generic) - TP-Link CPE210 (generic) Signed-off-by: Nick Hainke <vincent@systemli.org>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile
index 20dae789af..d6ba3b0ead 100644
--- a/target/linux/ath79/Makefile
+++ b/target/linux/ath79/Makefile
@@ -8,8 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny
FEATURES:=ramdisk squashfs usbgadget
-KERNEL_PATCHVER:=5.10
-KERNEL_TESTING_PATCHVER:=5.15
+KERNEL_PATCHVER:=5.15
include $(INCLUDE_DIR)/target.mk