ar71xx: add support for the ALFA Network N2/N5 boards
[openwrt.git] / target / linux / ar71xx / base-files / etc / diag.sh
index 6c40f62..feed265 100755 (executable)
@@ -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"
                ;;
This page took 0.021128 seconds and 4 git commands to generate.