summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.config
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2009-11-17 15:35:15 (GMT)
committerChristian Pointner <equinox@helsinki.at>2009-11-17 15:35:15 (GMT)
commitb1ae0fb1e45f4d6cc79200b30b18a7aac0f9b7de (patch)
tree69ed56187e94ca1ecd2cef2a082aef769dc05eac /openwrt/rhctl/files/rhctl.config
parent0e5843d0ab4bed1a8bf9afb11834b4cc71d11adf (diff)
added dependency to udev and init script for it
removed dependency to socat (not working anyway) some fixes at openwrt package
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r--openwrt/rhctl/files/rhctl.config12
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'