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
This commit is contained in:
parent
5d52f4b51d
commit
4ad0ad9817
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,8 @@
|
||||||
define Profile/Default
|
define Profile/Default
|
||||||
NAME:=Default Profile (minimum package set)
|
NAME:=Default Profile (minimum package set)
|
||||||
PACKAGES:= \
|
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
|
endef
|
||||||
|
|
||||||
define Profile/Default/Description
|
define Profile/Default/Description
|
||||||
|
|
Loading…
Reference in a new issue