All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 2.6.16]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG
@ 2006-03-06 21:12 Patrick McHardy
  2006-03-10 11:13 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2006-03-06 21:12 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist, Bart De Schuymer

[-- Attachment #1: Type: text/plain, Size: 114 bytes --]

Hi Dave,

this patch fixes an incorrectly named option in the bridge-netfilter
Makefile. Please apply to 2.6.16.


[-- Attachment #2: x --]
[-- Type: text/plain, Size: 952 bytes --]

[NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG

Signed-off-by: Gregor Maier <gregor@net.in.tum.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 35af439134b790b63c1708c3f2c2f54b88e3018f
tree d4b211ea63c234edc3a23fdeee70ae7d30ce29e1
parent c499ec24c31edf270e777a868ffd0daddcfe7ebd
author Gregor Maier <gregor@net.in.tum.de> Sat, 04 Mar 2006 09:58:39 +0100
committer Patrick McHardy <kaber@trash.net> Sat, 04 Mar 2006 09:58:39 +0100

 net/bridge/netfilter/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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

end of thread, other threads:[~2006-03-10 11:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-06 21:12 [NETFILTER 2.6.16]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG Patrick McHardy
2006-03-10 11:13 ` David S. Miller

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.