ramips: add sysupgrade and status LED support for HW550-3G
[openwrt/svn-archive/archive.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index d0094286b5389aeef62929deb4187439a66d5153..bf8a9865bed9fc7864dc3f839ce32861d567406c 100755 (executable)
@@ -14,7 +14,7 @@ platform_check_image() {
        [ "$ARGC" -gt 1 ] && return 1
 
        case "$board" in
-       dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n)
+       dir-300-b1 | fonera20n | v22rw-2x2 | whr-g300n | hw550-3g)
                [ "$magic" != "2705" ] && {
                        echo "Invalid image type."
                        return 1