From: Michael Büsch Date: Wed, 27 Oct 2010 15:27:12 +0000 (+0000) Subject: iptables: Fix call to md5s X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a932a9beca2fe4874679113714fac643d536d1a8;p=openwrt%2Fstaging%2Fnbd.git iptables: Fix call to md5s SVN-Revision: 23675 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index e637771871..2647f68397 100644 --- a/package/iptables/Makefile +++ b/package/iptables/Makefile @@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk ifeq ($(DUMP),) -include $(LINUX_DIR)/.config include $(INCLUDE_DIR)/netfilter.mk - STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | md5s) + STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell $(SH_FUNC) grep 'NETFILTER' $(LINUX_DIR)/.config | md5s) endif