Browse Source

Default to bmx6 on mesh. It looks more stable

Bob Mottram 7 years ago
parent
commit
3559682fcd
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone-image-customise
  2. 1
    1
      src/freedombone-mesh-batman

+ 1
- 1
src/freedombone-image-customise View File

@@ -837,7 +837,7 @@ initialise_mesh() {
837 837
     chroot "$rootdir" apt-get -yq install traceroute
838 838
 
839 839
     # set the default protocol to be used
840
-    echo 'bmx7' > $rootdir$MESH_DEFAULT_PROTOCOL
840
+    echo 'bmx6' > $rootdir$MESH_DEFAULT_PROTOCOL
841 841
 
842 842
     sed -i 's|#net.ipv6.conf.all.forwarding.*|net.ipv6.conf.all.forwarding=1|g' $rootdir/etc/sysctl.conf
843 843
     sed -i 's|net.ipv6.conf.all.forwarding.*|net.ipv6.conf.all.forwarding=1|g' $rootdir/etc/sysctl.conf

+ 1
- 1
src/freedombone-mesh-batman View File

@@ -247,7 +247,7 @@ function start {
247 247
     systemctl restart nginx
248 248
 
249 249
     if [ ! -f $MESH_DEFAULT_PROTOCOL ]; then
250
-        echo 'bmx7' > $MESH_DEFAULT_PROTOCOL
250
+        echo 'bmx6' > $MESH_DEFAULT_PROTOCOL
251 251
     fi
252 252
 
253 253
     if grep -q "bmx6" $MESH_DEFAULT_PROTOCOL; then