projects
/
openwrt
/
staging
/
dangole.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8b5c250
)
ipq806x: automatically select kmod-usb-phy-qcom-dwc3
author
John Crispin
<john@openwrt.org>
Fri, 10 Apr 2015 08:28:44 +0000
(08:28 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 10 Apr 2015 08:28:44 +0000
(08:28 +0000)
kmod-usb-phy-qcom-dwc3 is required to get USB working on ipq806x. It was
missed in previous commit so let's enable it automatically.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45345
target/linux/ipq806x/profiles/default.mk
patch
|
blob
|
history
diff --git
a/target/linux/ipq806x/profiles/default.mk
b/target/linux/ipq806x/profiles/default.mk
index 00e16119659965fff7826e75d8970d4257a64e87..6469bcb5f101a09944040aed8fd1a35f8c6f3623 100644
(file)
--- a/
target/linux/ipq806x/profiles/default.mk
+++ b/
target/linux/ipq806x/profiles/default.mk
@@
-10,7
+10,7
@@
define Profile/Default
NAME:=Default Profile (minimum package set)
PACKAGES:= \
kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \
- kmod-usb3 kmod-usb-dwc3-qcom
+ kmod-usb3 kmod-usb-dwc3-qcom
kmod-usb-phy-qcom-dwc3
endef
define Profile/Default/Description