diff options
author | John Crispin <blogic@openwrt.org> | 2014-04-05 16:34:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-04-05 16:34:20 +0000 |
commit | f53bc819fe53b8ecfaf22fd5027893e9e0581a06 (patch) | |
tree | ce57e7350160789ab19edca88729e4657d850108 /package/network/config/ltq-adsl-app/Makefile | |
parent | 77e6583816bd5f52d58ee1b91a815784a6722648 (diff) | |
download | master-187ad058-f53bc819fe53b8ecfaf22fd5027893e9e0581a06.tar.gz master-187ad058-f53bc819fe53b8ecfaf22fd5027893e9e0581a06.tar.bz2 master-187ad058-f53bc819fe53b8ecfaf22fd5027893e9e0581a06.zip |
lantiq: cleanup the dsl control scripts
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40381 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/ltq-adsl-app/Makefile')
-rw-r--r-- | package/network/config/ltq-adsl-app/Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 92445e5580..639ed1e6b1 100644 --- a/package/network/config/ltq-adsl-app/Makefile +++ b/package/network/config/ltq-adsl-app/Makefile @@ -40,10 +40,6 @@ define Package/ltq-adsl-app/description Infineon DSL CPE API for Amazon SE, Danube and Vinax. endef -define Package/ltq-adsl-app/config - source "$(SOURCE)/Config.in" -endef - LTQ_DSL_MAX_DEVICE=1 LTQ_DSL_LINES_PER_DEVICE=1 LTQ_DSL_CHANNELS_PER_LINE=1 @@ -74,16 +70,6 @@ CONFIGURE_ARGS += \ --enable-dsl-pm-line-thresholds \ --enable-dsl-pm-optional-parameters -ifeq ($(CONFIG_LTQ_DSL_ENABLE_SOAP),y) -CONFIGURE_ARGS += \ - --enable-soap-support -endif - -ifeq ($(CONFIG_LTQ_DSL_ENABLE_DSL_EVENT_POLLING),y) -CONFIGURE_ARGS += \ - --enable-dsl-event-polling -endif - TARGET_CFLAGS += -I$(LINUX_DIR)/include define Package/ltq-adsl-app/install @@ -92,7 +78,6 @@ define Package/ltq-adsl-app/install $(INSTALL_DIR) $(1)/sbin $(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dsl_cpe_control $(1)/sbin - $(INSTALL_BIN) ./files/dsl_notify.sh $(1)/sbin endef $(eval $(call BuildPackage,ltq-adsl-app)) |