Merge pull request #546 from MPW1412/patch-1

Confusion of WAN an LAN, this line is for mesh-on-lan
This commit is contained in:
Matthias Schiffer 2015-11-05 17:01:48 +01:00
commit b6b5aad79c
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ Configuring Mesh-on-LAN is a bit more complicated::
It may be disabled by running::
uci set network.mesh_wan.auto=0
uci set network.mesh_lan.auto=0
for ifname in $(cat /lib/gluon/core/sysconfig/lan_ifname); do
uci add_list network.client.ifname=$ifname
done