ethernet mesh interface

This commit is contained in:
Bob Mottram 2015-07-25 23:16:47 +01:00
parent 928c58d40c
commit 7dccd58ba5
1 changed files with 1 additions and 1 deletions

View File

@ -1756,7 +1756,7 @@ function mesh_batman_bridge {
echo '' >> /etc/init.d/batman
echo '# Ethernet bridge definition (bridged do bat0)' >> /etc/init.d/batman
echo 'BRIDGE=br-mesh' >> /etc/init.d/batman
echo 'EIFACE=wlan0' >> /etc/init.d/batman
echo 'EIFACE=eth0' >> /etc/init.d/batman
echo '' >> /etc/init.d/batman
echo 'if [ -e /etc/default/batctl ] ; then' >> /etc/init.d/batman
echo ' . /etc/default/batctl' >> /etc/init.d/batman