forked from Ivasoft/openwrt
lantiq: fix dsl_control status handling.
Commit7519a36774("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:7519a36774("base-files,procd: add generic service status") Signed-off-by: Martin Schiller <ms@dev.tdt.de>
This commit is contained in:
committed by
David Bauer
parent
f351beedfd
commit
71e04091a9
@@ -4,9 +4,9 @@
|
||||
START=97
|
||||
USE_PROCD=1
|
||||
|
||||
EXTRA_COMMANDS="status lucistat"
|
||||
EXTRA_HELP=" status Get DSL status information
|
||||
lucistat Get status information if lua friendly format"
|
||||
EXTRA_COMMANDS="dslstat lucistat"
|
||||
EXTRA_HELP=" dslstat Get DSL status information
|
||||
lucistat Get status information in lua friendly format"
|
||||
|
||||
[ -f /lib/functions/lantiq_dsl.sh ] && . /lib/functions/lantiq_dsl.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user