From: <abe...@us...> - 2015-05-16 17:37:00
|
Revision: 7068 http://sourceforge.net/p/astlinux/code/7068 Author: abelbeck Date: 2015-05-16 17:36:58 +0000 (Sat, 16 May 2015) Log Message: ----------- Disable asterisk-gui for all default builds, Asterisk 13 was already disabled Modified Paths: -------------- branches/1.0/astlinux-ast11.config branches/1.0/astlinux18.config Modified: branches/1.0/astlinux-ast11.config =================================================================== --- branches/1.0/astlinux-ast11.config 2015-05-16 17:32:46 UTC (rev 7067) +++ branches/1.0/astlinux-ast11.config 2015-05-16 17:36:58 UTC (rev 7068) @@ -171,7 +171,7 @@ # BR2_PACKAGE_ASTERISK_MENUSELECT is not set BR2_PACKAGE_ASTERISK_CODEC_SILK=y BR2_PACKAGE_ASTERISK_FOP2=y -BR2_PACKAGE_ASTERISK_GUI=y +# BR2_PACKAGE_ASTERISK_GUI is not set BR2_PACKAGE_PHONEPROV_TOOLS=y BR2_PACKAGE_DAHDI_LINUX=y BR2_PACKAGE_DAHDI_OSLEC=y Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2015-05-16 17:32:46 UTC (rev 7067) +++ branches/1.0/astlinux18.config 2015-05-16 17:36:58 UTC (rev 7068) @@ -171,7 +171,7 @@ # BR2_PACKAGE_ASTERISK_MENUSELECT is not set BR2_PACKAGE_ASTERISK_APP_NOTIFY=y BR2_PACKAGE_ASTERISK_FOP2=y -BR2_PACKAGE_ASTERISK_GUI=y +# BR2_PACKAGE_ASTERISK_GUI is not set BR2_PACKAGE_PHONEPROV_TOOLS=y BR2_PACKAGE_DAHDI_LINUX=y BR2_PACKAGE_DAHDI_OSLEC=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |