move ltq-adsl-tool

SVN-Revision: 34694
master
John Crispin 12 years ago
parent 1d0a9d0c04
commit 06c9170a7c
  1. 0
      package/platform/lantiq/ltq-adsl-app/Config.in
  2. 19
      package/platform/lantiq/ltq-adsl-app/Makefile
  3. 2
      package/platform/lantiq/ltq-adsl-app/files/dsl_control
  4. 0
      package/platform/lantiq/ltq-adsl-app/files/dsl_notify.sh

@ -23,25 +23,24 @@ PKG_CONFIG_DEPENDS:=\
CONFIG_LTQ_DSL_ENABLE_SOAP \ CONFIG_LTQ_DSL_ENABLE_SOAP \
CONFIG_LTQ_DSL_ENABLE_DSL_EVENT_POLLING CONFIG_LTQ_DSL_ENABLE_DSL_EVENT_POLLING
include $(INCLUDE_DIR)/package.mk PKG_BUILD_DEPENDS:=TARGET_lantiq_xway:kmod-ltq-adsl-danube TARGET_lantiq_ase:kmod-ltq-adsl-ase
PKG_BUILD_DEPENDS:=TARGET_lantiq_danube:kmod-ltq-dsl-danube TARGET_lantiq_ar9:kmod-ltq-dsl-ar9 \ include $(INCLUDE_DIR)/package.mk
TARGET_lantiq_vr9:kmod-ltq-dsl-vr9 TARGET_lantiq_ase:kmod-ltq-dsl-ase
define Package/ltq-dsl-app define Package/ltq-adsl-app
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=Lantiq DSL userland tool TITLE:=Lantiq DSL userland tool
URL:=http://www.lantiq.com/ URL:=http://www.lantiq.com/
DEPENDS:=@TARGET_lantiq&&!(TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable) +libpthread DEPENDS:=@(TARGET_lantiq_xway||TARGET_lantiq_ase) +libpthread
MENU:=1 MENU:=1
endef endef
define Package/ltq-dsl-app/description define Package/ltq-adsl-app/description
Infineon DSL CPE API for Amazon SE, Danube and Vinax. Infineon DSL CPE API for Amazon SE, Danube and Vinax.
endef endef
define Package/ltq-dsl-app/config define Package/ltq-adsl-app/config
source "$(SOURCE)/Config.in" source "$(SOURCE)/Config.in"
endef endef
@ -54,7 +53,7 @@ CONFIGURE_ARGS += \
--with-lines-per-device="$(LTQ_DSL_LINES_PER_DEVICE)" \ --with-lines-per-device="$(LTQ_DSL_LINES_PER_DEVICE)" \
--with-channels-per-line="$(LTQ_DSL_CHANNELS_PER_LINE)" \ --with-channels-per-line="$(LTQ_DSL_CHANNELS_PER_LINE)" \
--enable-danube \ --enable-danube \
--enable-driver-include="-I$(STAGING_DIR)/usr/include" \ --enable-driver-include="-I$(STAGING_DIR)/usr/include/adsl/" \
--enable-debug-prints \ --enable-debug-prints \
--enable-add-appl-cflags="-DMAX_CLI_PIPES=2" \ --enable-add-appl-cflags="-DMAX_CLI_PIPES=2" \
--enable-cli-support \ --enable-cli-support \
@ -87,7 +86,7 @@ endif
TARGET_CFLAGS += -I$(LINUX_DIR)/include TARGET_CFLAGS += -I$(LINUX_DIR)/include
define Package/ltq-dsl-app/install define Package/ltq-adsl-app/install
$(INSTALL_DIR) $(1)/etc/init.d $(INSTALL_DIR) $(1)/etc/init.d
$(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/ $(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/
@ -96,4 +95,4 @@ define Package/ltq-dsl-app/install
$(INSTALL_BIN) ./files/dsl_notify.sh $(1)/sbin $(INSTALL_BIN) ./files/dsl_notify.sh $(1)/sbin
endef endef
$(eval $(call BuildPackage,ltq-dsl-app)) $(eval $(call BuildPackage,ltq-adsl-app))

@ -297,7 +297,7 @@ start() {
# start CPE dsl daemon in the background # start CPE dsl daemon in the background
service_start /sbin/dsl_cpe_control -i${xtu} \ service_start /sbin/dsl_cpe_control -i${xtu} \
-n /sbin/dsl_notify.sh \ -n /sbin/dsl_notify.sh \
-f /lib/firmware/dsl-fw-${fwannex}.bin -f /lib/firmware/ModemHWE.bin
} }
# #
Loading…
Cancel
Save