* add an "active mode", where travelmate will be restarted every n seconds (default 60) and checks existing uplink connection regardless of ifdown event trigger (disabled by default) * enhance multiple radio support * fix the ap detection * respect different radios during scanning & connection handling * cosmetics Signed-off-by: Dirk Brenken <dev@brenken.org>
11 lines
330 B
Text
11 lines
330 B
Text
# travelmate configuration, for further information
|
|
# see 'https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md'
|
|
|
|
config travelmate 'global'
|
|
option trm_enabled '0'
|
|
option trm_debug '0'
|
|
option trm_active '0'
|
|
option trm_maxwait '20'
|
|
option trm_maxretry '3'
|
|
option trm_timeout '60'
|
|
option trm_iw '1'
|