2016-10-16 15:54:48 +00:00
|
|
|
# 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'
|
2017-04-02 05:41:57 +00:00
|
|
|
option trm_automatic '1'
|
2018-02-19 20:59:03 +00:00
|
|
|
option trm_captive '1'
|
|
|
|
option trm_iface 'trm_wwan'
|
|
|
|
option trm_triggerdelay '2'
|
|
|
|
option trm_debug '0'
|
2016-10-16 15:54:48 +00:00
|
|
|
option trm_maxretry '3'
|
2018-02-22 16:32:17 +00:00
|
|
|
option trm_minquality '35'
|
2018-02-19 20:59:03 +00:00
|
|
|
option trm_maxwait '30'
|
2017-03-03 13:39:38 +00:00
|
|
|
option trm_timeout '60'
|
2017-04-20 07:22:22 +00:00
|
|
|
option trm_rtfile '/tmp/trm_runtime.json'
|