* switch to procd interface trigger * no additional active monitor/polling in the background * simplified code * new option "trm_maxwait", how long (in seconds) should travelmate wait for wlan interface reload action (default: '20') * documentation update Signed-off-by: Dirk Brenken <dev@brenken.org>
9 lines
282 B
Text
9 lines
282 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_maxwait '20'
|
|
option trm_maxretry '3'
|
|
option trm_iw '1'
|