瀏覽代碼

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
   echo 'interface to the ethernet port' >> /usr/bin/mesh
1639
   echo 'interface to the ethernet port' >> /usr/bin/mesh
1640
   echo 'brctl addbr bridge-link' >> /usr/bin/mesh
1640
   echo 'brctl addbr bridge-link' >> /usr/bin/mesh
1641
   echo 'brctl addif bridge-link bat0' >> /usr/bin/mesh
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
   echo '' >> /usr/bin/mesh
1643
   echo '' >> /usr/bin/mesh
1644
   echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
1644
   echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
1645
   echo 'dhclient bridge-link' >> /usr/bin/mesh
1645
   echo 'dhclient bridge-link' >> /usr/bin/mesh