1 #!/bin/sh /etc/rc.common
2 # Copyright (C) 2008 OpenWrt.org
7 # start CPE dsl daemon in the background
8 /sbin
/dsl_cpe_control
-i -f /lib
/firmware
/ModemHWE.bin
&
11 # echo $PS | grep -q dsl_cpe_control && {
12 # # workaround for nfs: allow write to pipes for non-root
13 # while [ ! -e /tmp/pipe/dsl_cpe1_ack ] ; do sleep 1; done
14 # chmod a+w /tmp/pipe/dsl_*
16 echo $PS |
grep -q dsl_cpe_control ||
{
17 echo "Start of dsl_cpe_control failed!!!"
This page took 0.039316 seconds and 5 git commands to generate.