diff options
Diffstat (limited to 'files/common/etc/rc.local')
-rw-r--r-- | files/common/etc/rc.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/common/etc/rc.local b/files/common/etc/rc.local new file mode 100644 index 0000000..38c68a9 --- /dev/null +++ b/files/common/etc/rc.local @@ -0,0 +1,4 @@ +# the system init finished. By default this file does nothing. +ifconfig br-mesh down +ifconfig br-mesh up +exit 0 |