You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable broken pritap module as it never actually worked.
This module is based on a FORK of libpri [1] that have
all the extra symbol.
So the module probably never worked on loading it
with the wrong library.
[1] https://github.com/ajpaul25/libpri
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
$(eval $(call Package/libfreetdm/FTModule,analog,Analog,Offers generic FXO/FXS support for any type of card supported by FreeTDM.,))
148
148
$(eval $(call Package/libfreetdm/FTModule,analog_em,Analog EM,Offers generic E&M signaling for any type of card supported by FreeTDM.,))
149
149
$(eval $(call Package/libfreetdm/FTModule,libpri,LibPRI,Offers support for PRI lines using the open source libpri stack for any\ntype of card supported by FreeTDM. Supports both PRI and BRI signalling.,+libpri @!aarch64))
150
-
$(eval $(call Package/libfreetdm/FTModule,pritap,PRI tapping,This module is used to tap PRI lines.,+libfreetdm-ftmod-libpri))
150
+
# It seems pritap has always been broken and never worked.
151
+
# This module is based on a FORK of libpri (https://github.com/ajpaul25/libpri) that have
152
+
# all the extra symbol. So the module probably never worked on loading it with the wrong library.
153
+
# Disable this to fix compilation of freetdm.
154
+
# $(eval $(call Package/libfreetdm/FTModule,pritap,PRI tapping,This module is used to tap PRI lines.,+libfreetdm-ftmod-libpri))
151
155
$(eval $(call Package/libfreetdm/FTModule,skel,Skeleton,ftmod_skel is an example module.,))
152
156
$(eval $(call Package/libfreetdm/FTModule,zt,DAHDI I/O,This module supports the DAHDI interface. The DAHDI interface is used by\nseveral hardware vendors.,))
0 commit comments