mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
ramips: move umedia build step to Makefile
Some rt3883 based boards need this one as well. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
parent
bcd2113a32
commit
c892f37b30
@ -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
|
||||
#
|
||||
|
@ -26,10 +26,6 @@ define Build/poray-header
|
||||
mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/umedia-header
|
||||
fix-u-media-header -T 0x46 -B $(1) -i $@ -o $@.new && mv $@.new $@
|
||||
endef
|
||||
|
||||
define Build/elecom-header
|
||||
cp $@ $(KDIR)/v_0.0.0.bin
|
||||
( \
|
||||
|
Loading…
x
Reference in New Issue
Block a user