From: mb Date: Wed, 27 Oct 2010 15:27:12 +0000 (+0000) Subject: iptables: Fix call to md5s X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/4dd3c0e497e6ca2355877b79b8988c59c5be39c1 iptables: Fix call to md5s git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/iptables/Makefile b/package/iptables/Makefile index e63777187..2647f6839 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