bcm63xx: Add support for the T-Com Speedport W 500V.
[openwrt/openwrt.git] / target / linux / brcm63xx / base-files / lib / brcm63xx.sh
index 7b46b5a1675dd4cb30bd6f2e3d62744898fb721e..a9ac79b617612c6f809b8fcbac8641555073b0e9 100755 (executable)
@@ -25,6 +25,11 @@ brcm63xx_detect() {
                brcm63xx_has_reset_button="true"
                ifname=eth1
                ;;
+       "bcm63xx/96358GW "* | "bcm63xx/SPW500V "*)
+               status_led="power:green"
+               brcm63xx_has_reset_button="true"
+               ifname=eth0
+               ;;
        *)
                ;;
        esac