From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy 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 Message-ID: <440CA5BF.4010701@trash.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080707090500000001000404" Cc: Netfilter Development Mailinglist , Bart De Schuymer Return-path: To: "David S. Miller" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org This is a multi-part message in MIME format. --------------080707090500000001000404 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Hi Dave, this patch fixes an incorrectly named option in the bridge-netfilter Makefile. Please apply to 2.6.16. --------------080707090500000001000404 Content-Type: text/plain; name="x" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="x" [NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG Signed-off-by: Gregor Maier Signed-off-by: Patrick McHardy --- commit 35af439134b790b63c1708c3f2c2f54b88e3018f tree d4b211ea63c234edc3a23fdeee70ae7d30ce29e1 parent c499ec24c31edf270e777a868ffd0daddcfe7ebd author Gregor Maier Sat, 04 Mar 2006 09:58:39 +0100 committer Patrick McHardy 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 --------------080707090500000001000404--