2017-09-09 23:39:27 +02:00
|
|
|
config BR2_PACKAGE_DAHDI_TOOLS
|
|
|
|
bool "dahdi-tools"
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_LINUX_KERNEL # dahdi-linux
|
|
|
|
depends on BR2_USE_MMU # perl
|
|
|
|
select BR2_PACKAGE_DAHDI_LINUX
|
|
|
|
select BR2_PACKAGE_PERL
|
|
|
|
help
|
|
|
|
DAHDI (Digium/Asterisk Hardware Device Interface) is the open
|
|
|
|
source device interface technology used to control Digium and
|
|
|
|
other legacy telephony interface cards.
|
|
|
|
|
|
|
|
DAHDI Tools is a package of utilities for managing and
|
|
|
|
monitoring DAHDI devices.
|
|
|
|
|
|
|
|
http://www.asterisk.org/downloads/dahdi
|
|
|
|
|
2018-08-17 11:43:15 +02:00
|
|
|
comment "dahdi-tools needs a toolchain w/ threads and a Linux kernel to be built"
|
2017-09-09 23:39:27 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LINUX_KERNEL
|