ipq806x: automatically select kmod-usb-phy-qcom-dwc3
authorJohn Crispin <john@openwrt.org>
Fri, 10 Apr 2015 08:28:44 +0000 (08:28 +0000)
committerJohn 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

index 00e16119659965fff7826e75d8970d4257a64e87..6469bcb5f101a09944040aed8fd1a35f8c6f3623 100644 (file)
@@ -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