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 <jogo@openwrt.org>

SVN-Revision: 41944
This commit is contained in:
Jonas Gorski
2014-08-01 21:56:46 +00:00
parent 7272ccbf24
commit 930e3e7ca3
5 changed files with 160 additions and 2 deletions

View File

@@ -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"