projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9f6116
)
ipq40xx: Use kmod-usb-dwc3-qcom by default
author
Robert Marko
<robimarko@gmail.com>
Sun, 16 Dec 2018 22:07:44 +0000
(23:07 +0100)
committer
Christian Lamparter
<chunkeey@gmail.com>
Thu, 27 Dec 2018 13:06:38 +0000
(14:06 +0100)
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>
target/linux/ipq40xx/Makefile
patch
|
blob
|
history
diff --git
a/target/linux/ipq40xx/Makefile
b/target/linux/ipq40xx/Makefile
index 906d0221706aa8eb5e72cb15fce11abbf28fb1a4..4ebaa91f57bff1bc1afa254576ad04c0f73c30ce 100644
(file)
--- 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))