summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGoetz Goerisch2025-11-22 17:39:07 +0000
committerChristian Marangi2025-11-25 16:23:14 +0000
commitca626376d5ec6e40dfb19ff205504223bd57cba2 (patch)
treea92d549db463efc551f860ac92f4b14aa9311d7d
parent9ba24e0ee9d9232517a536922c13b70b89b55c2b (diff)
downloadopenwrt-ca626376d5ec6e40dfb19ff205504223bd57cba2.tar.gz
at91: switch to kernel 6.12
switch the kernel to 6.12 by default Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20871 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--target/linux/at91/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile
index 467ff0824a..6bb9c595ef 100644
--- a/target/linux/at91/Makefile
+++ b/target/linux/at91/Makefile
@@ -10,8 +10,7 @@ BOARDNAME:=Microchip (Atmel AT91)
FEATURES:=ext4 squashfs targz usbgadget ubifs
SUBTARGETS:=sama7 sama5 sam9x
-KERNEL_PATCHVER:=6.6
-KERNEL_TESTING_PATCHVER:=6.12
+KERNEL_PATCHVER:=6.12
include $(INCLUDE_DIR)/target.mk