You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
441 B

  1. # travelmate configuration, for further information
  2. # see 'https://github.com/openwrt/packages/blob/master/net/travelmate/files/README.md'
  3. config travelmate 'global'
  4. option trm_enabled '0'
  5. option trm_captive '1'
  6. option trm_iface 'trm_wwan'
  7. option trm_triggerdelay '2'
  8. option trm_debug '0'
  9. option trm_maxretry '3'
  10. option trm_minquality '35'
  11. option trm_maxwait '30'
  12. option trm_timeout '60'
  13. option trm_rtfile '/tmp/trm_runtime.json'