diff options
| author | Robert Marko | 2024-02-29 20:42:06 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-22 20:19:21 +0000 |
| commit | 36acf88fe0d974a7de5c3be5d3303048c54ce6fb (patch) | |
| tree | cd0038d4f695e8b1c611b2682176346d75f03d87 | |
| parent | 4989556a53e788ea81aa2623446b16e0f44f60e3 (diff) | |
| download | openwrt-36acf88fe0d974a7de5c3be5d3303048c54ce6fb.tar.gz | |
qualcommax: add 6.6 as testing kernel
Provide kernel 6.6 as the testing kernel for qualcommax.
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 1ce391ad22..68609157b0 100644 --- a/target/linux/qualcommax/Makefile +++ b/target/linux/qualcommax/Makefile @@ -9,6 +9,7 @@ CPU_TYPE:=cortex-a53 SUBTARGETS:=ipq807x ipq60xx KERNEL_PATCHVER:=6.1 +KERNEL_TESTING_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |