diff options
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' |