From 674aa341766506c3780de30ad8067be661f64946 Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 1 Jan 2012 19:30:25 +0000 Subject: ar71xx: add support for the ALFA Network N2/N5 boards git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29635 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 6c40f62e83..feed265602 100755 --- a/target/linux/ar71xx/base-files/etc/diag.sh +++ b/target/linux/ar71xx/base-files/etc/diag.sh @@ -30,6 +30,9 @@ status_led_off() { get_status_led() { case $(ar71xx_board_name) in + alfa-nx) + status_led="alfa:green:led_8" + ;; ap81) status_led="ap81:green:status" ;; -- cgit v1.2.3