浏览代码

Don't connect eth0 to batman by default

Bob Mottram 10 年前
父节点
当前提交
078f1034f8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone

+ 1
- 1
src/freedombone 查看文件

@@ -1639,7 +1639,7 @@ function mesh_batman_bridge {
1639 1639
   echo 'interface to the ethernet port' >> /usr/bin/mesh
1640 1640
   echo 'brctl addbr bridge-link' >> /usr/bin/mesh
1641 1641
   echo 'brctl addif bridge-link bat0' >> /usr/bin/mesh
1642
-  echo 'brctl addif bridge-link eth0' >> /usr/bin/mesh
1642
+  echo '#brctl addif bridge-link eth0' >> /usr/bin/mesh
1643 1643
   echo '' >> /usr/bin/mesh
1644 1644
   echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
1645 1645
   echo 'dhclient bridge-link' >> /usr/bin/mesh