diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2019-12-15 14:07:46 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-12-19 22:41:57 +0100 |
commit | ce8707ea79b189a06d7dee72047a587d44dd82cf (patch) | |
tree | 297ed33686a08dba964890d90f69bf11966992a3 /target/linux | |
parent | 77e7d6c20dc6d5e50600fb4d013f4b71341e4168 (diff) | |
download | upstream-ce8707ea79b189a06d7dee72047a587d44dd82cf.tar.gz upstream-ce8707ea79b189a06d7dee72047a587d44dd82cf.tar.bz2 upstream-ce8707ea79b189a06d7dee72047a587d44dd82cf.zip |
ipq806x: update USB3 modules for 4.19
- Use new dwc3-qcom usb driver.
- Drop dwc3-of-simple as we have a dedicated driver now.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[split into separate commit, commit subject facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq806x/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ipq806x/Makefile b/target/linux/ipq806x/Makefile index 6dc1cfca79..bb968e75d3 100644 --- a/target/linux/ipq806x/Makefile +++ b/target/linux/ipq806x/Makefile @@ -20,7 +20,7 @@ DEFAULT_PACKAGES += \ kmod-leds-gpio kmod-gpio-button-hotplug swconfig \ kmod-ata-core kmod-ata-ahci kmod-ata-ahci-platform \ kmod-usb-ohci kmod-usb2 kmod-usb-ledtrig-usbport \ - kmod-usb3 kmod-usb-dwc3-of-simple kmod-usb-phy-qcom-dwc3 \ + kmod-usb-phy-qcom-dwc3 kmod-usb3 kmod-usb-dwc3-qcom \ kmod-ath10k-ct wpad-basic \ uboot-envtools |