diff options
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index 79f5ce3..1b14f04 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -1,7 +1,7 @@ config 'switchctl' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '19200' - option device '/dev/audioswatch' + option device '/dev/audioswitch' option config '/etc/rhctl/switchctl.conf' option mode 'master' option channel 'main' @@ -12,7 +12,7 @@ config 'serialclient' option log 'syslog:3,serialclient-master,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' - option device '/dev/ttyUSB0' + option device '/dev/ttyMaster' option type 'master' config 'serialclient' @@ -21,5 +21,11 @@ config 'serialclient' option log 'syslog:3,serialclient-standby,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' - option device '/dev/ttyUSB1' + option device '/dev/ttyStandby' option type 'standby' + +config 'heartbeatclient' + option disabled 1 + option command_sock '/var/run/rhctl/switchctl.sock' + option baudrate '38400' + option device '/dev/ttyHeartbeat' |