diff options
| author | Robert Marko | 2024-03-29 10:38:49 +0000 |
|---|---|---|
| committer | Robert Marko | 2024-03-29 17:56:31 +0000 |
| commit | 5876b4afb9a7f0429cdb26b87c0fc7fb6d42db53 (patch) | |
| tree | 64b27fdf53e30b35018e4346e09ebe423ee3ab52 | |
| parent | d4b6b76443207103d3a7c0eae5c0085317fb584f (diff) | |
| download | openwrt-5876b4afb9a7f0429cdb26b87c0fc7fb6d42db53.tar.gz | |
qualcommax: default to kernel 6.6
6.6 has been in testing on qualcommax for a while so it should be in a
good shape, but lets default to it to get a wider audience.
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 68609157b0..ab7f52ae04 100644 --- a/target/linux/qualcommax/Makefile +++ b/target/linux/qualcommax/Makefile @@ -8,8 +8,7 @@ KERNELNAME:=Image dtbs CPU_TYPE:=cortex-a53 SUBTARGETS:=ipq807x ipq60xx -KERNEL_PATCHVER:=6.1 -KERNEL_TESTING_PATCHVER:=6.6 +KERNEL_PATCHVER:=6.6 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES += \ |