From: John Crispin Date: Fri, 10 Apr 2015 08:28:44 +0000 (+0000) Subject: ipq806x: automatically select kmod-usb-phy-qcom-dwc3 X-Git-Tag: v15.05~760 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=f423e902fe48069fc83f9d06d84e614c02a3e86c;p=openwrt-github%2F.git ipq806x: automatically select kmod-usb-phy-qcom-dwc3 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45345 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/ipq806x/profiles/default.mk b/target/linux/ipq806x/profiles/default.mk index 00e1611965..6469bcb5f1 100644 --- 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