diff options
| author | Robert Marko | 2025-05-07 16:22:07 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-16 15:57:40 +0000 |
| commit | 91e9a1d2213390ff8f8023688ad491ad237925ec (patch) | |
| tree | fa40662ba8adf1419e346313c8e1fe4791074067 | |
| parent | 491d91d2ffd50f045bf7002908eb4b069c686fa8 (diff) | |
| download | openwrt-91e9a1d2213390ff8f8023688ad491ad237925ec.tar.gz | |
qualcommax: add 6.12 as testing kernel
Allow testing 6.12 as the testing kernel.
Link: https://github.com/openwrt/openwrt/pull/18795
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/qualcommax/Makefile b/target/linux/qualcommax/Makefile index b3b6dc6118..f7f1ffceb6 100644 --- a/target/linux/qualcommax/Makefile +++ b/target/linux/qualcommax/Makefile @@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53 SUBTARGETS:=ipq807x ipq60xx ipq50xx KERNEL_PATCHVER:=6.6 +KERNEL_TESTING_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |