ltq-xdsl-app: start after led script
authorMathias Kresin <dev@kresin.me>
Wed, 7 Mar 2018 20:38:03 +0000 (21:38 +0100)
committerJohn Crispin <john@phrozen.org>
Thu, 24 May 2018 15:24:30 +0000 (17:24 +0200)
During handshake we are highjack and reset a LED to the configured trigger
afterwards. ltq-xdsl-app need to start after the LED init script, to
ensure that the LED init script doesn't re-highjack the LED we are
currently using for handshake indication.

Drop the comment about the atm dependency. The dependency was fixed quite
some time ago by using hotplug scripts for br2684ctl.

Signed-off-by: Mathias Kresin <dev@kresin.me>
(cherry picked from commit 0678cc850ccc068ba33eb87f5f1bf8294a87e611)

package/network/config/ltq-adsl-app/files/dsl_control
package/network/config/ltq-vdsl-app/files/dsl_control

index d93d47808b73d21c56b05f12a3aaa55f95c51447..91fcb46beb82ae3d9cc196534f82420f0e3c7036 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2012 OpenWrt.org
 
-START=49
+START=97
 USE_PROCD=1
 
 EXTRA_COMMANDS="status lucistat"
index 818990e57418d4d2ef12e8755264c31b6a934f24..a00d2bcdbb45962a1bf09a0285b9be029355f9d0 100644 (file)
@@ -1,8 +1,7 @@
 #!/bin/sh /etc/rc.common
 # Copyright (C) 2012 OpenWrt.org
 
-# needs to start before the atm layer which starts at 50
-START=48
+START=97
 USE_PROCD=1
 
 EXTRA_COMMANDS="status lucistat"