diff options
author | Luka Perkov <luka@openwrt.org> | 2013-08-21 23:17:08 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-08-21 23:17:08 +0000 |
commit | e5e83478a91b4f19d5969e096a140d8fcf554713 (patch) | |
tree | 724670f5e97ff96995de950759df91424f061bef /include | |
parent | 3848e6a246192d42160034e106f838b791931dce (diff) | |
download | upstream-e5e83478a91b4f19d5969e096a140d8fcf554713.tar.gz upstream-e5e83478a91b4f19d5969e096a140d8fcf554713.tar.bz2 upstream-e5e83478a91b4f19d5969e096a140d8fcf554713.zip |
netfilter: fix typo
Signed-off-by: Luka Perkov <luka@openwrt.org>
SVN-Revision: 37821
Diffstat (limited to 'include')
-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 b035221450..33d7b8e0fe 100644 --- a/include/netfilter.mk +++ b/include/netfilter.mk @@ -291,7 +291,7 @@ IPT_BUILTIN += $(IPT_DEBUG-y) IPT_BUILTIN += $(IPT_TPROXY-y) IPT_BUILTIN += $(EBTABLES-y) IPT_BUILTIN += $(EBTABLES_IP4-y) -IPT_BUILTIN += $(EBTALTES_IP6-y) +IPT_BUILTIN += $(EBTABLES_IP6-y) IPT_BUILTIN += $(EBTABLES_WATCHERS-y) endif # __inc_netfilter |