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

Patrick McHardy kaber at trash.net
Mon Mar 6 22:12:31 CET 2006


Hi Dave,

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

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

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

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


More information about the netfilter-devel mailing list