diff options
author | John Crispin <john@openwrt.org> | 2015-04-03 19:06:38 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-03 19:06:38 +0000 |
commit | 4ad0ad981741ac2fe424d5ec4a5d079f653da0b6 (patch) | |
tree | 522416417e2edb2329548f971ac366aa00f0713d /target/linux/ipq806x/profiles | |
parent | 5d52f4b51d223f245e27e6386e099ac8b5385b62 (diff) | |
download | upstream-4ad0ad981741ac2fe424d5ec4a5d079f653da0b6.tar.gz upstream-4ad0ad981741ac2fe424d5ec4a5d079f653da0b6.tar.bz2 upstream-4ad0ad981741ac2fe424d5ec4a5d079f653da0b6.zip |
ipq806x: enable usb3 packages in default profile
Default profile already enables usb2 so we'll do the same for usb3 now
that we have support for it.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 45262
Diffstat (limited to 'target/linux/ipq806x/profiles')
-rw-r--r-- | target/linux/ipq806x/profiles/default.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/ipq806x/profiles/default.mk b/target/linux/ipq806x/profiles/default.mk index ded0164df4..00e1611965 100644 --- a/target/linux/ipq806x/profiles/default.mk +++ b/target/linux/ipq806x/profiles/default.mk @@ -9,7 +9,8 @@ define Profile/Default NAME:=Default Profile (minimum package set) PACKAGES:= \ - kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev + kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev \ + kmod-usb3 kmod-usb-dwc3-qcom endef define Profile/Default/Description |