projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d27b42
)
[NETFILTER]: Fix wrong option spelling in Makefile for CONFIG_BRIDGE_EBT_ULOG
author
Gregor Maier
<
[email protected]
>
Sun, 12 Mar 2006 02:51:25 +0000
(18:51 -0800)
committer
David S. Miller
<
[email protected]
>
Sun, 12 Mar 2006 02:51:25 +0000
(18:51 -0800)
Signed-off-by: Gregor Maier <
[email protected]
>
Signed-off-by: Patrick McHardy <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/bridge/netfilter/Makefile
patch
|
blob
|
history
diff --git
a/net/bridge/netfilter/Makefile
b/net/bridge/netfilter/Makefile
index 8bf6d9f6e9d34c09ef752e9f1afc1d05e24edee0..905087e0d485309eb2b774a624cca52fdb949105 100644
(file)
--- a/
net/bridge/netfilter/Makefile
+++ b/
net/bridge/netfilter/Makefile
@@
-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_
U
LOG) += ebt_ulog.o