X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=33c4f3132ffd394145aef15af3ef0dbe07441bda;hb=fd35c5b205e7583628472b607ee4eb41c6d1b6d5;hp=3c30702ea73935901e9c62d1707029e92fa83f67;hpb=de42466528b4e5748d18af9396a4226b0c1cd0fa;p=openwrt%2Fstaging%2Fdedeckeh.git 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 $@