91316938ce9cd3389fc0c6c637425e472c052c0e
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.045353 seconds and 3 git commands to generate.