From e1da5d10dfb5a067bb99b479f4240f2b3bafa38f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 18 Jun 2014 10:08:08 +0000 Subject: 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 Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41255 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/base-files/etc/diag.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ar71xx/base-files/etc/diag.sh') 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" ;; -- cgit v1.2.3