summaryrefslogtreecommitdiff
path: root/openwrt/rhctl/files/rhctl.config
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r--openwrt/rhctl/files/rhctl.config6
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'