[LEDE-DEV] [PATCH] brcm47xx: fix USB driver choice for Asus WL-500W
Mirko Parthey
mirko.parthey at web.de
Tue Feb 14 06:05:09 PST 2017
Choose a set of USB drivers which actually support the Asus WL-500W hardware.
Signed-off-by: Mirko Parthey <mirko.parthey at web.de>
---
target/linux/brcm47xx/image/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 1bf577e159a1..8c681ac345a1 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -300,7 +300,7 @@ TARGET_DEVICES += asus-wl-500gp-v2
define Device/asus-wl-500w
DEVICE_TITLE := Asus WL-500W
- DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES)
+ DEVICE_PACKAGES := kmod-b43 kmod-usb-uhci kmod-usb2-pci
$(Device/asus)
PRODUCTID := "WL500W "
endef
--
2.1.4
More information about the Lede-dev
mailing list