[openwrt/openwrt] at91: switch to kernel 6.12

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 25 08:25:01 PST 2025


ansuel pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ca626376d5ec6e40dfb19ff205504223bd57cba2

commit ca626376d5ec6e40dfb19ff205504223bd57cba2
Author: Goetz Goerisch <ggoerisch at gmail.com>
AuthorDate: Sat Nov 22 18:39:07 2025 +0100

    at91: switch to kernel 6.12
    
    switch the kernel to 6.12 by default
    
    Signed-off-by: Goetz Goerisch <ggoerisch at gmail.com>
    Link: https://github.com/openwrt/openwrt/pull/20871
    Signed-off-by: Christian Marangi <ansuelsmth at gmail.com>
---
 target/linux/at91/Makefile | 3 +--
 1 file changed, 1 insertion(+), 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
 




More information about the lede-commits mailing list