summaryrefslogtreecommitdiffstats
path: root/package/asterisk/Config.in
blob: 36238debbd262b62cc37c042f51f96b05dad2fee (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 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