projects
/
openwrt
/
staging
/
chunkeey.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53a1d55
)
prevent include/netfilter.mk from being included multiple times
author
Nicolas Thill
<nico@openwrt.org>
Sat, 15 Sep 2007 16:19:26 +0000
(16:19 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sat, 15 Sep 2007 16:19:26 +0000
(16:19 +0000)
SVN-Revision: 8781
include/netfilter.mk
patch
|
blob
|
history
diff --git
a/include/netfilter.mk
b/include/netfilter.mk
index bbdf4b3e3f7ce74201529fafeaf6e69f2f12446e..6f77f9670cd46b6670dbfbfc1daf330a0f64f398 100644
(file)
--- a/
include/netfilter.mk
+++ b/
include/netfilter.mk
@@
-6,6
+6,9
@@
#
# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $
+ifneq ($(__inc_netfiler),1)
+__inc_netfiler:=1
+
ifeq ($(NF_KMOD),1)
P_V4:=ipv4/netfilter/
P_XT:=netfilter/
@@
-161,3
+164,5
@@
IPT_BUILTIN += $(IPT_IPSEC-y)
IPT_BUILTIN += $(IPT_IPSET-y)
IPT_BUILTIN += $(IPT_NAT-y)
IPT_BUILTIN += $(IPT_ULOG-y)
+
+endif # __inc_netfiler