kumquat-buildroot/package/dahdi-tools/Config.in
Yann E. MORIN 164df08b75 package/dahdi-tools: new package
Also provides libraries, so install in staging as well.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
[Arnout: add hashes for license files]
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
2017-09-23 19:20:18 +02:00

24 lines
805 B
Plaintext

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
# Two comments, otherwise it may not fit in menuconfig for narrow terminals
comment "dahdi-tools needs a toolchain w/ threads"
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LINUX_KERNEL
comment "dahdi-tools needs a Linux kernel to be built"
depends on !BR2_LINUX_KERNEL