[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090408165214.6702.69359.sendpatchset@x2.localnet>
Date: Wed, 8 Apr 2009 18:52:18 +0200 (MEST)
From: Patrick McHardy <kaber@...sh.net>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, Patrick McHardy <kaber@...sh.net>,
netfilter-devel@...r.kernel.org
Subject: netfilter 02/03: fix selection of "LED" target in netfilter
commit 3ae16f13027c26cb4c227392116c2027524a6444
Author: Alex Riesen <fork0@...rs.sourceforge.net>
Date: Mon Apr 6 17:09:43 2009 +0200
netfilter: fix selection of "LED" target in netfilter
It's plural, not LED_TRIGGERS.
Signed-off-by: Alex Riesen <fork0@...rs.sourceforge.net>
Signed-off-by: Patrick McHardy <kaber@...sh.net>
diff --git a/net/netfilter/Kconfig b/net/netfilter/Kconfig
index bb279bf..2329c5f 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
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists