From: <abe...@us...> - 2016-11-04 22:26:55
|
Revision: 7928 http://sourceforge.net/p/astlinux/code/7928 Author: abelbeck Date: 2016-11-04 22:26:53 +0000 (Fri, 04 Nov 2016) Log Message: ----------- No longer enable 'wanpipe' for standard builds, use a custom build to enable it Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux-ast13.config branches/1.0/scripts/master-build branches/1.0/x86_64-configs/astlinux-ast11.config branches/1.0/x86_64-configs/astlinux-ast13.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2016-11-04 22:16:28 UTC (rev 7927) +++ branches/1.0/astlinux-ast11.config 2016-11-04 22:26:53 UTC (rev 7928) @@ -184,7 +184,7 @@ BR2_PACKAGE_PROSODY=y # BR2_PACKAGE_RTPPROXY is not set BR2_PACKAGE_RHINO=y -BR2_PACKAGE_WANPIPE=y +# BR2_PACKAGE_WANPIPE is not set # # Audio and video libraries and applications Modified: branches/1.0/astlinux-ast13.config =================================================================== --- branches/1.0/astlinux-ast13.config 2016-11-04 22:16:28 UTC (rev 7927) +++ branches/1.0/astlinux-ast13.config 2016-11-04 22:26:53 UTC (rev 7928) @@ -184,7 +184,7 @@ BR2_PACKAGE_PROSODY=y # BR2_PACKAGE_RTPPROXY is not set BR2_PACKAGE_RHINO=y -BR2_PACKAGE_WANPIPE=y +# BR2_PACKAGE_WANPIPE is not set # # Audio and video libraries and applications Modified: branches/1.0/scripts/master-build =================================================================== --- branches/1.0/scripts/master-build 2016-11-04 22:16:28 UTC (rev 7927) +++ branches/1.0/scripts/master-build 2016-11-04 22:26:53 UTC (rev 7928) @@ -65,9 +65,6 @@ # disable BR2_PACKAGE_RHINO sed -i 's:^BR2_PACKAGE_RHINO=y.*$:# BR2_PACKAGE_RHINO is not set:' .config - # disable BR2_PACKAGE_WANPIPE - sed -i 's:^BR2_PACKAGE_WANPIPE=y.*$:# BR2_PACKAGE_WANPIPE is not set:' .config - # disable BR2_PACKAGE_DAHDI_HFCS sed -i 's:^BR2_PACKAGE_DAHDI_HFCS=y.*$:# BR2_PACKAGE_DAHDI_HFCS is not set:' .config Modified: branches/1.0/x86_64-configs/astlinux-ast11.config =================================================================== --- branches/1.0/x86_64-configs/astlinux-ast11.config 2016-11-04 22:16:28 UTC (rev 7927) +++ branches/1.0/x86_64-configs/astlinux-ast11.config 2016-11-04 22:26:53 UTC (rev 7928) @@ -165,7 +165,7 @@ BR2_PACKAGE_PROSODY=y # BR2_PACKAGE_RTPPROXY is not set BR2_PACKAGE_RHINO=y -BR2_PACKAGE_WANPIPE=y +# BR2_PACKAGE_WANPIPE is not set # # Audio and video libraries and applications Modified: branches/1.0/x86_64-configs/astlinux-ast13.config =================================================================== --- branches/1.0/x86_64-configs/astlinux-ast13.config 2016-11-04 22:16:28 UTC (rev 7927) +++ branches/1.0/x86_64-configs/astlinux-ast13.config 2016-11-04 22:26:53 UTC (rev 7928) @@ -165,7 +165,7 @@ BR2_PACKAGE_PROSODY=y # BR2_PACKAGE_RTPPROXY is not set BR2_PACKAGE_RHINO=y -BR2_PACKAGE_WANPIPE=y +# BR2_PACKAGE_WANPIPE is not set # # Audio and video libraries and applications This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |