[source] linux/modules: drop ledtrig-netfilter

LEDE Commits lede-commits at lists.infradead.org
Thu Oct 27 07:35:13 PDT 2016


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/168adaefc29ca33f043a5f65bd560cf81daf0611

commit 168adaefc29ca33f043a5f65bd560cf81daf0611
Author: John Crispin <john at phrozen.org>
AuthorDate: Thu Oct 27 15:29:36 2016 +0200

    linux/modules: drop ledtrig-netfilter
    
    this is a duplicate of kmod-ipt-led
    
    Signed-off-by: John Crispin <john at phrozen.org>
---
 package/kernel/linux/modules/leds.mk | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/package/kernel/linux/modules/leds.mk b/package/kernel/linux/modules/leds.mk
index e3ee049..51002fb 100644
--- a/package/kernel/linux/modules/leds.mk
+++ b/package/kernel/linux/modules/leds.mk
@@ -69,27 +69,6 @@ endef
 $(eval $(call KernelPackage,ledtrig-netdev))
 
 
-define KernelPackage/ledtrig-netfilter
-  SUBMENU:=$(LEDS_MENU)
-  TITLE:=LED NetFilter Trigger
-  DEPENDS:=kmod-ipt-core
-  KCONFIG:=CONFIG_NETFILTER_XT_TARGET_LED
-  FILES:=$(LINUX_DIR)/net/netfilter/xt_LED.ko
-  AUTOLOAD:=$(call AutoLoad,50,xt_LED)
-endef
-
-define KernelPackage/ledtrig-netfilter/description
- Kernel module to flash LED when a particular packets passing through your machine.
-
- For example to create an LED trigger for incoming SSH traffic:
-    iptables -A INPUT -p tcp --dport 22 -j LED --led-trigger-id ssh --led-delay 1000
- Then attach the new trigger to an LED on your system:
-    echo netfilter-ssh > /sys/class/leds/<ledname>/trigger
-endef
-
-$(eval $(call KernelPackage,ledtrig-netfilter))
-
-
 define KernelPackage/ledtrig-default-on
   SUBMENU:=$(LEDS_MENU)
   TITLE:=LED Default ON Trigger



More information about the lede-commits mailing list