diff options
author | Mathias Kresin <dev@kresin.me> | 2018-12-17 21:47:16 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-12-17 23:21:26 +0100 |
commit | ffdce856e0c05616a033470f358b12ab0db8fde0 (patch) | |
tree | f21191571df0f4f4bd8566d128cf5e3aa50c79b1 /target/linux/ar71xx | |
parent | 6263a9baa3b627ab8b996959975174934b60586d (diff) | |
download | upstream-ffdce856e0c05616a033470f358b12ab0db8fde0.tar.gz upstream-ffdce856e0c05616a033470f358b12ab0db8fde0.tar.bz2 upstream-ffdce856e0c05616a033470f358b12ab0db8fde0.zip |
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>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 4 |
1 files changed, 0 insertions, 4 deletions
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 \ |