From 62354b2f55e98f08bb208a177ddf4d59b5d87188 Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Fri, 28 Sep 2012 20:07:34 +0200 Subject: [PATCH] The mtu can't be set on eth0. This has no effect. Signed-off-by: Tim Niemeyer --- root_file_system/dir300/etc/rc.local | 4 ---- 1 file changed, 4 deletions(-) diff --git a/root_file_system/dir300/etc/rc.local b/root_file_system/dir300/etc/rc.local index 97a3e0c..2148266 100755 --- a/root_file_system/dir300/etc/rc.local +++ b/root_file_system/dir300/etc/rc.local @@ -7,10 +7,6 @@ batctl if add eth0.3 batctl if add eth0.4 batctl if add wlan0-1 -ifconfig eth0 mtu 1528 -ifconfig eth0.3 mtu 1528 -ifconfig eth0.4 mtu 1528 - #echo none > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:rx/trigger #echo phy0tx > /sys/devices/platform/ar231x-wmac.0/leds/ath5k-phy0\:\:tx/trigger