ipq40xx: add support for GL.iNet GL-A1300
[openwrt/openwrt.git] / target / linux / ipq40xx / base-files / lib / upgrade / platform.sh
index 8a45bb213c530edb327f06db6e28f2747319b18c..6b8f62d73586abff417b4a75be47102aee58e5f9 100644 (file)
@@ -25,7 +25,8 @@ Once this is done. Retry.
 EOF
                return 1
                ;;
-       zte,mf286d)
+       zte,mf286d |\
+       zte,mf289f)
                CI_UBIPART="rootfs"
                local mtdnum="$( find_mtd_index $CI_UBIPART )"
                [ ! "$mtdnum" ] && return 1
@@ -110,6 +111,7 @@ platform_do_upgrade() {
        edgecore,ecw5211 |\
        edgecore,oap100 |\
        engenius,eap2200 |\
+       glinet,gl-a1300 |\
        glinet,gl-ap1300 |\
        luma,wrtq-329acn |\
        mobipromo,cm520-79f |\
@@ -172,6 +174,7 @@ platform_do_upgrade() {
                ;;
        mikrotik,cap-ac|\
        mikrotik,hap-ac2|\
+       mikrotik,hap-ac3-lte6-kit|\
        mikrotik,lhgg-60ad|\
        mikrotik,sxtsq-5-ac|\
        mikrotik,wap-ac)
@@ -198,7 +201,8 @@ platform_do_upgrade() {
                sony_emmc_do_upgrade "$1"
                ;;
        teltonika,rutx10 |\
-       zte,mf286d)
+       zte,mf286d |\
+       zte,mf289f)
                CI_UBIPART="rootfs"
                nand_do_upgrade "$1"
                ;;