2
0
forked from Ivasoft/openwrt

ltq-vdsl-app: use new extra_command wrapper

Use new `extra_command` wrapper to fix the alignement.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2020-07-24 09:33:42 +02:00
committed by Hans Dedecker
parent 00e87255f2
commit ba9b8da466
2 changed files with 3 additions and 4 deletions

View File

@@ -4,9 +4,8 @@
START=97
USE_PROCD=1
EXTRA_COMMANDS="dslstat lucistat"
EXTRA_HELP=" dslstat Get DSL status information
lucistat Get status information in lua friendly format"
extra_command "dslstat" "Get DSL status information"
extra_command "lucistat" "Get status information in lua friendly format"
. /lib/functions/lantiq_dsl.sh