From: Shiji Yang Date: Wed, 13 Mar 2024 06:27:08 +0000 (+0800) Subject: ath79: switch default kernel to 6.1 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fstintel.git;a=commitdiff_plain;h=a4379507704a9ed48b009ce26e3c5ef1eefa1d4d ath79: switch default kernel to 6.1 The 6.1 kernel has been tested for over half a year. Signed-off-by: Shiji Yang --- diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index f7bb31c4ad..3ef4b32c72 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.15 -KERNEL_TESTING_PATCHVER:=6.1 +KERNEL_PATCHVER:=6.1 include $(INCLUDE_DIR)/target.mk