aboutsummaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2010-10-27 15:27:12 +0000
committerMichael Büsch <mb@bu3sch.de>2010-10-27 15:27:12 +0000
commit4362ec98b91f01520187f57a5d4cf61dcd6c5b16 (patch)
treee46f99a030c688ee06a6d86aee6a9217f66f974b /package/iptables
parentda44354c6a3eddb610c6cc438eabb45edbe8afcc (diff)
downloadupstream-4362ec98b91f01520187f57a5d4cf61dcd6c5b16.tar.gz
upstream-4362ec98b91f01520187f57a5d4cf61dcd6c5b16.tar.bz2
upstream-4362ec98b91f01520187f57a5d4cf61dcd6c5b16.zip
iptables: Fix call to md5s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/Makefile2
1 files changed, 1 insertions, 1 deletions
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