diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-18 23:19:46 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-18 23:19:46 (GMT) |
commit | bc68ab161d2a2adca8a45ed5d59cf613d1c5f1d8 (patch) | |
tree | e73d095f386514d19e3a3bca2cd50d87f8d7bd54 /files/etc/rc.local | |
parent | a83539a5414eecb71945dfa5b724a2fda87a0b75 (diff) |
Fixed bridge problem and revoke workaround
Diffstat (limited to 'files/etc/rc.local')
-rw-r--r-- | files/etc/rc.local | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/etc/rc.local b/files/etc/rc.local index a135777..38c68a9 100644 --- a/files/etc/rc.local +++ b/files/etc/rc.local @@ -1,7 +1,4 @@ # 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 |