From: Nicolas Thill Date: Tue, 30 Mar 2010 13:00:08 +0000 (+0000) Subject: xtables-addons: package TEE extension X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b3e23fe7c84ef8288a1844c0c8cbd5f951c83afc;p=openwrt%2Fsvn-archive%2Fpackages.git xtables-addons: package TEE extension SVN-Revision: 20602 --- diff --git a/net/xtables-addons/Makefile b/net/xtables-addons/Makefile index 3c84c9255..e26a4462e 100644 --- a/net/xtables-addons/Makefile +++ b/net/xtables-addons/Makefile @@ -91,4 +91,5 @@ $(eval $(call BuildTemplate,chaos,CHAOS,xt_CHAOS,xt_CHAOS,47,+kmod-ipt-compat-xt $(eval $(call BuildTemplate,condition,Condition,xt_condition,xt_condition,46,)) $(eval $(call BuildTemplate,delude,DELUDE,xt_DELUDE,xt_DELUDE,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,tarpit,TARPIT,xt_TARPIT,xt_TARPIT,46,+kmod-ipt-compat-xtables)) +$(eval $(call BuildTemplate,tee,TEE,xt_TEE,xt_TEE,46,+kmod-ipt-compat-xtables)) $(eval $(call BuildTemplate,ipp2p,IPP2P,xt_ipp2p,xt_ipp2p,46,))