projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af1cd5
)
iptables: Fix call to md5s
author
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Oct 2010 15:27:12 +0000
(15:27 +0000)
committer
mb
<mb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Wed, 27 Oct 2010 15:27:12 +0000
(15:27 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23675
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index
e637771
..
2647f68
100644
(file)
--- 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
This page took
0.025688 seconds
and
4
git commands to generate.