mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 08:09:51 +00:00
* support the new travelmate option 'macaddr' to use a pre-defined MAC address (per uplink) * vpn connections are now handled separately for each uplink * The autoadd-feature for adding open uplinks will now be limited by the 'trm_maxautoadd' option. The default is '5', '0' disables this limitation. * more code cleanups und optimizations to reduce the repetitive connection handling workload * bugfixes regarding multiple radio support * refine cp detection (no longer write and parse an error file) Signed-off-by: Dirk Brenken <dev@brenken.org>
10 lines
194 B
Plaintext
10 lines
194 B
Plaintext
|
|
config travelmate 'global'
|
|
option trm_enabled '0'
|
|
option trm_captive '1'
|
|
option trm_proactive '1'
|
|
option trm_netcheck '0'
|
|
option trm_autoadd '0'
|
|
option trm_mail '0'
|
|
option trm_debug '0'
|