mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 06:53:07 +01:00
* 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>
10 lines
282 B
Plaintext
10 lines
282 B
Plaintext
# 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'
|