Signed-off-by: Mathias Kresin <d...@kresin.me> --- target/linux/ramips/image/Makefile | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ef30c79..136e216 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -78,6 +78,11 @@ define Build/umedia-header fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@ endef +define Build/senao-header + $(STAGING_DIR_HOST)/bin/mksenaofw $(1) -e $@ -o $@.new + mv $@.new $@ +endef + # # The real magic happens inside these templates # -- 2.7.4 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev