[openwrt/openwrt] ipq807x: include ath11k-ahb by default
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 16 03:52:56 PST 2023
ansuel pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d092dee9edf2b0703a12258c88d2e3dbc09c9f2a
commit d092dee9edf2b0703a12258c88d2e3dbc09c9f2a
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Fri Dec 16 11:41:02 2022 +0100
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 at gmail.com>
---
target/linux/ipq807x/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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))
More information about the lede-commits
mailing list