build: move append-string to image-commands.mk
Move it to image-commands.mk so that it can used by other targets. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -12,10 +12,6 @@ define Build/append-md5sum-bin
|
||||
xargs echo -ne >> $@
|
||||
endef
|
||||
|
||||
define Build/append-string
|
||||
echo -n $(1) >> $@
|
||||
endef
|
||||
|
||||
define Build/mkwrggimg
|
||||
$(STAGING_DIR_HOST)/bin/mkwrggimg -b \
|
||||
-i $@ -o $@.imghdr -d /dev/mtdblock/1 \
|
||||
|
||||
Reference in New Issue
Block a user