summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorMatthew Jordan <mjordan@digium.com>2012-08-18 01:14:42 +0000
committerMatthew Jordan <mjordan@digium.com>2012-08-18 01:14:42 +0000
commit294365edd29d7ecadbf38253d1936c37fb73aa0c (patch)
tree0d12b8f22cceb305e68cb0ea31d395dafd0af389 /res
parenteedab0744b622dfa902b57f83a4a20670c3ce437 (diff)
Update module support level on a variety of modules and compiler options
Some core support modules and compiler options were no longer tagged with a module support level. This patch adds 'core' back to those options. Note that this patch modifies a few of the patches provided by Andrew Latham slightly. res_curl and res_fax are both 'core' supported modules. (closes issue ASTERISK-20215) Reported by: Andrew Latham Tested by: mjordan Patches: astcanary.diff (license #5985) uploaded by Andrew Latham cflagsxml.diff (license #5985) uploaded by Andrew Latham curl_fax.diff (license #5985) uploaded by Andrew Latham soundsxml.diff (license #5985) uploaded by Andrew Latham ........ Merged revisions 371507 from http://svn.asterisk.org/svn/asterisk/branches/11 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@371508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res')
-rw-r--r--res/res_curl.c1
-rw-r--r--res/res_fax.c5
2 files changed, 2 insertions, 4 deletions
diff --git a/res/res_curl.c b/res/res_curl.c
index 411c06e11..08e6aa139 100644
--- a/res/res_curl.c
+++ b/res/res_curl.c
@@ -28,6 +28,7 @@
/*** MODULEINFO
<depend>curl</depend>
+ <support_level>core</support_level>
***/
#include "asterisk.h"
diff --git a/res/res_fax.c b/res/res_fax.c
index 50c1c368d..900f21f66 100644
--- a/res/res_fax.c
+++ b/res/res_fax.c
@@ -36,6 +36,7 @@
/*** MODULEINFO
<conflict>app_fax</conflict>
+ <support_level>core</support_level>
***/
/*! \file
@@ -53,10 +54,6 @@
* \ingroup applications
*/
-/*** MODULEINFO
- <support_level>core</support_level>
- ***/
-
#include "asterisk.h"
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")