diff options
author | John Crispin <john@openwrt.org> | 2016-04-26 11:44:17 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2016-04-26 11:44:17 +0000 |
commit | 27c10641a0be28c36c8bedfcf47b494ebf2d6e2e (patch) | |
tree | 2a664ae18b4a519d5fc0631f8ba0166af6c8408a /target/linux/lantiq/xway/profiles/zyxel.mk | |
parent | fa1927839e40b825e27b5844e7be0f49c7bb66ee (diff) | |
download | upstream-27c10641a0be28c36c8bedfcf47b494ebf2d6e2e.tar.gz upstream-27c10641a0be28c36c8bedfcf47b494ebf2d6e2e.tar.bz2 upstream-27c10641a0be28c36c8bedfcf47b494ebf2d6e2e.zip |
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
Diffstat (limited to 'target/linux/lantiq/xway/profiles/zyxel.mk')
-rw-r--r-- | target/linux/lantiq/xway/profiles/zyxel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/lantiq/xway/profiles/zyxel.mk b/target/linux/lantiq/xway/profiles/zyxel.mk index b2c6ef5bb1..a1177fbf1f 100644 --- a/target/linux/lantiq/xway/profiles/zyxel.mk +++ b/target/linux/lantiq/xway/profiles/zyxel.mk @@ -4,7 +4,7 @@ define Profile/P2601HNFX kmod-ltq-adsl-ar9-mei kmod-ltq-adsl-ar9 \ kmod-ltq-adsl-ar9-fw-b kmod-ltq-atm-ar9 \ ltq-adsl-app ppp-mod-pppoe \ - kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 \ + kmod-ltq-deu-ar9 kmod-usb-dwc2 \ swconfig endef $(eval $(call Profile,P2601HNFX)) |