From: Robert Marko Date: Sun, 16 Dec 2018 22:07:44 +0000 (+0100) Subject: ipq40xx: Use kmod-usb-dwc3-qcom by default X-Git-Tag: v19.07.0-rc1~1757 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=13321fa1429cd87f8aa191460e0534088c894e27 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 --- 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))