From 1f9af91e60863c341319971465413659a65ab77b Mon Sep 17 00:00:00 2001 From: floh1111 Date: Thu, 26 May 2011 18:50:24 +0000 Subject: [PATCH] Add wlan0 to mesh bridge, set mtu of wlan1 to 1527 --- root_file_system/wr1043nd/etc/crontabs/root | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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