diff options
Diffstat (limited to 'files')
| -rw-r--r-- | files/etc/config/network | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/files/etc/config/network b/files/etc/config/network index 3d73ebc..a6986dd 100644 --- a/files/etc/config/network +++ b/files/etc/config/network @@ -5,9 +5,10 @@ config 'interface' 'loopback'  	option 'ipaddr' '127.0.0.1'  	option 'netmask' '255.0.0.0' -config 'interface' 'mesh' -	option 'type' 'bridge' -	option 'ifname' 'bat0 ath0' +config 'interface'  'mesh' +  option 'type'       'bridge' +  foption 'ifname'     'bat0 ath0' +  option 'mtu'        '1527'  config 'interface' 'lan'  	option 'type' 'bridge' | 
