Commit 3ae16f13 authored by Alex Riesen's avatar Alex Riesen Committed by Patrick McHardy

netfilter: fix selection of "LED" target in netfilter

It's plural, not LED_TRIGGERS.
Signed-off-by: default avatarAlex Riesen <fork0@users.sourceforge.net>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 49a88d18
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment