summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl/files')
-rw-r--r--openwrt/rhctl/files/rhctl.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config
index 9c7a6ee..ffec5ab 100644
--- a/openwrt/rhctl/files/rhctl.config
+++ b/openwrt/rhctl/files/rhctl.config
@@ -13,7 +13,7 @@ config 'serialclient'
option log 'syslog:3,serialclient-master,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
- option device '/dev/ttyMaster'
+ option device '/dev/ttyMasterCtl'
option type 'master'
config 'serialclient'
@@ -22,14 +22,14 @@ config 'serialclient'
option log 'syslog:3,serialclient-standby,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
- option device '/dev/ttyStandby'
+ option device '/dev/ttyStandbyCtl'
option type 'standby'
config 'heartbeatclient'
option log 'syslog:3,heartbeatclient,daemon'
option command_sock '/var/run/rhctl/switchctl.sock'
option baudrate '38400'
- option device '/dev/ttyHeartbeat'
+ option device '/dev/ttyMasterHB'
option timeout '25'
option led 'heartbeat'