f9cd0e84f74ef8ee6634ffdf3c572c9a356f4294
[openwrt/svn-archive/archive.git] / serial.init
1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2006 OpenWrt.org
3
4 START=15
5 boot() {
6 /usr/sbin/setserial /dev/tts/1 irq 3
7 }