ipq806x: base-files: add support for Linksys EA8500
[openwrt-github/.git] / target / linux / ipq806x / base-files / etc / diag.sh
index b19012c4e53e034143f060fe5bd469f816c81dd4..6b3622dc580cd6addd4e84b6d8f581614976b62c 100755 (executable)
@@ -8,6 +8,9 @@ get_status_led() {
        c2600)
                status_led="status:blue"
                ;;
+       ea8500)
+               status_led="ea8500:white:power"
+               ;;
        esac
 }