diff options
Diffstat (limited to 'openwrt/package/bridge')
-rw-r--r-- | openwrt/package/bridge/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/bridge/Config.in b/openwrt/package/bridge/Config.in index 8a5ebce0e..5856e3f79 100644 --- a/openwrt/package/bridge/Config.in +++ b/openwrt/package/bridge/Config.in @@ -1,6 +1,6 @@ config BR2_PACKAGE_BRIDGE bool "bridge" - default n + default y help Manage ethernet bridging; a way to connect networks together to form a larger network. |