From: <abe...@us...> - 2012-05-02 15:35:37
|
Revision: 5526 http://astlinux.svn.sourceforge.net/astlinux/?rev=5526&view=rev Author: abelbeck Date: 2012-05-02 15:35:23 +0000 (Wed, 02 May 2012) Log Message: ----------- Disable RHINO by default, enable DAHDI_HFCS for Asterisk 1.8 Modified Paths: -------------- branches/1.0/astlinux.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux.config =================================================================== --- branches/1.0/astlinux.config 2012-05-02 15:25:41 UTC (rev 5525) +++ branches/1.0/astlinux.config 2012-05-02 15:35:23 UTC (rev 5526) @@ -182,7 +182,7 @@ # BR2_PACKAGE_DAHDI_HFCS is not set BR2_PACKAGE_DAHDI_TOOLS=y # BR2_PACKAGE_FREESWITCH is not set -BR2_PACKAGE_RHINO=y +# BR2_PACKAGE_RHINO is not set BR2_PACKAGE_WANPIPE=y # Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2012-05-02 15:25:41 UTC (rev 5525) +++ branches/1.0/astlinux18.config 2012-05-02 15:35:23 UTC (rev 5526) @@ -173,10 +173,10 @@ BR2_PACKAGE_ASTERISK_GUI=y BR2_PACKAGE_DAHDI_LINUX=y BR2_PACKAGE_DAHDI_OSLEC=y -# BR2_PACKAGE_DAHDI_HFCS is not set +BR2_PACKAGE_DAHDI_HFCS=y BR2_PACKAGE_DAHDI_TOOLS=y # BR2_PACKAGE_FREESWITCH is not set -BR2_PACKAGE_RHINO=y +# BR2_PACKAGE_RHINO is not set BR2_PACKAGE_WANPIPE=y # This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |