diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-03-20 18:19:29 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-03-20 18:19:29 (GMT) |
commit | 2ee673e2238b9002cdb1d40ab3bd3f73af0782ca (patch) | |
tree | d9d5e1a993ec5e6c5dbceae4b95920213fd59b79 /openwrt/rhctl/files/rhctl.config | |
parent | 5988cbdd0b98251a4d23a72c0ee1c47e65824517 (diff) |
fixed hotplug script for USB serial converter
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index ffec5ab..c59074e 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -1,8 +1,12 @@ +config 'global' + option ftdi_serial 'FTVSOXJP' +# option ftdi_serial 'FTVRIHVY' + config 'switchctl' option log 'syslog:3,switchctl,daemon' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '19200' - option device '/dev/audioswitch' + option device '/dev/ttyS1' option config '/etc/rhctl/switchctl.conf' option mode 'master' option channel 'main' |