From: Alex Riesen Date: Mon, 6 Apr 2009 15:09:43 +0000 (+0200) Subject: netfilter: fix selection of "LED" target in netfilter X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3ae16f13027c26cb4c227392116c2027524a6444;p=linux-beck.git netfilter: fix selection of "LED" target in netfilter It's plural, not LED_TRIGGERS. Signed-off-by: Alex Riesen Signed-off-by: Patrick McHardy --- diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig index bb279bf59a1b..2329c5f50551 100644 --- a/net/netfilter/Kconfig +++ b/net/netfilter/Kconfig @@ -374,7 +374,7 @@ config NETFILTER_XT_TARGET_HL config NETFILTER_XT_TARGET_LED tristate '"LED" target support' - depends on LEDS_CLASS && LED_TRIGGERS + depends on LEDS_CLASS && LEDS_TRIGGERS depends on NETFILTER_ADVANCED help This option adds a `LED' target, which allows you to blink LEDs in