This commit adds support for the GL-AR750 (2.4G radio only)
[librecmc/librecmc.git] / target / linux / ar71xx / base-files / etc / diag.sh
index bc2fc2f774c4f2f0bbfa6e43d9b9a55e9b63153d..61a224d08dd7c9fa90e2b26248238afb686fba31 100644 (file)
@@ -187,6 +187,7 @@ get_status_led() {
        esr1750)
                status_led="$board:amber:power"
                ;;
+       gl-ar750|\
        esr900)
                status_led="engenius:amber:power"
                ;;
@@ -478,7 +479,8 @@ set_state() {
        done)
                status_led_on
                case $(ar71xx_board_name) in
-               gl-ar300m)
+               gl-ar300m|\
+               gl-ar750)
                        fw_printenv lc >/dev/null 2>&1 && fw_setenv "bootcount" 0
                        ;;
                qihoo-c301)