diff options
author | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:34 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2014-06-30 13:34:34 +0000 |
commit | 44ef9f778994e1b9bd37c8525045b53d82b6a504 (patch) | |
tree | 7525aeb1c8973fce341f1365369f8358326e692d /target/linux/brcm63xx/base-files/lib | |
parent | 439fe41813e5bf898a9c3a5343f62ba02f889006 (diff) | |
download | upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.tar.gz upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.tar.bz2 upstream-44ef9f778994e1b9bd37c8525045b53d82b6a504.zip |
brcm63xx: Add support for Comtrend WAP-5813n
This adds support for Comtrend WAP-5813n.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
[jogo: refresh patches]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 41421
Diffstat (limited to 'target/linux/brcm63xx/base-files/lib')
-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 679fedd564..c6b2d20540 100755 --- a/target/linux/brcm63xx/base-files/lib/brcm63xx.sh +++ b/target/linux/brcm63xx/base-files/lib/brcm63xx.sh @@ -28,6 +28,11 @@ brcm63xx_detect() { status_led="96328A-1241N:green:power" ifname=eth0 ;; + 96369R-1231N) + brcm63xx_has_reset_button="true" + status_led="WAP-5813n:green:power" + ifname="eth0" + ;; RTA770BW) brcm63xx_has_reset_button="true" status_led="RTA770BW:green:diag" |