diff options
author | Mirko Vogt <mirko@openwrt.org> | 2013-02-05 14:57:43 +0000 |
---|---|---|
committer | Mirko Vogt <mirko@openwrt.org> | 2013-02-05 14:57:43 +0000 |
commit | ec19a23bae1a578379175b52f6d63b6d58fe9d69 (patch) | |
tree | fe50fe18c86653696774bed1bb05f94ea729e8cc /target/linux/brcm63xx/base-files/lib | |
parent | f460388ce20403692d06dfbd6ddd7685b15ff555 (diff) | |
download | upstream-ec19a23bae1a578379175b52f6d63b6d58fe9d69.tar.gz upstream-ec19a23bae1a578379175b52f6d63b6d58fe9d69.tar.bz2 upstream-ec19a23bae1a578379175b52f6d63b6d58fe9d69.zip |
fix trx checksum after first boot and add led/button definitions for boards RTA770BW and RTA770W
SVN-Revision: 35501
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-rwxr-xr-x | target/linux/brcm63xx/base-files/lib/brcm63xx.sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh index 8116e807dd..87b2063dbd 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -27,6 +27,16 @@ brcm63xx_detect() { status_led="96328A-1241N:green:power" ifname=eth0 ;; + RTA770BW) + brcm63xx_has_reset_button="true" + status_led="RTA770BW:green:diag" + ifname=eth0 + ;; + RTA770W) + brcm63xx_has_reset_button="true" + status_led="RTA770W:green:diag" + ifname=eth0 + ;; 96328A-1441N1) brcm63xx_has_reset_button="true" status_led="96328A-1441N1:green:power" |