packages/net/freeswitch: mod_iax no longers exists in 1.0.6
authorcshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 00:37:39 +0000 (00:37 +0000)
committercshore <cshore@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 16 Apr 2010 00:37:39 +0000 (00:37 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@20894 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/freeswitch/Makefile

index e6a6a2d..2629df1 100644 (file)
@@ -55,7 +55,6 @@ FS_MOD_AVAILABLE:= \
        g729 \
        h26x \
        h323 \
-       iax \
        ilbc \
        lcr \
        ldap \
@@ -453,7 +452,6 @@ $(eval $(call BuildPlugin,g723-1,G.723.1 codec,mod_g723_1,,))
 $(eval $(call BuildPlugin,g729,G.729 codec,mod_g729,,))
 $(eval $(call BuildPlugin,h26x,H26X linear codec,mod_h26x,,))
 $(eval $(call BuildPlugin,h323,h323 endpoint,mod_h323,,@BROKEN)) # missing header files (other packages needed)
-$(eval $(call BuildPlugin,iax,IAX2 interface,mod_iax,,))
 $(eval $(call BuildPlugin,java,Java language interface,mod_java,,@BROKEN)) # needs java
 $(eval $(call BuildPlugin,ilbc,ILBC codec,mod_ilbc,,))
 $(eval $(call BuildPlugin,lcr,Least Cost Routing,mod_lcr,,))