From: Patrick McHardy <kaber@trash.net>
To: "David S. Miller" <davem@davemloft.net>
Cc: Netfilter Development Mailinglist
<netfilter-devel@lists.netfilter.org>,
Bart De Schuymer <bdschuym@pandora.be>
Subject: [NETFILTER 2.6.16]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG
Date: Mon, 06 Mar 2006 22:12:31 +0100 [thread overview]
Message-ID: <440CA5BF.4010701@trash.net> (raw)
[-- 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
next reply other threads:[~2006-03-06 21:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-06 21:12 Patrick McHardy [this message]
2006-03-10 11:13 ` [NETFILTER 2.6.16]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG David S. Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=440CA5BF.4010701@trash.net \
--to=kaber@trash.net \
--cc=bdschuym@pandora.be \
--cc=davem@davemloft.net \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.