2010-03-31 14:12:33 +03:00
|
|
|
#
|
2011-02-01 16:32:25 +02:00
|
|
|
# Copyright (C) 2011 OpenWrt.org
|
2010-03-31 14:12:33 +03: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:=drv_vmmc
|
2011-02-01 16:32:25 +02:00
|
|
|
PKG_VERSION:=1.9.0
|
2010-05-24 00:55:40 +03:00
|
|
|
PKG_RELEASE:=2
|
2010-03-31 14:12:33 +03:00
|
|
|
|
2011-02-01 16:32:25 +02:00
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
|
PKG_MD5SUM:=d8eee8cba0edb28974cc1f8532e3bd18
|
2010-03-31 14:12:33 +03:00
|
|
|
PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources
|
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk
|
|
|
|
|
2011-02-01 16:32:25 +02:00
|
|
|
define KernelPackage/ltq-vmmc
|
2010-03-31 14:12:33 +03:00
|
|
|
SUBMENU:=Voice over IP
|
|
|
|
TITLE:=TAPI LL driver for Voice Macro
|
|
|
|
URL:=http://www.lantiq.com/
|
2011-11-03 17:16:25 +02:00
|
|
|
DEPENDS:=+kmod-ltq-tapi @(TARGET_lantiq_danube||TARGET_lantiq_falcon||TARGET_lantiq_falcon_stable)
|
2010-07-12 17:06:13 +03:00
|
|
|
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.ko
|
2010-03-31 14:12:33 +03:00
|
|
|
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
|
2011-02-01 16:32:25 +02:00
|
|
|
MAINTAINER:=John Crispin <blogic@openwrt.org>
|
2010-03-31 14:12:33 +03:00
|
|
|
endef
|
|
|
|
|
2011-02-01 16:32:25 +02:00
|
|
|
define KernelPackage/ltq-vmmc/description
|
2010-03-31 14:12:33 +03:00
|
|
|
Voice Subsystem Low Level Driver for Danube, AR9, VR9 device families
|
|
|
|
endef
|
|
|
|
|
2011-02-01 16:32:25 +02:00
|
|
|
define KernelPackage/ltq-vmmc/config
|
2010-04-16 14:07:18 +03:00
|
|
|
source "$(SOURCE)/Config.in"
|
2010-03-31 14:12:33 +03:00
|
|
|
endef
|
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
ARCH=$(LINUX_KARCH) \
|
|
|
|
--enable-linux-26 \
|
|
|
|
--enable-kernelbuild="$(LINUX_DIR)" \
|
|
|
|
--enable-kernelincl="$(LINUX_DIR)/include" \
|
|
|
|
--enable-tapiincl="$(STAGING_DIR)/usr/include/drv_tapi" \
|
|
|
|
--with-ifxos-incl=$(STAGING_DIR)/usr/include/ifxos \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_VMMC_EVENT_LOGGER,el-debug) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_VMMC_PMC,pmc) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_VMMC_DISABLE_DECT_NIBBLE_SWAP,dect-nibble-swap) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_FAX,fax t38) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_CID,cid) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_DECT,dect) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_KPI,kpi) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_LT_GR909,lt calibration) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_HDLC,hdlc) \
|
|
|
|
$(call autoconf_bool,CONFIG_VOICE_CPE_TAPI_TRACES,trace)
|
|
|
|
|
|
|
|
ifneq ($(CONFIG_VOICE_CPE_VMMC_MPS_HISTORY_SIZE),128)
|
|
|
|
CONFIGURE_ARGS += --enable-history-buf=$(CONFIG_VOICE_CPE_VMMC_MPS_HISTORY_SIZE)
|
|
|
|
endif
|
|
|
|
|
|
|
|
#defaults
|
|
|
|
FW_URL:=http://localhost/
|
|
|
|
FW_TARGET:=ifx_firmware.bin
|
|
|
|
FW_FILE:=fw_voip_ifx.tar.gz
|
|
|
|
COEF_TARGET:=ifx_bbd_fxs.bin
|
|
|
|
COEF_FILE:=coef_voip_ifx.tar.gz
|
|
|
|
|
2010-04-01 00:12:20 +03:00
|
|
|
FW_DIR:=lib/firmware
|
2010-03-31 14:12:33 +03:00
|
|
|
|
|
|
|
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_DANUBE),y)
|
|
|
|
CONFIGURE_ARGS += --with-device=DANUBE
|
2010-08-06 18:49:42 +03:00
|
|
|
FW_SOURCE:=voip_R12.1.0.1.0-enc.bin
|
2010-03-31 14:12:33 +03:00
|
|
|
FW_TARGET:=danube_firmware.bin
|
|
|
|
FW_FILE=fw_voip_danube-12.1.0.1.0.tar.gz
|
|
|
|
FW_MD5SUM:=51868b88dee9dbc65d3dbba355ded91c
|
2011-03-11 23:11:37 +02:00
|
|
|
FW_DOWNLOAD:=1
|
2011-04-04 10:37:32 +03:00
|
|
|
COEF_SRC:=danube_bbd_fxs.bin
|
2010-03-31 14:12:33 +03:00
|
|
|
COEF_TARGET:=danube_bbd_fxs.bin
|
|
|
|
COEF_FILE:=coef_voip_danube-0.9.0.tar.gz
|
|
|
|
COEF_MD5SUM:=c8ac6592b304b03829a8123560e15710
|
2011-03-11 23:11:37 +02:00
|
|
|
COEF_DOWNLOAD:=1
|
2010-03-31 14:12:33 +03:00
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_AR9),y)
|
|
|
|
CONFIGURE_ARGS += --with-device=AR9
|
|
|
|
# TODO: add fw/coef
|
|
|
|
endif
|
|
|
|
|
2011-07-03 20:38:41 +03:00
|
|
|
COEF_SRC:=$(COEF_TARGET)
|
|
|
|
|
|
|
|
ifeq ($(CONFIG_VOICE_VMMC_WITH_DEVICE_FALCON),y)
|
|
|
|
CONFIGURE_ARGS += --with-device=FALCON
|
|
|
|
FW_SOURCE:=voip_R1.1.0.6.0-enc.bin
|
|
|
|
FW_MD5SUM:=cd4366a52a8010b76793e3810a4f14b3
|
|
|
|
FW_TARGET:=falcon_voip_fw.bin
|
|
|
|
FW_FILE=fw_voip_falcon-1.1.0.6.0.tar.gz
|
|
|
|
FW_DOWNLOAD:=1
|
|
|
|
COEF_TARGET:=falcon_bbd.bin
|
|
|
|
# FXS part
|
|
|
|
ifeq ($(CONFIG_LTQ_VOICE_CPE_VMMC_COEF_FALCON_ETSI),y)
|
|
|
|
COEF_SRC:=ETSI_3_10.BIN
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_LTQ_VOICE_CPE_VMMC_COEF_FALCON_US600R),y)
|
|
|
|
COEF_SRC:=R600_3_10.BIN
|
|
|
|
endif
|
|
|
|
ifeq ($(CONFIG_LTQ_VOICE_CPE_VMMC_COEF_FALCON_USE_CUSTOM_FILE),y)
|
|
|
|
COEF_SRC:=$(CONFIG_LTQ_VOICE_CPE_VMMC_COEF_FALCON_CUSTOM_FILE)
|
|
|
|
endif
|
|
|
|
COEF_FILE:=coef_voip_falcon.tar.gz
|
|
|
|
COEF_MD5SUM:=56c5a838f2bb9bd87d0e8dce271f810b
|
|
|
|
COEF_DOWNLOAD:=1
|
|
|
|
endif
|
|
|
|
|
2010-03-31 14:12:33 +03:00
|
|
|
ifeq ($(CONFIG_VOICE_CPE_VMMC_WITH_DEVICE_VR9),y)
|
|
|
|
CONFIGURE_ARGS += --with-device=VR9
|
|
|
|
# TODO: add fw/coef
|
|
|
|
endif
|
|
|
|
|
|
|
|
define Download/firmware
|
|
|
|
FILE:=$(FW_FILE)
|
|
|
|
URL:=$(FW_URL)
|
|
|
|
MD5SUM:=$(FW_MD5SUM)
|
|
|
|
endef
|
2011-03-11 23:11:37 +02:00
|
|
|
$(eval $(if $(FW_DOWNLOAD),$(call Download,firmware)))
|
2010-03-31 14:12:33 +03:00
|
|
|
|
|
|
|
define Download/coef
|
|
|
|
FILE:=$(COEF_FILE)
|
|
|
|
URL:=$(FW_URL)
|
|
|
|
MD5SUM:=$(COEF_MD5SUM)
|
|
|
|
endef
|
2011-03-11 23:11:37 +02:00
|
|
|
$(eval $(if $(COEF_DOWNLOAD),$(call Download,coef)))
|
2010-03-31 14:12:33 +03:00
|
|
|
|
|
|
|
define Build/Configure
|
|
|
|
rm -rf \
|
|
|
|
$(PKG_BUILD_DIR)/coef \
|
|
|
|
$(PKG_BUILD_DIR)/firmware
|
|
|
|
mkdir -p \
|
|
|
|
$(PKG_BUILD_DIR)/coef \
|
|
|
|
$(PKG_BUILD_DIR)/firmware
|
|
|
|
$(TAR) -C $(PKG_BUILD_DIR)/firmware -xvzf $(DL_DIR)/$(FW_FILE)
|
|
|
|
$(TAR) -C $(PKG_BUILD_DIR)/coef -xvzf $(DL_DIR)/$(COEF_FILE)
|
|
|
|
(cd $(PKG_BUILD_DIR); aclocal && autoconf && automake)
|
|
|
|
$(call Build/Configure/Default)
|
|
|
|
endef
|
|
|
|
|
2011-07-06 22:02:27 +03:00
|
|
|
define Build/InstallDev
|
2010-03-31 14:12:33 +03:00
|
|
|
$(INSTALL_DIR) $(1)/usr/include
|
|
|
|
mkdir -p $(1)/usr/include/drv_vmmc
|
|
|
|
$(CP) -v --dereference $(PKG_BUILD_DIR)/include/* $(1)/usr/include/drv_vmmc
|
|
|
|
(cd $(1)/usr/include/drv_vmmc && ln -snf . include)
|
2011-07-06 22:02:27 +03:00
|
|
|
endef
|
2010-03-31 14:12:33 +03:00
|
|
|
|
2011-07-06 22:02:27 +03:00
|
|
|
define KernelPackage/ltq-vmmc/install
|
2010-03-31 14:12:33 +03:00
|
|
|
$(INSTALL_DIR) $(1)/etc/init.d $(1)/$(FW_DIR)
|
|
|
|
$(INSTALL_BIN) ./files/vmmc.init $(1)/etc/init.d/vmmc
|
2010-08-06 18:49:42 +03:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/firmware/$(FW_SOURCE) $(1)/$(FW_DIR)/$(FW_TARGET)
|
2011-03-29 08:17:10 +03:00
|
|
|
$(CP) $(PKG_BUILD_DIR)/coef/$(COEF_SRC) $(1)/$(FW_DIR)/$(COEF_TARGET)
|
2011-07-06 22:02:27 +03:00
|
|
|
endef
|
2010-03-31 14:12:33 +03:00
|
|
|
|
2011-02-01 16:32:25 +02:00
|
|
|
$(eval $(call KernelPackage,ltq-vmmc))
|