mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 03:11:32 +02:00
prevent include/netfilter.mk from being included multiple times
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8781 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
07a0857e26
commit
f4321239b7
@ -6,6 +6,9 @@
|
|||||||
#
|
#
|
||||||
# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $
|
# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $
|
||||||
|
|
||||||
|
ifneq ($(__inc_netfiler),1)
|
||||||
|
__inc_netfiler:=1
|
||||||
|
|
||||||
ifeq ($(NF_KMOD),1)
|
ifeq ($(NF_KMOD),1)
|
||||||
P_V4:=ipv4/netfilter/
|
P_V4:=ipv4/netfilter/
|
||||||
P_XT:=netfilter/
|
P_XT:=netfilter/
|
||||||
@ -161,3 +164,5 @@ IPT_BUILTIN += $(IPT_IPSEC-y)
|
|||||||
IPT_BUILTIN += $(IPT_IPSET-y)
|
IPT_BUILTIN += $(IPT_IPSET-y)
|
||||||
IPT_BUILTIN += $(IPT_NAT-y)
|
IPT_BUILTIN += $(IPT_NAT-y)
|
||||||
IPT_BUILTIN += $(IPT_ULOG-y)
|
IPT_BUILTIN += $(IPT_ULOG-y)
|
||||||
|
|
||||||
|
endif # __inc_netfiler
|
||||||
|
Loading…
Reference in New Issue
Block a user