diff options
author | Robert Marko <robimarko@gmail.com> | 2022-12-16 11:41:02 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2023-01-16 12:42:23 +0100 |
commit | d092dee9edf2b0703a12258c88d2e3dbc09c9f2a (patch) | |
tree | 83dd36f3599a4ee722e2f15cb10cd73e78a9240b /target/linux | |
parent | 35f28f2838948e33f46c60b966a48a7e78ae8743 (diff) | |
download | upstream-d092dee9edf2b0703a12258c88d2e3dbc09c9f2a.tar.gz upstream-d092dee9edf2b0703a12258c88d2e3dbc09c9f2a.tar.bz2 upstream-d092dee9edf2b0703a12258c88d2e3dbc09c9f2a.zip |
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>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq807x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |