ipq40xx: 5.15: add testing kernel version
[openwrt/staging/chunkeey.git] / target / linux / ipq40xx / Makefile
index 400612376cb98b8cda73dc1f03545a0ecdcc472c..7df920e2d808ab9b3c2dbad8a12b178e87104f5b 100644 (file)
@@ -6,10 +6,10 @@ BOARDNAME:=Qualcomm Atheros IPQ40XX
 FEATURES:=squashfs fpu ramdisk nand
 CPU_TYPE:=cortex-a7
 CPU_SUBTYPE:=neon-vfpv4
-SUBTARGETS:=generic mikrotik
+SUBTARGETS:=generic chromium mikrotik
 
-KERNEL_PATCHVER:=5.4
-KERNEL_TESTING_PATCHVER:=5.4
+KERNEL_PATCHVER:=5.10
+KERNEL_TESTING_PATCHVER:=5.15
 
 KERNELNAME:=zImage Image dtbs
 
@@ -19,6 +19,6 @@ DEFAULT_PACKAGES += \
        kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
        kmod-ath10k-ct wpad-basic-wolfssl \
        kmod-usb3 kmod-usb-dwc3 ath10k-firmware-qca4019-ct \
-       uboot-envtools
+       ath10k-board-qca4019 uboot-envtools
 
 $(eval $(call BuildTarget))