projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d125f
)
iptables: Fix call to md5s
author
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 15:27:12 +0000
(15:27 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Wed, 27 Oct 2010 15:27:12 +0000
(15:27 +0000)
SVN-Revision: 23675
package/iptables/Makefile
patch
|
blob
|
history
diff --git
a/package/iptables/Makefile
b/package/iptables/Makefile
index e637771871f8abf69b6aae17d1c94d1e716cf4d5..2647f683974a6ece247036273a403a106e7c6bdd 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