X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Framips%2Fimage%2FMakefile;h=ef30c79a4e76932f4688c54f6992d75edb201589;hp=6116a53bf2bffeb2358769f41787e6901a862066;hb=c892f37b30925bb298bd5f79aa7c9ba2f1809e32;hpb=bcd2113a32d80c0dc2c4140f76e96b28c3f70a27 diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 6116a53bf2..ef30c79a4e 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -74,6 +74,10 @@ define MkCombineduImage $(call MkImage,lzma,$(KDIR)/vmlinux-$(2).bin.lzma.combined,$(call sysupname,$(1),$(2)),$(6)) endef +define Build/umedia-header + fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@ +endef + # # The real magic happens inside these templates #