diff options
author | John Crispin <john@openwrt.org> | 2014-06-18 10:08:08 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-18 10:08:08 +0000 |
commit | 23cdea78d845a98d9a8d68c3b831efea908b9d9c (patch) | |
tree | a1876519f97eaab98fcafe3d25707e8f1efa6e88 /target/linux/ar71xx/base-files/etc/diag.sh | |
parent | 4925f710f6951ef39425fca699c65a28aab96076 (diff) | |
download | upstream-23cdea78d845a98d9a8d68c3b831efea908b9d9c.tar.gz upstream-23cdea78d845a98d9a8d68c3b831efea908b9d9c.tar.bz2 upstream-23cdea78d845a98d9a8d68c3b831efea908b9d9c.zip |
ar71xx: Fixes for 951Ui-2HnD board support
WAN and LAN are swapped the wrong way around. This patch fixes that by adding the 951Ui-2HnD to ar71xx.sh and the relevant entry in 02_network.
This patch also defines the ACT LED as the status LED in diag.sh.
Signed-off-by: Matthew Reeve <mreeve@tenxnetworks.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41255
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/diag.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/etc/diag.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/diag.sh b/target/linux/ar71xx/base-files/etc/diag.sh index 80f9090b1a..d5063dead5 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -128,6 +128,9 @@ get_status_led() { rb-912uag-5hpnd) status_led="rb:green:user" ;; + rb-951ui-2hnd) + status_led="rb:green:act" + ;; routerstation | routerstation-pro) status_led="ubnt:green:rf" ;; |