diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-16 22:41:24 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-16 22:41:24 +0000 |
commit | 0edda384bbff2117471988ded8994c9de46ce826 (patch) | |
tree | 54d0ea4e08af63d6d721b46a7e2702c090de87ee /include | |
parent | 16cbc4a5f8f46d5a2df18d8b3658029586563bc1 (diff) | |
download | upstream-0edda384bbff2117471988ded8994c9de46ce826.tar.gz upstream-0edda384bbff2117471988ded8994c9de46ce826.tar.bz2 upstream-0edda384bbff2117471988ded8994c9de46ce826.zip |
oops, fix typo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8816 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'include')
-rw-r--r-- | include/netfilter.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index 35efc039c4..e5b00211c6 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -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 |