summaryrefslogtreecommitdiffstats
path: root/kernel/patches/incremental-patches/ebtables-v2.0_vs_2.4.18.pre6.001.diff
blob: 4de7890c21981749fe7098e8c611900e2900b3ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- linux/net/Config.in	Mon May 20 12:15:38 2002
+++ ebt2.0pre6/net/Config.in	Mon May 20 11:58:15 2002
@@ -60,7 +60,9 @@
    source net/decnet/Config.in
 fi
 dep_tristate '802.1d Ethernet Bridging' CONFIG_BRIDGE $CONFIG_INET
+if [ "$CONFIG_BRIDGE" != "n" -a "$CONFIG_NETFILTER" != "n" ]; then
    source net/bridge/netfilter/Config.in
+fi
 if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
    if [ "$CONFIG_BRIDGE" != "n" -a "$CONFIG_NETFILTER" != "n" ]; then
       bool '  netfilter (firewalling) support' CONFIG_BRIDGE_NF