modules: package line echo canceller module

...so we can go ahead cleaning up dahdi-linux

Signed-off-by: Daniel Golle <daniel@makrotopia.org>

SVN-Revision: 45206
This commit is contained in:
John Crispin 2015-04-01 08:31:33 +00:00
parent e078fbdacf
commit 66c742b621
1 changed files with 16 additions and 0 deletions

View File

@ -963,3 +963,19 @@ define KernelPackage/gpio-beeper/description
endef
$(eval $(call KernelPackage,gpio-beeper))
define KernelPackage/echo
SUBMENU:=$(OTHER_MENU)
TITLE:=Line Echo Canceller
KCONFIG:=CONFIG_ECHO
FILES:=$(LINUX_DIR)/drivers/misc/echo/echo.ko
AUTOLOAD:=$(call AutoLoad,50,echo)
endef
define KernelPackage/echo/description
This driver provides line echo cancelling support for mISDN and
DAHDI drivers
endef
$(eval $(call KernelPackage,echo))