port pmacct to -ng
[openwrt/svn-archive/archive.git] / utils / setserial / files / 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 }