X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fchunkeey.git;a=blobdiff_plain;f=include%2Fimage-commands.mk;h=c5b64c751d9cc9ac20537807976f5d32fa0f18b4;hp=65fa36d2beb1c82a4fc757450f67a68185f3dc11;hb=fd35c5b205e7583628472b607ee4eb41c6d1b6d5;hpb=de42466528b4e5748d18af9396a4226b0c1cd0fa diff --git a/include/image-commands.mk b/include/image-commands.mk index 65fa36d2be..c5b64c751d 100644 --- a/include/image-commands.mk +++ b/include/image-commands.mk @@ -49,6 +49,18 @@ define Build/eva-image mv $@.new $@ endef +define Build/seama + $(STAGING_DIR_HOST)/bin/seama -i $@ \ + -m "dev=/dev/mtdblock/$(SEAMA_MTDBLOCK)" -m "type=firmware" + mv $@.seama $@ +endef + +define Build/seama-seal + $(STAGING_DIR_HOST)/bin/seama -i $@ -s $@.seama \ + -m "signature=$(SEAMA_SIGNATURE)" + mv $@.seama $@ +endef + define Build/zyxel-ras-image let \ newsize="$(subst k,* 1024,$(RAS_ROOTFS_SIZE))"; \