summaryrefslogtreecommitdiff
path: root/package/multimedia/asterisk/Config.in
blob: 581ec91127b96acb13c6457fba79ad4f42853183 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
comment "asterisk	- is currently broken due to a bad patch"
	depends on BR2_PACKAGE_ASTERISK

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