diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:53 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-07-27 17:44:53 +0000 |
commit | c27cb6e0fde6cb1166adc830d50fbf13726f5acc (patch) | |
tree | 2940b995ec04627e7590f1e31839214cbfaeafbf /target/linux/brcm63xx/base-files/lib/brcm63xx.sh | |
parent | b8f5c43748710a0cb3ef87b1ec61740bd9cd60a8 (diff) | |
download | upstream-c27cb6e0fde6cb1166adc830d50fbf13726f5acc.tar.gz upstream-c27cb6e0fde6cb1166adc830d50fbf13726f5acc.tar.bz2 upstream-c27cb6e0fde6cb1166adc830d50fbf13726f5acc.zip |
brcm63xx: Add support for ZyXEL P870HW-51a v2
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41850
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib/brcm63xx.sh')
-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 74e6a0d776..1029fe36aa 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -135,6 +135,11 @@ brcm63xx_detect() { brcm63xx_has_reset_button="true" ifname=eth0 ;; + P870HW-51a_v2) + brcm63xx_has_reset_button="true" + status_led="P870HW-51a:green:power" + ifname="eth0" + ;; RTA770BW) brcm63xx_has_reset_button="true" status_led="RTA770BW:green:diag" |