summaryrefslogtreecommitdiff
path: root/pbx
diff options
context:
space:
mode:
authorCorey Farrell <git@cfware.com>2017-11-02 03:08:07 -0400
committerCorey Farrell <git@cfware.com>2017-11-02 03:08:07 -0400
commit9897675b352f73182c9e7458e0b7284996221156 (patch)
treefb8b4c7837f2f3ab59a66e20ec24dd552694aad1 /pbx
parentc8cfee06e4e547b11604f334f1ad4c9ada84f444 (diff)
Add missing menuselect dependencies.
This adds menuselect dependencies for modules that use symbols of other modules. ASTERISK-27390 Change-Id: Ia2d2849f5b87a72af7324a82edc3f283eafb5385
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_dundi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_dundi.c b/pbx/pbx_dundi.c
index 58086aa81..b39cd7b2d 100644
--- a/pbx/pbx_dundi.c
+++ b/pbx/pbx_dundi.c
@@ -32,7 +32,7 @@
/*** MODULEINFO
<depend>zlib</depend>
- <use type="external">crypto</use>
+ <use type="module">res_crypto</use>
<support_level>extended</support_level>
***/