ramips: add user space support for the DIR-645
[openwrt/staging/mkresin.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index 2857599d0bfd58298b179039fe0be6fb27a47541..ba04a4a4aa8c58d030b8d4994b25a8f7a133575b 100755 (executable)
@@ -57,6 +57,13 @@ platform_check_image() {
                }
                return 0
                ;;
+       dir-645)
+               [ "$magic" != "5ea3a417" ] && {
+                       echo "Invalid image type."
+                       return 1
+               }
+               return 0
+               ;;
        esac
 
        echo "Sysupgrade is not yet supported on $board."