kumquat-buildroot/package/asterisk/Config.in
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

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