mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
Make asterisk depend on packets, instead of selecting them
This commit is contained in:
parent
6532fc0b12
commit
f0b7a36c30
@ -3,8 +3,11 @@ config BR2_PACKAGE_ASTERISK
|
|||||||
default n
|
default n
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
select BR2_PACKAGE_ZLIB
|
select BR2_PACKAGE_ZLIB
|
||||||
select BR2_PACKAGE_OPENSSL
|
depends BR2_PACKAGE_OPENSSL
|
||||||
select BR2_PACKAGE_MPG123
|
depends BR2_PACKAGE_MPG123
|
||||||
help
|
help
|
||||||
Asterisk - the Open Source PBX
|
Asterisk - the Open Source PBX
|
||||||
|
|
||||||
|
comment "asterisk - disabled (required openssl and mpg123)"
|
||||||
|
depends !BR2_PACKAGE_OPENSSL || ! BR2_PACKAGE_MPG123
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user