diff options
-rw-r--r-- | openwrt/rhctl/Makefile | 2 | ||||
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/rhctl/Makefile b/openwrt/rhctl/Makefile index a7a4fe2..dab275e 100644 --- a/openwrt/rhctl/Makefile +++ b/openwrt/rhctl/Makefile @@ -12,7 +12,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rhctl -PKG_REV:=103 +PKG_REV:=104 PKG_VERSION:=r$(PKG_REV) PKG_RELEASE:=1 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' |