mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-30 02:29:01 +00:00
image.mk: add Build step combined-image
Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 45979
This commit is contained in:
parent
b20a2b4890
commit
a417bf9f43
@ -326,6 +326,13 @@ define Build/check-size
|
|||||||
}
|
}
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Build/combined-image
|
||||||
|
-sh $(TOPDIR)/scripts/combined-image.sh \
|
||||||
|
"$(word 1,$^)" \
|
||||||
|
"$@" \
|
||||||
|
"$@.new"
|
||||||
|
@mv $@.new $@
|
||||||
|
endef
|
||||||
|
|
||||||
define Device/Init
|
define Device/Init
|
||||||
PROFILES := $(PROFILE)
|
PROFILES := $(PROFILE)
|
||||||
|
Loading…
Reference in New Issue
Block a user