summaryrefslogtreecommitdiff
path: root/include/netfilter.mk
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2011-04-03 18:30:37 +0000
committerFlorian Fainelli <florian@openwrt.org>2011-04-03 18:30:37 +0000
commit5959cd2850c14842680c8b6cfbaf816c9ce48700 (patch)
treefadd770b7321117db7d35e89e5a44d34a936df9b /include/netfilter.mk
parentaa550f9307fdd717c9dcc25a4a0f9d8da3e3f193 (diff)
downloadmtk-20170518-5959cd2850c14842680c8b6cfbaf816c9ce48700.zip
mtk-20170518-5959cd2850c14842680c8b6cfbaf816c9ce48700.tar.gz
mtk-20170518-5959cd2850c14842680c8b6cfbaf816c9ce48700.tar.bz2
add kmod-ipt-led
Netfilter LED target triggers blinkenlichten when a network packet hits a rule. LED target requires iptables 1.4.9 or higher Signed-off-by: Ɓukasz Stelmach <stlman@poczta.fm> SVN-Revision: 26451
Diffstat (limited to 'include/netfilter.mk')
-rw-r--r--include/netfilter.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netfilter.mk b/include/netfilter.mk
index 60b4826..5cc34b4 100644
--- a/include/netfilter.mk
+++ b/include/netfilter.mk
@@ -283,6 +283,9 @@ $(eval $(call nf_add,IPT_ULOG,CONFIG_IP_NF_TARGET_ULOG, $(P_V4)ipt_ULOG))
$(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_MATCH_SOCKET, $(P_XT)xt_socket))
$(eval $(call nf_add,IPT_TPROXY,CONFIG_NETFILTER_XT_TARGET_TPROXY, $(P_XT)xt_TPROXY))
+# led
+$(eval $(call nf_add,IPT_LED,CONFIG_NETFILTER_XT_TARGET_LED, $(P_XT)xt_LED))
+
#
# ebtables
#