Commit f0b7a36c authored by Ulf Samuelsson's avatar Ulf Samuelsson
Browse files

Make asterisk depend on packets, instead of selecting them

parent 6532fc0b
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -3,8 +3,11 @@ config BR2_PACKAGE_ASTERISK
	default n
	select BR2_PACKAGE_NCURSES
	select BR2_PACKAGE_ZLIB
	select BR2_PACKAGE_OPENSSL
	select BR2_PACKAGE_MPG123
	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