From: Robert Marko Date: Fri, 16 Dec 2022 10:41:02 +0000 (+0100) Subject: ipq807x: include ath11k-ahb by default X-Git-Tag: v23.05.0-rc1~1254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d092dee9edf2b0703a12258c88d2e3dbc09c9f2a;p=thirdparty%2Fopenwrt.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 e17013136aa..597f369a97d 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))