Add wlan0 to mesh bridge, set mtu of wlan1 to 1527

This commit is contained in:
floh1111 2011-05-26 18:50:24 +00:00
parent 16f1ad8699
commit 9728ffe13f
1 changed files with 4 additions and 2 deletions

View File

@ -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
#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