mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
Make asterisk depend on packets, instead of selecting them
This commit is contained in:
@@ -3,8 +3,11 @@ config BR2_PACKAGE_ASTERISK
|
||||
default n
|
||||
select BR2_PACKAGE_NCURSES
|
||||
select BR2_PACKAGE_ZLIB
|
||||
select BR2_PACKAGE_OPENSSL
|
||||
select BR2_PACKAGE_MPG123
|
||||
depends BR2_PACKAGE_OPENSSL
|
||||
depends BR2_PACKAGE_MPG123
|
||||
help
|
||||
Asterisk - the Open Source PBX
|
||||
|
||||
comment "asterisk - disabled (required openssl and mpg123)"
|
||||
depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
|
||||
|
||||
|
||||
Reference in New Issue
Block a user