diff options
| author | Shiji Yang | 2025-08-20 13:09:38 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-08-20 21:30:49 +0000 |
| commit | db86a07bdf9f9902164aa033be112f8a5dba8d96 (patch) | |
| tree | be00ff0e1b28b5d70072785a6f6c93f640feeb7d | |
| parent | 5290e2f52356359bdc76ba7161b012412b0baeb6 (diff) | |
| download | openwrt-db86a07bdf9f9902164aa033be112f8a5dba8d96.tar.gz | |
ath79: switch default kernel to 6.12
We have not received any negative feedback in the past three months.
It's time to switch the default kernel to 6.12.
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/19821
Signed-off-by: Nick Hainke <vincent@systemli.org>
| -rw-r--r-- | target/linux/ath79/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index 8e04d7a8ec..1058834a75 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:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |