build: introduce $(MKHASH)
[openwrt/openwrt.git] / target / linux / ramips / image / Makefile
index 5937970a37a94c26be12ae9568a2c277ce67b84f..fc5223f3a4e0d562d708682c49a46e19d2ee0a73 100644 (file)
@@ -91,7 +91,7 @@ endef
 
 define Build/netis-tail
        echo -n $(1) >> $@
-       echo -n $(UIMAGE_NAME)-yun | $(STAGING_DIR_HOST)/bin/mkhash md5 | \
+       echo -n $(UIMAGE_NAME)-yun | $(MKHASH) md5 | \
                sed 's/../\\\\x&/g' | xargs echo -ne >> $@
 endef