blob: e20eb5ac22b3f80993abcc32af626d2cb1b6d3a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config BR2_PACKAGE_ASTERISK
bool "asterisk"
select BR2_PACKAGE_NCURSES
select BR2_PACKAGE_ZLIB
depends on BR2_PACKAGE_OPENSSL
depends on BR2_PACKAGE_MPG123
help
Asterisk - the Open Source PBX
comment "asterisk - disabled (required openssl and mpg123)"
depends on !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
|