diff options
author | John Crispin <john@openwrt.org> | 2015-04-10 08:28:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-10 08:28:44 +0000 |
commit | 6adf8647706a44f005f90428f4e16f37c11342ac (patch) | |
tree | 87691da0ce3502a89f795b309079a8fc36c2a4d7 /target | |
parent | 8b5c250797921546da4c554bdef0ccd39737961f (diff) | |
download | upstream-6adf8647706a44f005f90428f4e16f37c11342ac.tar.gz upstream-6adf8647706a44f005f90428f4e16f37c11342ac.tar.bz2 upstream-6adf8647706a44f005f90428f4e16f37c11342ac.zip |
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 <mathieu@codeaurora.org>
SVN-Revision: 45345
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ipq806x/profiles/default.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |