Yann E. MORIN | a77f356 | 2017-09-09 23:39:32 +0200 | [diff] [blame] | 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 | |
Fabrice Fontaine | 0730b8b | 2022-01-08 17:50:03 +0100 | [diff] [blame] | 15 | comment "libpri needs a Linux kernel to be built" |
Yann E. MORIN | a77f356 | 2017-09-09 23:39:32 +0200 | [diff] [blame] | 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 |