From ffdce856e0c05616a033470f358b12ab0db8fde0 Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Mon, 17 Dec 2018 21:47:16 +0100 Subject: 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 --- target/linux/ar71xx/image/generic.mk | 4 ---- 1 file changed, 4 deletions(-) (limited to 'target') diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 05428039d3..45c6d75399 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -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 \ -- cgit v1.2.3