1*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBSS7 2*4882a593Smuzhiyun bool "libss7" 3*4882a593Smuzhiyun depends on BR2_USE_MMU # dahdi-tools <- perl 4*4882a593Smuzhiyun depends on BR2_LINUX_KERNEL 5*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 6*4882a593Smuzhiyun select BR2_PACKAGE_DAHDI_LINUX 7*4882a593Smuzhiyun select BR2_PACKAGE_DAHDI_TOOLS 8*4882a593Smuzhiyun help 9*4882a593Smuzhiyun libss7 is an open source library that encapsulates the 10*4882a593Smuzhiyun protocols used to communicate using Signaling System 7 11*4882a593Smuzhiyun over ISDN (T1, E1). 12*4882a593Smuzhiyun 13*4882a593Smuzhiyun http://www.asterisk.org/downloads/libss7 14*4882a593Smuzhiyun 15*4882a593Smuzhiyuncomment "libss7 needs a kernel to be built" 16*4882a593Smuzhiyun depends on !BR2_LINUX_KERNEL 17*4882a593Smuzhiyun 18*4882a593Smuzhiyuncomment "libss7 needs a toolchain w/ threads" 19*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 20