diff options
author | John Crispin <john@openwrt.org> | 2014-04-05 16:34:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-04-05 16:34:20 +0000 |
commit | f464b7d17650df8c8651486aa19be6bfdf24f26e (patch) | |
tree | 7a2774e4e774db07f0160e27896f936109ca5b2a /package/network/config/ltq-vdsl-app/Makefile | |
parent | b519908e848505ed671c13c45fbd5d29d9472264 (diff) | |
download | mtk-20170518-f464b7d17650df8c8651486aa19be6bfdf24f26e.zip mtk-20170518-f464b7d17650df8c8651486aa19be6bfdf24f26e.tar.gz mtk-20170518-f464b7d17650df8c8651486aa19be6bfdf24f26e.tar.bz2 |
lantiq: cleanup the dsl control scripts
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 40381
Diffstat (limited to 'package/network/config/ltq-vdsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-vdsl-app/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/network/config/ltq-vdsl-app/Makefile b/package/network/config/ltq-vdsl-app/Makefile index d4e4ec4..ee95860 100644 --- a/package/network/config/ltq-vdsl-app/Makefile +++ b/package/network/config/ltq-vdsl-app/Makefile @@ -71,7 +71,6 @@ define Package/ltq-vdsl-app/install $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dsl_cpe_control $(1)/sbin/vdsl_cpe_control - $(INSTALL_BIN) ./files/dsl_notify.sh $(1)/sbin endef $(eval $(call BuildPackage,ltq-vdsl-app)) |