aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq
diff options
context:
space:
mode:
authorMartin Schiller <ms@dev.tdt.de>2019-09-23 09:50:24 +0200
committerDavid Bauer <mail@david-bauer.net>2019-10-15 23:23:08 +0200
commit71e04091a9d2c2f4d61aaf857d1c9eda994ddcea (patch)
tree06411baf94f7fc7c38237ff06cc2615bc092df49 /target/linux/lantiq
parentf351beedfd47766e5e44a04af50e3724bec54dbc (diff)
downloadupstream-71e04091a9d2c2f4d61aaf857d1c9eda994ddcea.tar.gz
upstream-71e04091a9d2c2f4d61aaf857d1c9eda994ddcea.tar.bz2
upstream-71e04091a9d2c2f4d61aaf857d1c9eda994ddcea.zip
lantiq: fix dsl_control status handling.
Commit 7519a36774ca ("base-files,procd: add generic service status") introduced the generic 'status' command which broke the previous dsl_control status output. To fix this, let's rename the "old" command to "dslstat". Fixes: 7519a36774ca ("base-files,procd: add generic service status") Signed-off-by: Martin Schiller <ms@dev.tdt.de>
Diffstat (limited to 'target/linux/lantiq')
-rwxr-xr-xtarget/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
index cbdec1279c..11b02fc4aa 100755
--- a/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
+++ b/target/linux/lantiq/base-files/lib/functions/lantiq_dsl.sh
@@ -728,7 +728,7 @@ profile() {
fi
}
-status() {
+dslstat() {
vendor
chipset
xtse
@@ -744,6 +744,6 @@ status() {
lucistat() {
echo "local dsl={}"
- status
+ dslstat
echo "return dsl"
}