X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fbrcm63xx%2Fbase-files%2Flib%2Fbrcm63xx.sh;h=a9ac79b617612c6f809b8fcbac8641555073b0e9;hb=314bce63e6a510e0b47c70c72293a1a094a7cac7;hp=7b46b5a1675dd4cb30bd6f2e3d62744898fb721e;hpb=d391ca2c8ced600e0845db951e30f0c7474d4aa9;p=openwrt%2Fopenwrt.git diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 7b46b5a167..a9ac79b617 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -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