[packages] asterisk-1.8.x: fix typo in res_rtp modules inclusion
authorzandbelt <zandbelt@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Feb 2011 07:46:04 +0000 (07:46 +0000)
committerzandbelt <zandbelt@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 17 Feb 2011 07:46:04 +0000 (07:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@25563 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/asterisk-1.8.x/Makefile

index b14cb55..24663b2 100644 (file)
@@ -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 \