1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-15 11:43:54 +02:00

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>
This commit is contained in:
Robert Marko 2024-03-29 11:38:49 +01:00
parent d4b6b76443
commit 5876b4afb9

View File

@ -8,8 +8,7 @@ KERNELNAME:=Image dtbs
CPU_TYPE:=cortex-a53 CPU_TYPE:=cortex-a53
SUBTARGETS:=ipq807x ipq60xx SUBTARGETS:=ipq807x ipq60xx
KERNEL_PATCHVER:=6.1 KERNEL_PATCHVER:=6.6
KERNEL_TESTING_PATCHVER:=6.6
include $(INCLUDE_DIR)/target.mk include $(INCLUDE_DIR)/target.mk
DEFAULT_PACKAGES += \ DEFAULT_PACKAGES += \