diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-09-17 01:51:57 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-09-17 01:51:57 +0000 |
commit | f6197eabdafd2b45fc004741341fb342206178ee (patch) | |
tree | 8a3c454d57c0c1272f6e1b9c9bc285533591c8de /include/netfilter.mk | |
parent | b396d629f289b14a752ae2edd86b0f488ed34066 (diff) | |
download | mtk-20170518-f6197eabdafd2b45fc004741341fb342206178ee.zip mtk-20170518-f6197eabdafd2b45fc004741341fb342206178ee.tar.gz mtk-20170518-f6197eabdafd2b45fc004741341fb342206178ee.tar.bz2 |
fix typo again (do i need some sleep?)
SVN-Revision: 8822
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r-- | include/netfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk index e5b0021..26452c1 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -7,7 +7,7 @@ # $Id: netfilter.mk 2411 2005-11-11 03:41:43Z nico $ ifneq ($(__inc_netfilter),1) -__inc_netftiler:=1 +__inc_netfilter:=1 ifeq ($(NF_KMOD),1) P_V4:=ipv4/netfilter/ |