mediatek: add Zyxel EX5601-T0 with uboot custom partition
[openwrt/openwrt.git] / target / linux / mediatek / filogic / base-files / lib / upgrade / platform.sh
index e3b042c876d5048414b30640343361358afcc264..9b3ebe92f15cb13779a7a4139f02de3c06d7f0d7 100755 (executable)
@@ -142,6 +142,11 @@ platform_do_upgrade() {
                CI_ROOT_UBIPART=ubi
                nand_do_upgrade "$1"
                ;;
+        zyxel,ex5601-t0-ubootmod)
+               CI_KERNPART="fit"
+               CI_ROOTPART="ubi_rootfs"
+                nand_do_upgrade "$1"
+                ;;
        *)
                nand_do_upgrade "$1"
                ;;