From da48e809c3456947ba44ce55eff37349fc990559 Mon Sep 17 00:00:00 2001 From: zandbelt Date: Thu, 17 Feb 2011 07:46:04 +0000 Subject: [PATCH] [packages] asterisk-1.8.x: fix typo in res_rtp modules inclusion git-svn-id: svn://svn.openwrt.org/openwrt/packages@25563 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/asterisk-1.8.x/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index b14cb558c..24663b27e 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -276,7 +276,7 @@ define Package/asterisk18/install done $(INSTALL_DIR) $(1)/usr/lib/asterisk/modules for f in app_dial app_echo app_playback app_macro \ - chan_sip res_rtp \ + chan_sip res_rtp_asterisk res_rtp_multicast \ codec_ulaw codec_gsm \ format_gsm format_pcm format_wav format_wav_gsm \ pbx_config \