]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blob - package/libpri/Config.in
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / libpri / Config.in
1 config BR2_PACKAGE_LIBPRI
2         bool "libpri"
3         depends on BR2_USE_MMU # fork()
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           libpri is an open source library that encapsulates the
10           protocols used to communicate over ISDN Primary Rate
11           Interfaces (T1, E1, J1).
12
13           http://www.asterisk.org/downloads/libpri
14
15 comment "libpri needs a kernel to be built"
16         depends on BR2_USE_MMU
17         depends on !BR2_LINUX_KERNEL
18
19 comment "libpri needs a toolchain w/ threads"
20         depends on BR2_USE_MMU
21         depends on !BR2_TOOLCHAIN_HAS_THREADS