76235a15b3
Moved all audio packages into a subdir called audio. I then created a Config.in and made sure that a audio.mk existed. Daniel Laird
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
|
|
|