diff --git a/bsp/default/root_file_system/etc/config/network b/bsp/default/root_file_system/etc/config/network index b658385..18263f9 100644 --- a/bsp/default/root_file_system/etc/config/network +++ b/bsp/default/root_file_system/etc/config/network @@ -12,16 +12,12 @@ config interface 'w2mesh' config interface 'mesh' option type 'bridge' option auto '1' - + config interface 'wan' option proto 'dhcp' option ifname 'eth1' - + config interface 'ethmesh' - option mtu '1532' + option mtu '1528' option proto 'batadv' - option mesh 'bat0' - -config interface 'bat' - option ifname 'bat0' - option mtu '1500' \ No newline at end of file + option mesh 'bat0'