[openwrt/openwrt] ltq-xdsl-app: start after led script
LEDE Commits
lede-commits at lists.infradead.org
Wed May 16 22:47:02 PDT 2018
mkresin pushed a commit to openwrt/openwrt.git, branch master:
https://git.lede-project.org/0678cc850ccc068ba33eb87f5f1bf8294a87e611
commit 0678cc850ccc068ba33eb87f5f1bf8294a87e611
Author: Mathias Kresin <dev at kresin.me>
AuthorDate: Wed Mar 7 21:38:03 2018 +0100
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 at kresin.me>
---
package/network/config/ltq-adsl-app/files/dsl_control | 2 +-
package/network/config/ltq-vdsl-app/files/dsl_control | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/network/config/ltq-adsl-app/files/dsl_control b/package/network/config/ltq-adsl-app/files/dsl_control
index d93d478..91fcb46 100644
--- a/package/network/config/ltq-adsl-app/files/dsl_control
+++ b/package/network/config/ltq-adsl-app/files/dsl_control
@@ -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"
diff --git a/package/network/config/ltq-vdsl-app/files/dsl_control b/package/network/config/ltq-vdsl-app/files/dsl_control
index 818990e..a00d2bc 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"
More information about the lede-commits
mailing list