diff options
author | Mathias Kresin <dev@kresin.me> | 2017-10-16 21:08:26 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-10-25 08:45:05 +0200 |
commit | dacf6db2ee2fd4c7f5e6cb2df7d07143179f1b51 (patch) | |
tree | c0e709284e26a21854c49156e052a3f80d571736 /package/network/config/ltq-adsl-app/Makefile | |
parent | 63c436ea4b7a9946aaa24651a97c8c9e82d28591 (diff) | |
download | upstream-dacf6db2ee2fd4c7f5e6cb2df7d07143179f1b51.tar.gz upstream-dacf6db2ee2fd4c7f5e6cb2df7d07143179f1b51.tar.bz2 upstream-dacf6db2ee2fd4c7f5e6cb2df7d07143179f1b51.zip |
ltq-adsl-app: add more script notifications
Backport HANDSHAKE and TRAINING notification from ltq-vdsl-app. It
unifies the dsl led blinking pattern accross all subtargets and allows
to get the current line status from the dsl led.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/network/config/ltq-adsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-adsl-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 1b9de80279..cf8eaf247d 100644 --- a/package/network/config/ltq-adsl-app/Makefile +++ b/package/network/config/ltq-adsl-app/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=dsl_cpe_control_danube PKG_VERSION:=3.24.4.4 -PKG_RELEASE:=4 +PKG_RELEASE:=5 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/ |