소스 검색

Update wired-mesh.rst

Matthias Walther 8 년 전
부모
커밋
b33635c47c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/features/wired-mesh.rst

+ 1 - 1
docs/features/wired-mesh.rst

@@ -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