From 930e3e7ca30c899d73390fcc8ade503bc249de37 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Fri, 1 Aug 2014 21:56:46 +0000 Subject: brcm63xx: add preliminary support for D-Link DSL-2751B E1 Mostly works except for USB led. Flashing not tested yet. Mostly as an example for the sprom fixup code. Fixup values taken from GPL tarball by comparing bcm43217_map.c with the struct in sprom.c. Signed-off-by: Jonas Gorski SVN-Revision: 41944 --- target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/brcm63xx/base-files/lib') diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 1bcd3b9329..58ce71ee16 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -87,6 +87,11 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; + AW5200B) + status_led="dsl-275xb:green:power" + brcm63xx_has_reset_button="true" + ifname=eth0 + ;; CPVA642) status_led="CPVA642:green:power:" brcm63xx_has_reset_button="true" -- cgit v1.2.3