diff options
author | Christian Pointner <equinox@helsinki.at> | 2009-11-14 01:47:21 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2009-11-14 01:47:21 (GMT) |
commit | 0e5843d0ab4bed1a8bf9afb11834b4cc71d11adf (patch) | |
tree | 15303375849887e44b55ad994bc3bb0c4f431ca6 /openwrt/rhctl/files/rhctl.config | |
parent | a5e4a809402eb929e55072573a176d8c2ed44712 (diff) |
added serialclient to openwrt package
added config file to openwrt package
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config new file mode 100644 index 0000000..79f5ce3 --- /dev/null +++ b/openwrt/rhctl/files/rhctl.config @@ -0,0 +1,25 @@ +config 'switchctl' + option command_sock '/var/run/rhctl/switchctl.sock' + option baudrate '19200' + option device '/dev/audioswatch' + option config '/etc/rhctl/switchctl.conf' + option mode 'master' + option channel 'main' + +config 'serialclient' +# option disabled 1 + option name 'master' + option log 'syslog:3,serialclient-master,daemon' + option command_sock '/var/run/rhctl/switchctl.sock' + option baudrate '38400' + option device '/dev/ttyUSB0' + option type 'master' + +config 'serialclient' +# option disabled 1 + option name 'standby' + option log 'syslog:3,serialclient-standby,daemon' + option command_sock '/var/run/rhctl/switchctl.sock' + option baudrate '38400' + option device '/dev/ttyUSB1' + option type 'standby' |