diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-23 19:57:47 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-10-23 19:57:47 +0000 |
commit | 1895d55e9db07bed0cadf9ce088a15299af735b4 (patch) | |
tree | 9b7b62dffdfdae553a4f7f2436f08f73cc284a7f /package/network/config/ltq-dsl-app | |
parent | 5fa23c07457115fbbb7f06f25aea19b063a06bbb (diff) | |
download | mtk-20170518-1895d55e9db07bed0cadf9ce088a15299af735b4.zip mtk-20170518-1895d55e9db07bed0cadf9ce088a15299af735b4.tar.gz mtk-20170518-1895d55e9db07bed0cadf9ce088a15299af735b4.tar.bz2 |
ltq-dsl-app: fix offline postinstall for dsl_control
SVN-Revision: 33901
Diffstat (limited to 'package/network/config/ltq-dsl-app')
-rw-r--r-- | package/network/config/ltq-dsl-app/Makefile | 4 | ||||
-rw-r--r-- | package/network/config/ltq-dsl-app/files/dsl_control | 5 |
2 files changed, 4 insertions, 5 deletions
diff --git a/package/network/config/ltq-dsl-app/Makefile b/package/network/config/ltq-dsl-app/Makefile index 8985484..664bc5d 100644 --- a/package/network/config/ltq-dsl-app/Makefile +++ b/package/network/config/ltq-dsl-app/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2011 OpenWrt.org +# Copyright (C) 2011-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=dsl_cpe_control_danube PKG_VERSION:=3.24.4.4 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_BUILD_DIR:=$(BUILD_DIR)/dsl_cpe_control-$(PKG_VERSION) PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources/ diff --git a/package/network/config/ltq-dsl-app/files/dsl_control b/package/network/config/ltq-dsl-app/files/dsl_control index 02e89a0..79961aa 100644 --- a/package/network/config/ltq-dsl-app/files/dsl_control +++ b/package/network/config/ltq-dsl-app/files/dsl_control @@ -1,8 +1,7 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2008 OpenWrt.org -START=99 +# Copyright (C) 2012 OpenWrt.org -. /lib/functions.sh +START=99 EXTRA_COMMANDS="status lucistat" EXTRA_HELP=" status Get DSL status information |