|
@@ -229,6 +229,19 @@ define Build/combined-image
|
|
|
@mv [email protected] $@
|
|
|
endef
|
|
|
|
|
|
+define Build/openmesh-image
|
|
|
+ $(TOPDIR)/scripts/om-fwupgradecfg-gen.sh \
|
|
|
+ "$(call param_get_default,ce_type,$(1),$(DEVICE_NAME))" \
|
|
|
+ "[email protected]" \
|
|
|
+ "$(call param_get_default,kernel,$(1),$(IMAGE_KERNEL))" \
|
|
|
+ "$(call param_get_default,rootfs,$(1),$@)"
|
|
|
+ $(TOPDIR)/scripts/combined-ext-image.sh \
|
|
|
+ "$(call param_get_default,ce_type,$(1),$(DEVICE_NAME))" "$@" \
|
|
|
+ "[email protected]" "fwupgrade.cfg" \
|
|
|
+ "$(call param_get_default,kernel,$(1),$(IMAGE_KERNEL))" "kernel" \
|
|
|
+ "$(call param_get_default,rootfs,$(1),$@)" "rootfs"
|
|
|
+endef
|
|
|
+
|
|
|
define Build/sysupgrade-tar
|
|
|
sh $(TOPDIR)/scripts/sysupgrade-tar.sh \
|
|
|
--board $(if $(BOARD_NAME),$(BOARD_NAME),$(DEVICE_NAME)) \
|