e7df5afeb9
Prepare for the merge of audio and video packages. Many packages cannot properly be assigned to either audio or video, because they have support for both (libogg, mplayer, vlc). Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
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
|
|
|