From f77cd990d90917394e7ea324153c774447c5cb35 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Mon, 16 Sep 2013 17:54:42 +0000
Subject: updated default config


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'
 
-- 
cgit v0.10.2