diff options
author | Darkeye <postfach@martinmichel.info> | 2011-01-18 19:01:55 (GMT) |
---|---|---|
committer | Darkeye <postfach@martinmichel.info> | 2011-01-18 19:01:55 (GMT) |
commit | 92653c5724b8d636c78dca14d4a3e4eda920e0e2 (patch) | |
tree | a2c732b7a608e98e814208a1cde6fe17dfeb57d4 /files/etc/rc.local | |
parent | 7f7eb3c76ce3ef2ba7d0138e84b44cf194889bf5 (diff) |
Add bridge and banner
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 |