diff options
author | Christian Pointner <equinox@helsinki.at> | 2010-01-10 15:43:12 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2010-01-10 15:43:12 (GMT) |
commit | 475ead22df9433e3a7f41fa88190984a10f86144 (patch) | |
tree | bb054ba546993db59d9f9293d8a5ab746ecc36e1 /openwrt/rhctl/files/rhctl.config | |
parent | 51af8e19e9ad47539038f04012f4202f2dbb6b9a (diff) |
heartbeatclient works now
Diffstat (limited to 'openwrt/rhctl/files/rhctl.config')
-rw-r--r-- | openwrt/rhctl/files/rhctl.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/rhctl/files/rhctl.config b/openwrt/rhctl/files/rhctl.config index 7d14e51..3245618 100644 --- a/openwrt/rhctl/files/rhctl.config +++ b/openwrt/rhctl/files/rhctl.config @@ -30,4 +30,4 @@ config 'heartbeatclient' option command_sock '/var/run/rhctl/switchctl.sock' option baudrate '38400' option device '/dev/ttyHeartbeat' - + option timeout '50' |