kirkwood: add support for Cisco ON100
[openwrt/openwrt.git] / target / linux / kirkwood / base-files / etc / diag.sh
index 91cb8cf78eef96133f75b4830c8d37b70e52c44d..64650850d60e2660528c5a8fa39d33bb1833b0ed 100755 (executable)
@@ -20,6 +20,12 @@ get_status_led() {
        linksys-viper)
                status_led="viper:white:health"
                ;;
+       nsa310b)
+               status_led="nsa310:green:sys"
+               ;;
+       on100)
+               status_led="on100:green:health"
+               ;;
        esac
 }