ltq_gpon_onu/gpon-ocal/files/load_ocal.sh

10 lines
155 B
Bash
Executable File

#!/bin/sh /etc/rc.common
# Copyright (C) 2007 OpenWrt.org
START=99
bindir=/opt/lantiq/bin
start() {
${bindir}/ocal > /dev/console 2> /dev/console &
}