build: move append-string to image-commands.mk
[openwrt/openwrt.git] / target / linux / ar71xx / image / generic.mk
index 05428039d37bd40c8c16d6c58959d727b7067cf7..45c6d753993b085b1583153440e051a1a94722b8 100644 (file)
@@ -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 \