ipq807x: include ath11k-ahb by default

All of the IPQ807x devices support having 2 radios, so lets include the
required driver as well.

Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko 2022-12-16 11:41:02 +01:00
parent 35f28f2838
commit d092dee9ed

View File

@ -15,7 +15,7 @@ DEFAULT_PACKAGES += \
kmod-usb3 kmod-usb-dwc3 kmod-usb-dwc3-qcom \
kmod-leds-gpio kmod-gpio-button-hotplug \
libwolfsslcpu-crypto \
ath11k-firmware-ipq8074 \
ath11k-firmware-ipq8074 kmod-ath11k-ahb \
wpad-basic-wolfssl uboot-envtools
$(eval $(call BuildTarget))