diff --git a/configs/ath79-mikrotik-ath10k.config b/configs/ath79-mikrotik-ath10k.config index b132a99f..a68f51c6 100755 --- a/configs/ath79-mikrotik-ath10k.config +++ b/configs/ath79-mikrotik-ath10k.config @@ -11,6 +11,7 @@ CONFIG_TARGET_ROOTFS_INITRAMFS=y # DEVICE_PACKAGES are not included in the initramfs, but for these devices we need # extra packages pre-installed to successfully install sysupgrade. # +CONFIG_PACKAGE_ath10k-board-qca988x=y CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=y CONFIG_PACKAGE_kmod-ath10k-ct=y CONFIG_PACKAGE_nand-utils=y diff --git a/patches/744-dd-wrt-firmware.patch b/patches/744-dd-wrt-firmware.patch index 502943e5..3fa17aa3 100644 --- a/patches/744-dd-wrt-firmware.patch +++ b/patches/744-dd-wrt-firmware.patch @@ -5,7 +5,7 @@ $(eval $(call BuildPackage,ath10k-firmware-qca9887-ct)) $(eval $(call BuildPackage,ath10k-firmware-qca9887-ct-full-htt)) -$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct)) -+#$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct)) ++$(eval $(call BuildPackage,ath10k-firmware-qca988x-ct)) $(eval $(call BuildPackage,ath10k-firmware-qca988x-ct-full-htt)) $(eval $(call BuildPackage,ath10k-firmware-qca99x0-ct)) $(eval $(call BuildPackage,ath10k-firmware-qca99x0-ct-full-htt))