summaryrefslogtreecommitdiff
path: root/package/asterisk
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-02 00:26:52 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-02 15:46:19 +0200
commit24a7b2b06786d4d14ea1f5b5cf2ffb3430a2fb0e (patch)
tree8b8dd384afba2b7f960fb456d39eef64c55d47f6 /package/asterisk
parent17a64091553c08d404917f37453555d674d9b324 (diff)
change all 'depends' lines to 'depends on' ones
This is only a formal change, the semantics stay exactly the same. But linux-2.6's mconf forces this nowadays, so stay compatible.
Diffstat (limited to 'package/asterisk')
-rw-r--r--package/asterisk/Config.in20
1 files changed, 10 insertions, 10 deletions
diff --git a/package/asterisk/Config.in b/package/asterisk/Config.in
index 70c88064f..72f8b6bca 100644
--- a/package/asterisk/Config.in
+++ b/package/asterisk/Config.in
@@ -12,7 +12,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_MGCP
prompt "asterisk-chan-mgcp.............. Media Gateway Control Protocol implementation"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Media Gateway Control Protocol implementation for Asterisk
@@ -20,7 +20,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_SKINNY
prompt "asterisk-chan-skinny............ Skinny Client Control Protocol implementation"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Skinny Client Control Protocol implementation for Asterisk
@@ -28,7 +28,7 @@ config ADK_PACKAGE_ASTERISK_CHAN_IAX2
prompt "asterisk-chan-iax2.............. Support for the Inter Asterisk Protocol"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
IAX2 allows trunking communication channels together.
@@ -39,7 +39,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_SPEEX
prompt "asterisk-codec-speex............ Speex/PCM16 Codec Translator"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
select ADK_PACKAGE_LIBSPEEX
help
The Speex speech compression codec for Asterisk
@@ -48,7 +48,7 @@ config ADK_PACKAGE_ASTERISK_CODEC_GSM
prompt "asterisk-codec-gsm.............. GSM Codec"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
The GSM codec for Asterisk
@@ -56,7 +56,7 @@ config ADK_PACKAGE_ASTERISK_PBX_DUNDI
prompt "asterisk-pbx-dundi.............. Distributed Universal Number Discovery (DUNDi) support"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Distributed Universal Number Discovery (DUNDi) support for Asterisk
@@ -64,7 +64,7 @@ config ADK_PACKAGE_ASTERISK_RES_AGI
prompt "asterisk-res-agi................ Asterisk Gateway Interface module"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Asterisk Gateway Interface module
@@ -72,7 +72,7 @@ config ADK_PACKAGE_ASTERISK_PGSQL
prompt "asterisk-pgsql.................. PostgreSQL modules"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
select ADK_PACKAGE_LIBPQ
help
PostgreSQL modules for Asterisk
@@ -81,7 +81,7 @@ config ADK_PACKAGE_ASTERISK_SOUNDS
prompt "asterisk-sounds................. Sound files"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Sound files for Asterisk
@@ -89,7 +89,7 @@ config ADK_PACKAGE_ASTERISK_VOICEMAIL
prompt "asterisk-voicemail.............. Voicemail support"
tristate
default n
- depends ADK_PACKAGE_ASTERISK
+ depends on ADK_PACKAGE_ASTERISK
help
Voicemail related modules for Asterisk