mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 22:34:04 +02:00
oops, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8816 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
80bb6dbe32
commit
15b77c664f
@ -6,8 +6,8 @@
|
||||
#
|
||||
# $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $
|
||||
|
||||
ifneq ($(__inc_netfiler),1)
|
||||
__inc_netfiler:=1
|
||||
ifneq ($(__inc_netfilter),1)
|
||||
__inc_netftiler:=1
|
||||
|
||||
ifeq ($(NF_KMOD),1)
|
||||
P_V4:=ipv4/netfilter/
|
||||
@ -163,4 +163,4 @@ IPT_BUILTIN += $(IPT_IPSET-y)
|
||||
IPT_BUILTIN += $(IPT_NAT-y)
|
||||
IPT_BUILTIN += $(IPT_ULOG-y)
|
||||
|
||||
endif # __inc_netfiler
|
||||
endif # __inc_netfilter
|
||||
|
Loading…
Reference in New Issue
Block a user