fff-network: Remove MTU 1528 from ethmesh device

This interface was using 1500 anyway and setting ethernet to
MTU > 1500 might not be a good idea.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Reviewed-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Robert Langammer <rlanghammer@web.de>
This commit is contained in:
Adrian Schmutzler 2019-05-23 14:50:36 +02:00 committed by Fabian Bläse
parent 9c5b65a770
commit fe9c5919e6
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=fff-network
PKG_VERSION:=10
PKG_RELEASE:=1
PKG_RELEASE:=11
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)

View File

@ -13,6 +13,5 @@ config interface 'wan'
option ifname 'eth1'
config interface 'ethmesh'
option mtu '1528'
option proto 'batadv'
option mesh 'bat0'