diff options
Diffstat (limited to 'files/etc/config/network')
-rw-r--r-- | files/etc/config/network | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/files/etc/config/network b/files/etc/config/network index 6170c61..597630e 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -5,14 +5,7 @@ config 'interface' 'loopback' option 'netmask' '255.0.0.0' config 'interface' 'mesh' option 'type' 'bridge' - option 'ifname' 'bat0 ath0' - -config 'interface' 'lan' - option 'type' 'bridge' - option 'proto' 'static' - option 'ipaddr' '192.168.1.1' - option 'netmask' '255.255.255.0' - option 'ifname' 'eth0.1' + option 'ifname' 'bat0 ath0 eth0.1' config 'switch' 'eth0' option 'name' 'eth0' |