mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-02 19:01:05 +02:00
iptables: Fix call to md5s
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2af1cd58ef
commit
4dd3c0e497
@ -27,7 +27,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
ifeq ($(DUMP),)
|
ifeq ($(DUMP),)
|
||||||
-include $(LINUX_DIR)/.config
|
-include $(LINUX_DIR)/.config
|
||||||
include $(INCLUDE_DIR)/netfilter.mk
|
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
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user