diff options
author | Robert Marko <robimarko@gmail.com> | 2024-03-29 11:38:49 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-03-29 18:56:31 +0100 |
commit | 5876b4afb9a7f0429cdb26b87c0fc7fb6d42db53 (patch) | |
tree | 64b27fdf53e30b35018e4346e09ebe423ee3ab52 /target/linux | |
parent | d4b6b76443207103d3a7c0eae5c0085317fb584f (diff) |
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>
Diffstat (limited to 'target/linux')
-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 += \ |