[packages] asterisk-1.8.x: fix typo in res_rtp modules inclusion
authorHans Zandbelt <hans.zandbelt@gmail.com>
Thu, 17 Feb 2011 07:46:04 +0000 (07:46 +0000)
committerHans Zandbelt <hans.zandbelt@gmail.com>
Thu, 17 Feb 2011 07:46:04 +0000 (07:46 +0000)
SVN-Revision: 25563

net/asterisk-1.8.x/Makefile

index b14cb558ce2abc6e42d5f8cc6d858813e6fa4757..24663b27e5cacce0649fb0881a29a858d972ea49 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 \