[openwrt/openwrt] at91: set 6.1 as default kernel version

LEDE Commits lede-commits at lists.infradead.org
Sun Apr 28 08:51:07 PDT 2024


nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/4088ea0475e3b6a21f72650ad05b77c05662243c

commit 4088ea0475e3b6a21f72650ad05b77c05662243c
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Mon Apr 22 10:18:02 2024 +0200

    at91: set 6.1 as default kernel version
    
    Adjust the kernel version to default 6.1 in order to facilitate testing
    for a broader audience.
    
    Signed-off-by: Nick Hainke <vincent at systemli.org>
---
 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 10608bff77..d02a32071b 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:=5.15
-KERNEL_TESTING_PATCHVER:=6.1
+KERNEL_PATCHVER:=6.1
 
 include $(INCLUDE_DIR)/target.mk
 




More information about the lede-commits mailing list