diff options
| author | Shiji Yang | 2025-04-30 16:39:34 +0000 |
|---|---|---|
| committer | David Bauer | 2025-05-24 13:42:23 +0000 |
| commit | df465b6513053c5f14cf26063979f4024ff56ac9 (patch) | |
| tree | aeefe1feffc7fb22d2ca322bec5f078d762122be | |
| parent | 2c7c0773b205a0b010ca31ae30a079a5e5c63348 (diff) | |
| download | openwrt-df465b6513053c5f14cf26063979f4024ff56ac9.tar.gz | |
ath79: enable 6.12 testing kernel
The 6.12 testing kernel for ath79 target is ready now.
Tested on AR9344 (ath79/nand) and QCA9531 (ath79/generic).
Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
| -rw-r--r-- | target/linux/ath79/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/Makefile b/target/linux/ath79/Makefile index b61d10cc6f..8e04d7a8ec 100644 --- a/target/linux/ath79/Makefile +++ b/target/linux/ath79/Makefile @@ -9,6 +9,7 @@ SUBTARGETS:=generic mikrotik nand tiny FEATURES:=ramdisk squashfs usbgadget KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |