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:
committed by
Hans Dedecker
parent
00e87255f2
commit
ba9b8da466
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user