Update README.md

This commit is contained in:
dennisdebel 2014-04-28 15:57:44 +02:00
parent 975f4e3dec
commit 73ddf0f806

View File

@ -175,7 +175,7 @@ config interface 'hotspot'
``` ```
config wifi-iface config wifi-iface
option 'device' 'radio0' #use your excisting wifi device, look in the list above. option 'device' 'radio0' #use your excisting wifi device, look in the list above.
option 'ssid' 'meshtest1' option 'ssid' 'meshtest1' #use a unique name for your network?
option 'network' 'hotspot' option 'network' 'hotspot'
option 'mode' 'ap' option 'mode' 'ap'
option 'encryption' 'none' option 'encryption' 'none'
@ -249,4 +249,4 @@ Get the dependencies and clone the git
`$ opkg install python git ` `$ opkg install python git `
`$ git clone git://github.com/jngrt/meshenger.git ` `$ git clone git://github.com/jngrt/meshenger.git `