diff options
| author | Goetz Goerisch | 2025-07-19 21:27:49 +0000 |
|---|---|---|
| committer | Christian Marangi | 2025-11-22 15:09:29 +0000 |
| commit | 5f190feb5e027020f9747e0fc3b7ce6110689dd2 (patch) | |
| tree | 8e0aeec9cea87d5e2ca97b85d369bff51b8a9754 | |
| parent | 1f3ad121f65cb94dea692d92e192eb1009c51288 (diff) | |
| download | openwrt-5f190feb5e027020f9747e0fc3b7ce6110689dd2.tar.gz | |
at91: enable testing kernel 6.12
enable kernel 6.12 as testing
Signed-off-by: Goetz Goerisch <ggoerisch@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19471
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
| -rw-r--r-- | target/linux/at91/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/at91/Makefile b/target/linux/at91/Makefile index 752ac4c398..467ff0824a 100644 --- a/target/linux/at91/Makefile +++ b/target/linux/at91/Makefile @@ -11,6 +11,7 @@ FEATURES:=ext4 squashfs targz usbgadget ubifs SUBTARGETS:=sama7 sama5 sam9x KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk |