summaryrefslogtreecommitdiffstats
path: root/package/asterisk/Config.in
blob: 1a35546e7a2fb87ef304132441ce16df28aac97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_ASTERISK
	bool "asterisk"
	default n
	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