mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-03 17:50:49 +00:00
ltq-adsl-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:
parent
1a69f50dc6
commit
00e87255f2
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=dsl_cpe_control_danube
|
PKG_NAME:=dsl_cpe_control_danube
|
||||||
PKG_VERSION:=3.24.4.4
|
PKG_VERSION:=3.24.4.4
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=9
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
|
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user