Skip to content

Commit

Permalink
netfilter: fix selection of "LED" target in netfilter
Browse files Browse the repository at this point in the history
It's plural, not LED_TRIGGERS.

Signed-off-by: Alex Riesen <fork0@users.sourceforge.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>
  • Loading branch information
Alex Riesen authored and Patrick McHardy committed Apr 6, 2009
1 parent 49a88d1 commit 3ae16f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ae16f1

Please sign in to comment.