aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ipq40xx/Makefile
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2018-12-16 23:07:44 +0100
committerChristian Lamparter <chunkeey@gmail.com>2018-12-27 14:06:38 +0100
commit13321fa1429cd87f8aa191460e0534088c894e27 (patch)
treecd5084823c6663f9bd4356bb8f0ea9a3b7455c54 /target/linux/ipq40xx/Makefile
parentc9f6116fd007ee360cbabf12ba830e3f381cee18 (diff)
downloadupstream-13321fa1429cd87f8aa191460e0534088c894e27.tar.gz
upstream-13321fa1429cd87f8aa191460e0534088c894e27.tar.bz2
upstream-13321fa1429cd87f8aa191460e0534088c894e27.zip
ipq40xx: Use kmod-usb-dwc3-qcom by default
Since 4.18 we cant use DWC3 OF Simple anymore so we have to use kmod-usb-dwc3-qcom. Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/ipq40xx/Makefile')
-rw-r--r--target/linux/ipq40xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq40xx/Makefile b/target/linux/ipq40xx/Makefile
index 906d022170..4ebaa91f57 100644
--- a/target/linux/ipq40xx/Makefile
+++ b/target/linux/ipq40xx/Makefile
@@ -17,6 +17,6 @@ DEFAULT_PACKAGES += \
kmod-leds-gpio kmod-gpio-button-hotplug swconfig \
kmod-ath10k-ct wpad-basic \
kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \
- ath10k-firmware-qca4019-ct
+ kmod-usb-dwc3-qcom ath10k-firmware-qca4019-ct
$(eval $(call BuildTarget))