aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/ltq-vdsl-app/files
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2018-03-07 21:38:03 +0100
committerMathias Kresin <dev@kresin.me>2018-05-17 07:40:19 +0200
commit0678cc850ccc068ba33eb87f5f1bf8294a87e611 (patch)
tree061d2f75964dee89424ebc0bc667d7d5a1fffdb7 /package/network/config/ltq-vdsl-app/files
parent0ed9281fda00322760f0cf95231b854cb273d802 (diff)
downloadupstream-0678cc850ccc068ba33eb87f5f1bf8294a87e611.tar.gz
upstream-0678cc850ccc068ba33eb87f5f1bf8294a87e611.tar.bz2
upstream-0678cc850ccc068ba33eb87f5f1bf8294a87e611.zip
ltq-xdsl-app: start after led script
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>
Diffstat (limited to 'package/network/config/ltq-vdsl-app/files')
-rw-r--r--package/network/config/ltq-vdsl-app/files/dsl_control3
1 files changed, 1 insertions, 2 deletions
diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
index 818990e574..a00d2bcdbb 100644
--- a/package/network/config/ltq-vdsl-app/files/dsl_control
+++ b/package/network/config/ltq-vdsl-app/files/dsl_control
@@ -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"