From: David Bauer Date: Fri, 8 Sep 2023 19:00:23 +0000 (+0200) Subject: ath79: use kernel 6.1 as default X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=c94383de018c561355c5e239524fbefca4aee3aa;p=openwrt%2Fstaging%2Fstintel.git ath79: use kernel 6.1 as default Signed-off-by: David Bauer --- diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index f7bb31c4ad..0a54fc59c6 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -8,7 +8,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget -KERNEL_PATCHVER:=5.15 +KERNEL_PATCHVER:=6.1 KERNEL_TESTING_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk