Browse Source

archs38: switch to kmod-usb2

We have managed to get USB 2.0 working good enough
on all archs38 platforms so we're ready to switch
to much faster USB 2.0.

Signed-off-by: Evgeniy Didin <[email protected]>
CC: Alexey Brodkin <[email protected]>
CC: Hauke Mehrtens <[email protected]>
CC: John Crispin <[email protected]>
Evgeniy Didin 7 years ago
parent
commit
0a1a672e95
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/archs38/generic/profiles/00-default.mk

+ 1 - 1
target/linux/archs38/generic/profiles/00-default.mk

@@ -7,7 +7,7 @@
 
 define Profile/Default
 	NAME:=Default Profile (all drivers)
-	PACKAGES:= kmod-usb-core kmod-usb-ohci kmod-ath9k-htc wpad-mini
+	PACKAGES:= kmod-usb-core kmod-usb2 kmod-ath9k-htc wpad-mini
 endef
 
 define Profile/Default/Description