From: Robert Marko Date: Fri, 16 Dec 2022 10:41:02 +0000 (+0100) Subject: ipq807x: include ath11k-ahb by default X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=d092dee9edf2b0703a12258c88d2e3dbc09c9f2a;p=openwrt%2Fstaging%2Fjow.git 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 --- diff --git a/target/linux/ipq807x/Makefile b/target/linux/ipq807x/Makefile index e17013136a..597f369a97 100644 --- a/target/linux/ipq807x/Makefile +++ b/target/linux/ipq807x/Makefile @@ -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))