Config.in 575 B

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