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>
Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
Florian Eckert 2020-07-24 09:33:42 +02:00 committed by maurerr
parent 8a9a26cffb
commit 5f6ab69dbc
2 changed files with 3 additions and 4 deletions

View File

@ -9,7 +9,7 @@ include $(INCLUDE_DIR)/kernel.mk
PKG_NAME:=ltq-vdsl-app PKG_NAME:=ltq-vdsl-app
PKG_VERSION:=4.17.18.6 PKG_VERSION:=4.17.18.6
PKG_RELEASE:=4 PKG_RELEASE:=5
PKG_BASE_NAME:=dsl_cpe_control PKG_BASE_NAME:=dsl_cpe_control
PKG_SOURCE:=$(PKG_BASE_NAME)_vrx-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_BASE_NAME)_vrx-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources

View File

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