Skip to content

Commit

Permalink
dahdi-linux: add support for HFC-S PCI BRI adapters
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  • Loading branch information
dangowrt committed Feb 18, 2015
1 parent 72919ac commit fa31ad6
Show file tree
Hide file tree
Showing 2 changed files with 2,761 additions and 0 deletions.
15 changes: 15 additions & 0 deletions libs/dahdi-linux/Makefile
Expand Up @@ -51,6 +51,20 @@ define KernelPackage/dahdi-echocan-oslec/description
This package contains DAHDI OSLEC echo canceller support.
endef

define KernelPackage/dahdi-hfcs
SUBMENU:=Voice over IP
TITLE:=DAHDI driver for HFC-S PCI
DEPENDS:=@PCI_SUPPORT kmod-dahdi
URL:=http://sourceforge.net/projects/dahdi-hfcs/
FILES:= $(PKG_BUILD_DIR)/drivers/dahdi/hfcs/dahdi_hfcs.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoProbe,dahdi_hfcs)
endef

define KernelPackage/dahdi-hfcs/description
This package contains DAHDI driver for HFC-S based PCI BRI adapters.
endef


define Build/Configure
endef

Expand Down Expand Up @@ -89,3 +103,4 @@ endef

$(eval $(call KernelPackage,dahdi))
$(eval $(call KernelPackage,dahdi-echocan-oslec))
$(eval $(call KernelPackage,dahdi-hfcs))

0 comments on commit fa31ad6

Please sign in to comment.