From fd35c5b205e7583628472b607ee4eb41c6d1b6d5 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Sat, 29 Dec 2018 20:06:56 +0100 Subject: build: move seama commands to image-commands.mk Move it to image-commands.mk to get rid of duplicate recipes. Signed-off-by: Mathias Kresin --- target/linux/ramips/image/Makefile | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 3c30702ea7..33c4f3132f 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -101,18 +101,6 @@ define Build/poray-header 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/wrg-header mkwrgimg -i $@ -d "/dev/mtdblock/2" -s $(1) -o $@.new mv $@.new $@ -- cgit v1.2.3