mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-13 23:33:32 +08:00
package/asterisk: add support for SS7
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
7c3b714f35
commit
66e632f77c
@ -87,7 +87,6 @@ ASTERISK_CONF_OPTS = \
|
||||
--without-sdl \
|
||||
--without-SDL_image \
|
||||
--without-spandsp \
|
||||
--without-ss7 \
|
||||
--without-sqlite \
|
||||
--without-suppserv \
|
||||
--without-tds \
|
||||
@ -197,8 +196,16 @@ endif
|
||||
ifeq ($(BR2_PACKAGE_DAHDI_LINUX)$(BR2_PACKAGE_DAHDI_TOOLS),yy)
|
||||
ASTERISK_DEPENDENCIES += dahdi-linux dahdi-tools
|
||||
ASTERISK_CONF_OPTS += --with-dahdi --with-tonezone
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBSS7),y)
|
||||
ASTERISK_DEPENDENCIES += libss7
|
||||
ASTERISK_CONF_OPTS += --with-ss7
|
||||
else
|
||||
ASTERISK_CONF_OPTS += --without-dahdi --without-tonezone
|
||||
ASTERISK_CONF_OPTS += --without-ss7
|
||||
endif # SS7
|
||||
|
||||
else
|
||||
ASTERISK_CONF_OPTS += --without-dahdi --without-tonezone --without-ss7
|
||||
endif # DAHDI
|
||||
|
||||
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
||||
|
Loading…
Reference in New Issue
Block a user