Config.in 674 B

12345678910111213141516171819
  1. config BR2_PACKAGE_DAHDI_TOOLS
  2. bool "dahdi-tools"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. depends on BR2_LINUX_KERNEL # dahdi-linux
  5. depends on BR2_USE_MMU # perl
  6. select BR2_PACKAGE_DAHDI_LINUX
  7. select BR2_PACKAGE_PERL
  8. help
  9. DAHDI (Digium/Asterisk Hardware Device Interface) is the open
  10. source device interface technology used to control Digium and
  11. other legacy telephony interface cards.
  12. DAHDI Tools is a package of utilities for managing and
  13. monitoring DAHDI devices.
  14. http://www.asterisk.org/downloads/dahdi
  15. comment "dahdi-tools needs a toolchain w/ threads and a Linux kernel to be built"
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LINUX_KERNEL