diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:46 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-08-01 21:56:46 +0000 |
commit | 930e3e7ca30c899d73390fcc8ade503bc249de37 (patch) | |
tree | b041236c98a581a3548de30835ea9fd228b785b5 /target/linux/brcm63xx/base-files/lib | |
parent | 7272ccbf2431705fdc42565871aab3d46f854810 (diff) | |
download | upstream-930e3e7ca30c899d73390fcc8ade503bc249de37.tar.gz upstream-930e3e7ca30c899d73390fcc8ade503bc249de37.tar.bz2 upstream-930e3e7ca30c899d73390fcc8ade503bc249de37.zip |
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
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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" |