2
0
forked from Ivasoft/openwrt

add support for DSL-2640B rev B2

Signed-off-by: Adrian Feliks <mexit@o2.pl>

SVN-Revision: 26958
This commit is contained in:
Florian Fainelli
2011-05-20 10:06:22 +00:00
parent 031ea08ef0
commit 6c8387fe15
4 changed files with 91 additions and 2 deletions

View File

@@ -59,6 +59,11 @@ brcm63xx_detect() {
brcm63xx_has_reset_button="true"
ifname=eth0
;;
"bcm63xx/D-4P-W "*)
status_led="power:green"
brcm63xx_has_reset_button="true"
ifname=eth0
;;
*)
;;
esac