diff options
author | Thibaut VARENE <hacks@slashdirt.org> | 2017-02-07 19:10:04 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-02-15 11:28:58 +0100 |
commit | 8cbb2ac6332ba3be707ea6e4129c22b9320b72c1 (patch) | |
tree | de32f5efdb7ebb3d220aea027be6504bd1272216 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | b18bae37a4f26949f71f1345caa2b6934f6a4663 (diff) | |
download | upstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.gz upstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.tar.bz2 upstream-8cbb2ac6332ba3be707ea6e4129c22b9320b72c1.zip |
ar71xx: add support for RB951Ui-2nD
This patch adds support for the MikroTik RouterBOARD hAP
https://routerboard.com/RB951Ui-2nD
Specifications:
- SoC: Qualcomm QCA9531 (650MHz)
- RAM: 64MB
- Storage: 16MB NOR SPI flash
- Wireless: builtin QCA9531, 2x2:2
- Ethernet: 5x100M (1 PoE in, 1 PoE out)
- USB: Type A
Signed-off-by: Thibaut VARENE <hacks@slashdirt.org>
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/diag.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 527e8b749e..5f52389c8b 100644 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -299,6 +299,7 @@ get_status_led() { rb-912uag-2hpnd|\ rb-912uag-5hpnd|\ rb-941-2nd|\ + rb-951ui-2nd|\ rb-mapl-2nd) status_led="rb:green:user" ;; |