From 27c10641a0be28c36c8bedfcf47b494ebf2d6e2e Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 26 Apr 2016 11:44:17 +0000 Subject: 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 SVN-Revision: 49254 --- target/linux/lantiq/xway/profiles/aztech.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/lantiq/xway/profiles/aztech.mk') diff --git a/target/linux/lantiq/xway/profiles/aztech.mk b/target/linux/lantiq/xway/profiles/aztech.mk index 3b9e92dc43..8f4887720e 100644 --- a/target/linux/lantiq/xway/profiles/aztech.mk +++ b/target/linux/lantiq/xway/profiles/aztech.mk @@ -1,7 +1,7 @@ define Profile/GR7000 NAME:=Aztech GR7000 PACKAGES:= \ - kmod-ltq-deu-ar9 kmod-ltq-hcd-ar9 \ + kmod-ltq-deu-ar9 kmod-usb-dwc2 \ swconfig endef $(eval $(call Profile,GR7000)) -- cgit v1.2.3