From 305cc452ad32398ef343f50f4ee362020da56af3 Mon Sep 17 00:00:00 2001 From: Josh King Date: Thu, 12 Jun 2014 12:30:49 -0400 Subject: [PATCH] Add option to default network config file to allow bridge initialization without interfaces. --- default-files/etc/config/network | 1 + 1 file changed, 1 insertion(+) diff --git a/default-files/etc/config/network b/default-files/etc/config/network index ddc13c0..9c409e1 100644 --- a/default-files/etc/config/network +++ b/default-files/etc/config/network @@ -9,6 +9,7 @@ config interface 'lan' option proto 'commotion' option class 'client' option type 'bridge' + option bridge_empty '0' config interface 'wan' option ifname 'eth0'