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 | dcf795770cc71ec94bc02231e4f77e0313d94d77 (patch) | |
tree | e4ad73cba8e5dff2628be9bb5427ccab214b57ca /include/netfilter.mk | |
parent | 630713ece0f7ea1efb8d2d820f070d08383053b2 (diff) | |
download | mtk-20170518-dcf795770cc71ec94bc02231e4f77e0313d94d77.zip mtk-20170518-dcf795770cc71ec94bc02231e4f77e0313d94d77.tar.gz mtk-20170518-dcf795770cc71ec94bc02231e4f77e0313d94d77.tar.bz2 |
oops, fix typo
SVN-Revision: 8816
Diffstat (limited to 'include/netfilter.mk')
-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 35efc03..e5b0021 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 |