Skip to content

Commit

Permalink
[NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_…
Browse files Browse the repository at this point in the history
…EBT_ULOG

Signed-off-by: Gregor Maier <gregor@net.in.tum.de>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Gregor Maier authored and David S. Miller committed Mar 12, 2006
1 parent 0d27b42 commit c127437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/bridge/netfilter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o

# 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

0 comments on commit c127437

Please sign in to comment.