Author: blogic Date: 2015-04-01 10:31:33 +0200 (Wed, 01 Apr 2015) New Revision: 45206
Modified: trunk/package/kernel/linux/modules/other.mk Log: modules: package line echo canceller module ...so we can go ahead cleaning up dahdi-linux Signed-off-by: Daniel Golle <[email protected]> Modified: trunk/package/kernel/linux/modules/other.mk =================================================================== --- trunk/package/kernel/linux/modules/other.mk 2015-04-01 08:31:26 UTC (rev 45205) +++ trunk/package/kernel/linux/modules/other.mk 2015-04-01 08:31:33 UTC (rev 45206) @@ -963,3 +963,19 @@ 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)) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
