X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=package%2Fnetwork%2Futils%2Fiptables%2FMakefile;fp=package%2Fnetwork%2Futils%2Fiptables%2FMakefile;h=42d9af14b07f837647198a59aaecd9eeec9a3260;hb=b993b68b6ca8444b5227a0c18df4600b37ac565c;hp=b1ac0be4e84c231136dc5e63fe08300ee1310b54;hpb=ce8af0ace04bb43e8156940c771b4058fa83d27a;p=openwrt%2Fopenwrt.git diff --git a/package/network/utils/iptables/Makefile b/package/network/utils/iptables/Makefile index b1ac0be4e8..42d9af14b0 100644 --- a/package/network/utils/iptables/Makefile +++ b/package/network/utils/iptables/Makefile @@ -28,7 +28,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 | mkhash md5) + STAMP_CONFIGURED:=$(strip $(STAMP_CONFIGURED))_$(shell grep 'NETFILTER' $(LINUX_DIR)/.config | $(MKHASH) md5) endif