summaryrefslogtreecommitdiffstats
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
commita932a9beca2fe4874679113714fac643d536d1a8 (patch)
tree3d5de04914b9a4f24bea954eb02d4ef3054a3ff9 /package/iptables
parentc1d125fb333821512eda371018abc86525e9a1b3 (diff)
downloadmaster-31e0f0ae-a932a9beca2fe4874679113714fac643d536d1a8.tar.gz
master-31e0f0ae-a932a9beca2fe4874679113714fac643d536d1a8.tar.bz2
master-31e0f0ae-a932a9beca2fe4874679113714fac643d536d1a8.zip
iptables: Fix call to md5s
SVN-Revision: 23675
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