aboutsummaryrefslogtreecommitdiffstats
path: root/package/uboot-lantiq
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-10-31 13:49:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-10-31 13:49:41 +0000
commitd9f29a16a0fd3225d9b4937802a435aed1881857 (patch)
tree3ee1bebeec42908b02ffd5592a86c9635f8a1b67 /package/uboot-lantiq
parente0194cb7630daa39d263985a9d13725ade62e0e1 (diff)
downloadupstream-d9f29a16a0fd3225d9b4937802a435aed1881857.tar.gz
upstream-d9f29a16a0fd3225d9b4937802a435aed1881857.tar.bz2
upstream-d9f29a16a0fd3225d9b4937802a435aed1881857.zip
add missing SH_FUNC for remaining md5s calls (#7888)
SVN-Revision: 23739
Diffstat (limited to 'package/uboot-lantiq')
-rw-r--r--package/uboot-lantiq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-lantiq/Makefile b/package/uboot-lantiq/Makefile
index 8b69fe9509..089802e427 100644
--- a/package/uboot-lantiq/Makefile
+++ b/package/uboot-lantiq/Makefile
@@ -22,7 +22,7 @@ PKG_TARGETS:=bin
include $(INCLUDE_DIR)/package.mk
ifeq ($(DUMP),)
- STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
+ STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep '^CONFIG_UBOOT_' $(TOPDIR)/.config | md5s)
endif
define Package/uboot-lantiq