projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49a88d1
)
netfilter: fix selection of "LED" target in netfilter
author
Alex Riesen
<fork0@users.sourceforge.net>
Mon, 6 Apr 2009 15:09:43 +0000
(17:09 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Mon, 6 Apr 2009 15:09:43 +0000
(17:09 +0200)
It's plural, not LED_TRIGGERS.
Signed-off-by: Alex Riesen <fork0@users.sourceforge.net>
Signed-off-by: Patrick McHardy <kaber@trash.net>
net/netfilter/Kconfig
patch
|
blob
|
history
diff --git
a/net/netfilter/Kconfig
b/net/netfilter/Kconfig
index
bb279bf
..
2329c5f
100644
(file)
--- 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 && LED
S
_TRIGGERS
depends on NETFILTER_ADVANCED
help
This option adds a `LED' target, which allows you to blink LEDs in