X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/bc5689e8e70c3f6b94562430eba3601007488f58..f82fbc37b5b85597d68e1ec886f3154c329640e0:/package/iptables/Makefile 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