mirror of https://github.com/hak5/openwrt-owl.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 <mathieu@codeaurora.org> SVN-Revision: 45345owl
parent
8b5c250797
commit
6adf864770
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue