Move it to image-commands.mk so that it can used by other targets. Signed-off-by: Mathias Kresin <[email protected]>
@@ -102,6 +102,10 @@ define Build/append-squashfs-fakeroot-be
cat [email protected] >> $@
endef
+define Build/append-string
+ echo -n $(1) >> $@
+endef
+
# append a fake/empty uImage header, to fool bootloaders rootfs integrity check
# for example
define Build/append-uImage-fakehdr
@@ -12,10 +12,6 @@ define Build/append-md5sum-bin
xargs echo -ne >> $@
-define Build/append-string
- echo -n $(1) >> $@
-endef
-
define Build/mkwrggimg
$(STAGING_DIR_HOST)/bin/mkwrggimg -b \
-i $@ -o [email protected] -d /dev/mtdblock/1 \