summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorRafał Miłecki <rafal@milecki.pl>2017-12-27 08:55:28 +0100
committerRafał Miłecki <rafal@milecki.pl>2018-01-02 16:58:13 +0100
commitffbbcc9b34ee2fb5c2cc60ee9c34320d5156f099 (patch)
tree42cc761815313fef05c095156442d4c507b5b0d8 /target
parent04265964530cca55203282d871338f8cc71c7925 (diff)
downloadmtk-20170518-ffbbcc9b34ee2fb5c2cc60ee9c34320d5156f099.zip
mtk-20170518-ffbbcc9b34ee2fb5c2cc60ee9c34320d5156f099.tar.gz
mtk-20170518-ffbbcc9b34ee2fb5c2cc60ee9c34320d5156f099.tar.bz2
brcm47xx: image: build firmware for Asus WL-500g Deluxe
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 <rafal@milecki.pl>
Diffstat (limited to 'target')
-rw-r--r--target/linux/brcm47xx/image/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 8c681ac..b0941fa 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)