added information for how lazyinstall works
This commit is contained in:
parent
3d1652eaa8
commit
07503b5285
@ -1,3 +1,19 @@
|
|||||||
This is a very primitive script to automate the openwrt setup.
|
This is a very primitive script to automate the openwrt setup.
|
||||||
It's probably best not used at this point.
|
It's probably best not used at this point.
|
||||||
|
|
||||||
|
However if you choose to use it make sure you have the following things set up:
|
||||||
|
|
||||||
|
- The OpenWRT router has a connection to the internet (by attaching it to another router via ethernet)
|
||||||
|
- You have a properly formatted usb drive (one ext4 partition, one 32mb swap partiton)
|
||||||
|
- Make sure the usb flash drive is inserted in the router
|
||||||
|
|
||||||
|
The lazy install scripts works by moving config files from this folder to replace the ones on the target router's filesystem.
|
||||||
|
Therefore you need to edit the following files to suit your own needs:
|
||||||
|
|
||||||
|
network file:
|
||||||
|
lines 11 and 13, the ip adress you want to use plus the ip adress of the gateway that provides this router with its internet connection.
|
||||||
|
|
||||||
|
wireless file:
|
||||||
|
line 11,the wireless SSID that the router will get
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,9 +7,9 @@ config wifi-iface 'wmesh'
|
|||||||
option bssid '66:66:66:66:66:66'
|
option bssid '66:66:66:66:66:66'
|
||||||
|
|
||||||
config wifi-iface
|
config wifi-iface
|
||||||
option 'device' 'radio0' #use your excisting wifi device, look in the list above.
|
option 'device' 'radio0' #use your existing wifi device, look in the list above.
|
||||||
option 'ssid' 'meshenger_node' #use a unique name for your network?
|
option 'ssid' 'meshenger_node' #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'
|
||||||
option 'isolate' '1'
|
option 'isolate' '1'
|
||||||
|
Loading…
Reference in New Issue
Block a user