packages/net/travelmate/files/travelmate.conf
Dirk Brenken 4dd7e2edc8 travelmate: release 0.4.0
* 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>
2017-03-03 14:39:38 +01:00

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'