diff options
| author | Robert Marko | 2025-05-19 10:16:32 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-05-20 09:40:43 +0000 |
| commit | ba923ee5aec5db1f91b54a6fd24b58ad98df0b6f (patch) | |
| tree | 9303ab05bd9de17d146cdc0ee45596053447f323 | |
| parent | a238170e570eb3d093aae1611e4ae7f98f6f9bfc (diff) | |
| download | linusw-ba923ee5aec5db1f91b54a6fd24b58ad98df0b6f.tar.gz | |
qualcommax: default to 6.12
Default qualcommax target to 6.12 kernel.
It makes no sense for us to double the effort required for backporting
upstreamed patches or for downstream modifications.
Link: https://github.com/openwrt/openwrt/pull/18840
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/qualcommax/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/qualcommax/Makefile b/target/linux/qualcommax/Makefile index f7f1ffceb6..f08a9c8370 100644 --- a/target/linux/qualcommax/Makefile +++ b/target/linux/qualcommax/Makefile @@ -8,8 +8,7 @@ KERNELNAME:=Image CPU_TYPE:=cortex-a53 SUBTARGETS:=ipq807x ipq60xx ipq50xx -KERNEL_PATCHVER:=6.6 -KERNEL_TESTING_PATCHVER:=6.12 +KERNEL_PATCHVER:=6.12 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |