summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorShiji Yang <yangshiji66@qq.com>2024-03-13 14:27:08 +0800
committerNick Hainke <vincent@systemli.org>2024-03-13 13:48:42 +0100
commita4379507704a9ed48b009ce26e3c5ef1eefa1d4d (patch)
tree1ca5b4e8cd4e2aa5f83690654fb7016a77487d0c /target
parent51752fa14bebb6d026b36dc18e4562f93caa96b5 (diff)
downloadopenwrt-a4379507704a9ed48b009ce26e3c5ef1eefa1d4d.tar.gz
openwrt-a4379507704a9ed48b009ce26e3c5ef1eefa1d4d.tar.bz2
openwrt-a4379507704a9ed48b009ce26e3c5ef1eefa1d4d.zip
ath79: switch default kernel to 6.1
The 6.1 kernel has been tested for over half a year. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/Makefile3
1 files changed, 1 insertions, 2 deletions
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