diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-09-16 17:54:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-09-16 17:54:42 (GMT) |
commit | f77cd990d90917394e7ea324153c774447c5cb35 (patch) | |
tree | 6124e69202756e3c9302ad0521f8921ea3807538 /openwrt | |
parent | 6544b6d59f3ccefdeb37bb7b395f5254202f9197 (diff) |
updated default config
Diffstat (limited to 'openwrt')
-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' |