* [PATCH] Fix wrong option in Makefile for CONFIG_BRIDGE_EBT_ULOG
@ 2006-03-03 21:01 Gregor Maier
2006-03-04 9:00 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Gregor Maier @ 2006-03-03 21:01 UTC (permalink / raw)
To: netfilter-devel
[PATCH] Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG
Signed-off-by: Gregor Maier <gregor@net.in.tum.de>
diff --git a/net/bridge/netfilter/Makefile b/net/bridge/netfilter/Makefile
index 8bf6d9f..905087e 100644
--- a/net/bridge/netfilter/Makefile
+++ b/net/bridge/netfilter/Makefile
@@ -29,4 +29,4 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_sna
# watchers
obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_log.o
-obj-$(CONFIG_BRIDGE_EBT_LOG) += ebt_ulog.o
+obj-$(CONFIG_BRIDGE_EBT_ULOG) += ebt_ulog.o
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Fix wrong option in Makefile for CONFIG_BRIDGE_EBT_ULOG
2006-03-03 21:01 [PATCH] Fix wrong option in Makefile for CONFIG_BRIDGE_EBT_ULOG Gregor Maier
@ 2006-03-04 9:00 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-03-04 9:00 UTC (permalink / raw)
To: Gregor Maier; +Cc: netfilter-devel
Gregor Maier wrote:
> [PATCH] Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG
Applied, thanks. I'll try to get it in 2.6.16.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-03-04 9:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-03 21:01 [PATCH] Fix wrong option in Makefile for CONFIG_BRIDGE_EBT_ULOG Gregor Maier
2006-03-04 9:00 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.