+define Image/Build/OpenMesh
+ $(call MkuImageLzma,$(2))
+ -sh $(TOPDIR)/scripts/om2p-fwupgradecfg-gen.sh \
+ "$(BUILD_DIR)/om2p-fwupgrade.cfg" \
+ "$(KDIR)/vmlinux-$(2).uImage" \
+ "$(KDIR)/root.$(1)"
+ -sh $(TOPDIR)/scripts/combined-ext-image.sh \
+ "$(3)" "$(call factoryname,$(1),$(2))" \
+ "$(BUILD_DIR)/om2p-fwupgrade.cfg" "fwupgrade.cfg" \
+ "$(KDIR)/vmlinux-$(2).uImage" "kernel" \
+ "$(KDIR)/root.$(1)" "rootfs"
+endef
+