diff options
Diffstat (limited to 'files/etc/rc.local')
-rw-r--r-- | files/etc/rc.local | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local new file mode 100644 index 0000000..a135777 --- /dev/null +++ b/files/etc/rc.local @@ -0,0 +1,7 @@ +# the system init finished. By default this file does nothing. + +# Workaround bridge seems do work not well (ath1 did not join the bridge) +brctl addif br-mesh ath1 +ifconfig br-mesh down +ifconfig br-mesh up +exit 0 |