aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/net/bridge.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'cfg/net/bridge.cfg')
-rw-r--r--cfg/net/bridge.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/cfg/net/bridge.cfg b/cfg/net/bridge.cfg
index 57645d85..8d522441 100644
--- a/cfg/net/bridge.cfg
+++ b/cfg/net/bridge.cfg
@@ -1,6 +1,13 @@
+# SPDX-License-Identifier: MIT
#
# Bridge: Netfilter Configuration
#
+
+# note: standard.cfg sets CONFIG_BRIDGE=m, so this can't be
+# =y as the final value. We can either change it, or
+# we have to set CONFIG_BRIDGE here, trying CONFIG_BRIDGE=y
+# here for now
+CONFIG_BRIDGE=y
CONFIG_BRIDGE_NETFILTER=y
CONFIG_BRIDGE_EBT_BROUTE=m
CONFIG_BRIDGE_EBT_T_FILTER=m