2013-03-14 18:43:13 +00:00
|
|
|
# Copyright (C) 2010 OpenWrt.org
|
2016-08-26 22:07:43 +00:00
|
|
|
# Copyright (C) 2015-2016 Lantiq Beteiligungs GmbH & Co KG.
|
2013-03-14 18:43:13 +00:00
|
|
|
#
|
|
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
|
|
# See /LICENSE for more information.
|
|
|
|
|
|
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
include $(INCLUDE_DIR)/kernel.mk
|
|
|
|
|
|
|
|
PKG_NAME:=ltq-vdsl-app
|
2016-08-26 22:07:43 +00:00
|
|
|
PKG_VERSION:=4.17.18.6
|
2018-01-06 17:38:35 +00:00
|
|
|
PKG_RELEASE:=2
|
2015-11-24 20:41:30 +00:00
|
|
|
PKG_BASE_NAME:=dsl_cpe_control
|
|
|
|
PKG_SOURCE:=$(PKG_BASE_NAME)_vrx-$(PKG_VERSION).tar.gz
|
|
|
|
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
|
2016-12-16 16:32:10 +00:00
|
|
|
PKG_HASH:=da8bb929526a61aea0e153ef524331fcd472a1ebbc6d88ca017735a4f82ece02
|
2015-09-14 20:09:22 +00:00
|
|
|
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_BASE_NAME)-$(PKG_VERSION)
|
2014-11-02 12:20:54 +00:00
|
|
|
PKG_LICENSE:=BSD-2-Clause
|
2013-03-14 18:43:13 +00:00
|
|
|
|
2018-01-07 19:41:06 +00:00
|
|
|
PKG_BUILD_DEPENDS:=ltq-vdsl
|
2013-03-14 18:43:13 +00:00
|
|
|
|
2018-03-03 00:21:08 +00:00
|
|
|
PKG_ASLR_PIE:=0
|
2016-04-26 21:09:12 +00:00
|
|
|
PKG_FLAGS:=nonshared
|
|
|
|
|
2013-03-14 18:43:13 +00:00
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
|
|
|
define Package/ltq-vdsl-app
|
|
|
|
SECTION:=net
|
|
|
|
CATEGORY:=Network
|
|
|
|
TITLE:=Lantiq VDSL userland tool
|
|
|
|
URL:=http://www.lantiq.com/
|
2018-01-06 17:38:35 +00:00
|
|
|
DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt
|
2013-03-14 18:43:13 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
define Package/ltq-vdsl-app/description
|
|
|
|
Userland tool needed to control Lantiq VDSL CPE
|
|
|
|
endef
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--enable-vrx \
|
2015-12-13 17:04:12 +00:00
|
|
|
--enable-vrx-device=vr9 \
|
2013-03-14 18:43:13 +00:00
|
|
|
--enable-driver-include="-I$(STAGING_DIR)/usr/include/drv_vdsl_cpe_api" \
|
|
|
|
--enable-device-driver-include="-I$(STAGING_DIR)/usr/include/vdsl/" \
|
|
|
|
--enable-ifxos \
|
|
|
|
--enable-ifxos-include="-I$(STAGING_DIR)/usr/include/ifxos" \
|
|
|
|
--enable-ifxos-library="-I$(STAGING_DIR)/usr/lib" \
|
2015-12-13 17:04:12 +00:00
|
|
|
--enable-add-appl-cflags="-DMAX_CLI_PIPES=1" \
|
2015-12-13 17:04:02 +00:00
|
|
|
--enable-debug \
|
2015-12-13 17:04:12 +00:00
|
|
|
--disable-dti \
|
|
|
|
--with-channels-per-line="1" \
|
2013-03-14 18:43:13 +00:00
|
|
|
|
2015-12-04 20:26:17 +00:00
|
|
|
#CONFIGURE_ARGS += --enable-model=full
|
2013-03-14 18:43:13 +00:00
|
|
|
#CONFIGURE_ARGS += --enable-model=lite
|
|
|
|
#CONFIGURE_ARGS += --enable-model=footprint
|
2015-12-13 17:04:12 +00:00
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--enable-model=typical \
|
|
|
|
--enable-dsl-pm-showtime \
|
|
|
|
--disable-dsl-ceoc
|
2013-03-14 18:43:13 +00:00
|
|
|
#CONFIGURE_ARGS += --enable-model=debug
|
|
|
|
|
|
|
|
define Package/ltq-vdsl-app/install
|
2018-01-06 17:38:35 +00:00
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d $(1)/sbin $(1)/etc/hotplug.d/dsl
|
2013-03-14 18:43:13 +00:00
|
|
|
$(INSTALL_BIN) ./files/dsl_control $(1)/etc/init.d/
|
2017-08-03 07:44:21 +00:00
|
|
|
$(INSTALL_BIN) ./files/10_atm.sh $(1)/etc/hotplug.d/dsl
|
|
|
|
$(INSTALL_BIN) ./files/10_ptm.sh $(1)/etc/hotplug.d/dsl
|
2013-03-14 18:43:13 +00:00
|
|
|
|
|
|
|
$(INSTALL_BIN) $(PKG_BUILD_DIR)/src/dsl_cpe_control $(1)/sbin/vdsl_cpe_control
|
2015-11-24 20:41:18 +00:00
|
|
|
$(INSTALL_BIN) ./files/dsl_cpe_pipe.sh $(1)/sbin/
|
2013-03-14 18:43:13 +00:00
|
|
|
endef
|
|
|
|
|
|
|
|
$(eval $(call BuildPackage,ltq-vdsl-app))
|