From 612a93564ce24d05c039669f50b64cfad1cdffde Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Wed, 27 Dec 2017 08:55:28 +0100 Subject: [PATCH] brcm47xx: image: build firmware for Asus WL-500g Deluxe MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's a device based on BCM5365P (0x5365 package 0x00). This SoC has USB 1.1 controller but device has two USB 2.0 parts. They are handled by PCI-based controllers: 1106:3038 UHCI and 1106:3104 EHCI. Signed-off-by: Rafał Miłecki --- target/linux/brcm47xx/image/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile index 284e1f7c05..47f031b8b4 100644 --- a/target/linux/brcm47xx/image/Makefile +++ b/target/linux/brcm47xx/image/Makefile @@ -282,6 +282,14 @@ define Device/asus-wl-330ge endef TARGET_DEVICES += asus-wl-330ge +define Device/asus-wl-500gd + DEVICE_TITLE := Asus WL-500g Deluxe + DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES) + $(Device/asus) + PRODUCTID := "WL500gx " +endef +TARGET_DEVICES += asus-wl-500gd + define Device/asus-wl-500gp-v1 DEVICE_TITLE := Asus WL-500gP v1 DEVICE_PACKAGES := kmod-b43 $(USB2_PACKAGES) -- 2.30.2