diff --git a/root_file_system/wr1043nd/etc/crontabs/root b/root_file_system/wr1043nd/etc/crontabs/root index 6a01018..8c27a2a 100644 --- a/root_file_system/wr1043nd/etc/crontabs/root +++ b/root_file_system/wr1043nd/etc/crontabs/root @@ -16,5 +16,7 @@ #0 */4 * * * /usr/sbin/ff_rdate #17 * * * * /usr/sbin/ff_mapupdate -#Fix only for WR1043ND becuase wlan0 is not added after bootup -*/5 * * * * brctl addif br-mesh wlan0 \ No newline at end of file +#Fix only for WR1043ND because wlan0 is not added after bootup +*/5 * * * * brctl addif br-mesh wlan0 +#Fix only for WR1043ND because mtu of wlan1 is not set bootup +*/5 * * * * ifconfig wlan1 mtu 1527 \ No newline at end of file