2
0
forked from Ivasoft/openwrt

lantiq: use dwc2 by default on all ar9 boards

The dwc2 USB driver now works on Lantiq ar9, but the
default is still ltq-hcd-ar9. This patch switches to
dwc2 by default.

v2: all ar9 boards (v1 was just for BTHOMEHUBV3A and WBMR)

Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com>

SVN-Revision: 49254
This commit is contained in:
John Crispin
2016-04-26 11:44:17 +00:00
parent fa1927839e
commit 27c10641a0
7 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ define Profile/FRITZ7320
kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \
kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \
ltq-adsl-app ppp-mod-pppoa \
kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9
kmod-ltq-deu-ar9 kmod-usb-dwc2
endef
$(eval $(call Profile,FRITZ7320))