From 1f76a5f991f1c25e134a30282acef864bcb79864 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sat, 24 Feb 2018 11:35:04 +0100 Subject: [PATCH] yate: add DAHDI support Signed-off-by: Sebastian Kemper --- net/yate/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/yate/Makefile b/net/yate/Makefile index 0ad7319..376970c 100644 --- a/net/yate/Makefile +++ b/net/yate/Makefile @@ -91,8 +91,7 @@ TARGET_CFLAGS += $(TARGET_CPPFLAGS) CONFIGURE_ARGS+= \ $(if $(CONFIG_x86_64),--enable-sse2) \ --disable-sctp \ - --disable-dahdi \ - --disable-zaptel \ + $(if $(CONFIG_PACKAGE_$(PKG_NAME)-mod-zapcard),,--disable-dahdi --disable-zaptel) \ --disable-wpcard \ --disable-tdmcard \ --disable-wanpipe \ @@ -284,5 +283,6 @@ $(eval $(call BuildPlugin,ysipchan,,SIP Channel,,,y)) $(eval $(call BuildPlugin,ysnmpagent,server,SNMP Protocol Agent,,/usr/share/yate/data/NULL-TEAM-MIB.txt /usr/share/yate/data/snmp_mib.conf /usr/share/yate/data/YATE-MIB.txt,y)) $(eval $(call BuildPlugin,ysockschan,,SOCKS Channel,,,y)) $(eval $(call BuildPlugin,ystunchan,,STUN Support,,,y)) +$(eval $(call BuildPlugin,zapcard,server,Zaptel PRI/TDM/FXS/FXO cards,@!aarch64 +kmod-dahdi,,y)) $(eval $(call BuildPlugin,zlibcompress,,Zlib Compression,+zlib,,y)) -- 2.30.2