diff options
Diffstat (limited to 'package/opensips')
-rw-r--r-- | package/opensips/Config.in | 196 | ||||
-rw-r--r-- | package/opensips/Makefile | 1 |
2 files changed, 1 insertions, 196 deletions
diff --git a/package/opensips/Config.in b/package/opensips/Config.in deleted file mode 100644 index 31c565218..000000000 --- a/package/opensips/Config.in +++ /dev/null @@ -1,196 +0,0 @@ -#menu "opensips........................... Configurable, free SIP server" - -config ADK_PACKAGE_OPENSIPS - prompt "opensips........................... Configurable, free SIP server" - tristate - default n - select ADK_PACKAGE_LIBOPENSSL - help - Open SIP Express Router (OpenSER) is a high-performance, - configurable, free SIP server. - -config ADK_PACKAGE_OPENSIPS_MOD_ACCOUNTING - prompt "opensips-mod-acc............... Accounting support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable accounting support - -config ADK_PACKAGE_OPENSIPS_MOD_AUTH - prompt "opensips-mod-auth.............. Authentication support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable authentication support - -config ADK_PACKAGE_OPENSIPS_MOD_AUTH_DB - prompt "opensips-mod-auth-db......... Authentication with database support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS_MOD_AUTH - help - Enable authentication with database support - -config ADK_PACKAGE_OPENSIPS_MOD_AVPOPS - prompt "opensips-mod-avpops............ AVP options support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable AVP options support - -config ADK_PACKAGE_OPENSIPS_MOD_DISPATCHER - prompt "opensips-mod-dispatcher........ dispatcher support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable dispatcher options support - -config ADK_PACKAGE_OPENSIPS_MOD_DIVERSION - prompt "opensips-mod-diversion......... diversion support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable diversion options support - -config ADK_PACKAGE_OPENSIPS_MOD_FLATSTORE - prompt "opensips-mod-flatstore......... flatstore support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable flatstore support - -config ADK_PACKAGE_OPENSIPS_MOD_GFLAGS - prompt "opensips-mod-gflags............ gflags support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable GFlags support - -config ADK_PACKAGE_OPENSIPS_MOD_GROUP - prompt "opensips-mod-group............. group support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable group support - -config ADK_PACKAGE_OPENSIPS_MOD_MEDIAPROXY - prompt "opensips-mod-mediaproxy........ Mediaproxy support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable mediaproxy support - -config ADK_PACKAGE_OPENSIPS_MOD_MSILO - prompt "opensips-mod-msilo............. MSilo support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable msilo support - -config ADK_PACKAGE_OPENSIPS_MOD_NATHELPER - prompt "opensips-mod-nathelper......... NAT helper support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - NAT helper support - -config ADK_PACKAGE_OPENSIPS_MOD_OPTIONS - prompt "opensips-mod-options........... options support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable options support - -config ADK_PACKAGE_OPENSIPS_MOD_PDT - prompt "opensips-mod-pdt............... PDT support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable pdt support - -config ADK_PACKAGE_OPENSIPS_MOD_PERMISSIONS - prompt "opensips-mod-permissions....... Permissions support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable permissions support - -config ADK_PACKAGE_OPENSIPS_MOD_PIKE - prompt "opensips-mod-pike.............. PIKE support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable pike support - -config ADK_PACKAGE_OPENSIPS_MOD_SMS - prompt "opensips-mod-sms............... SMS support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - SMS support - -config ADK_PACKAGE_OPENSIPS_MOD_SPEEDDIAL - prompt "opensips-mod-speeddial......... Speed Dial support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Speed Dial support - -config ADK_PACKAGE_OPENSIPS_MOD_UAC - prompt "opensips-mod-uac............... UAC support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable UAC support - -config ADK_PACKAGE_OPENSIPS_MOD_UAC_REDIRECT - prompt "opensips-mod-uac............... UAC redirect support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable UAC redirect support - -config ADK_PACKAGE_OPENSIPS_MOD_URI - prompt "opensips-mod-uri............... URI support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable URI support - -config ADK_PACKAGE_OPENSIPS_MOD_URI_DB - prompt "opensips-mod-uri-db............ URI database support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Enable URI database support - -config ADK_PACKAGE_OPENSIPS_MOD_XLOG - prompt "opensips-mod-xlog.............. Logging support" - tristate - default n - depends on ADK_PACKAGE_OPENSIPS - help - Logging support - -#endmenu diff --git a/package/opensips/Makefile b/package/opensips/Makefile index 142570f14..e49516e02 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -6,6 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= opensips PKG_VERSION:= 1.5.1 PKG_RELEASE:= 1 +PKG_BUILDDEP+= openssl PKG_MD5SUM:= 87c6fe40c143775d6a1be1beb75c3eb2 PKG_DESCR:= a high-performance, configurable, free SIP server PKG_SECTION:= net |