ramips: add support for RT-N14U (mt7620n based) board
[openwrt/openwrt.git] / target / linux / ramips / base-files / lib / upgrade / platform.sh
index cc8ca89aa58362ea043038886387d0db55cd97e8..babeaf21800bbad28e5db6b7e665447918cd3ae2 100755 (executable)
@@ -29,6 +29,7 @@ platform_check_image() {
        broadway | \
        carambola | \
        d105 | \
+       dcs-930 | \
        dir-300-b1 | \
        dir-300-b7 | \
        dir-320-b1 | \
@@ -62,6 +63,7 @@ platform_check_image() {
        rp-n53 | \
        rt-g32-b1 | \
        rt-n10-plus | \
+       rt-n14u | \
        rt-n15 | \
        rt-n56u | \
        sl-r7205 | \
@@ -89,6 +91,7 @@ platform_check_image() {
                }
                return 0
                ;;
+       dir-610-a1 |\
        dir-645)
                [ "$magic" != "5ea3a417" ] && {
                        echo "Invalid image type."