1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[package] 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>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26451 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian
2011-04-03 18:30:37 +00:00
parent 98a6131a74
commit 9444af102a
2 changed files with 17 additions and 0 deletions

View File

@@ -262,6 +262,20 @@ endef
$(eval $(call KernelPackage,ipt-ulog))
define KernelPackage/ipt-led
TITLE:=Module to trigger a LED with a Netfilter rule
KCONFIG:=$(KCONFIG_IPT_LED)
FILES:=$(foreach mod,$(IPT_LED-m),$(LINUX_DIR)/net/$(mod).$(LINUX_KMOD_SUFFIX))
AUTOLOAD:=$(call AutoLoad,61,$(notdir $(IPT_LED-m)))
$(call AddDepends/ipt)
endef
define KernelPackage/ipt-led/description
Netfilter target to trigger a LED when a network packet is matched.
endef
$(eval $(call KernelPackage,ipt-led))
define KernelPackage/ipt-tproxy
TITLE:=Transparent proxying support
KCONFIG:= \