From: <abe...@us...> - 2012-08-14 03:05:06
|
Revision: 5633 http://astlinux.svn.sourceforge.net/astlinux/?rev=5633&view=rev Author: abelbeck Date: 2012-08-14 03:04:59 +0000 (Tue, 14 Aug 2012) Log Message: ----------- asterisk, Config.in tweak Modified Paths: -------------- branches/1.0/astlinux.config branches/1.0/astlinux18.config branches/1.0/package/asterisk/Config.in Modified: branches/1.0/astlinux.config =================================================================== --- branches/1.0/astlinux.config 2012-08-13 22:58:42 UTC (rev 5632) +++ branches/1.0/astlinux.config 2012-08-14 03:04:59 UTC (rev 5633) @@ -159,7 +159,7 @@ BR2_PACKAGE_ASTERISK_v1_4=y # BR2_PACKAGE_ASTERISK_v1_6 is not set # BR2_PACKAGE_ASTERISK_v1_8 is not set -# BR2_PACKAGE_ASTERISK_v10_0 is not set +# BR2_PACKAGE_ASTERISK_v11 is not set # # cdr_mysql, app_mysql and res_config_mysql - disabled (requires MYSQL_CLIENT) Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2012-08-13 22:58:42 UTC (rev 5632) +++ branches/1.0/astlinux18.config 2012-08-14 03:04:59 UTC (rev 5633) @@ -159,7 +159,7 @@ # BR2_PACKAGE_ASTERISK_v1_4 is not set # BR2_PACKAGE_ASTERISK_v1_6 is not set BR2_PACKAGE_ASTERISK_v1_8=y -# BR2_PACKAGE_ASTERISK_v10_0 is not set +# BR2_PACKAGE_ASTERISK_v11 is not set # # cdr_mysql, app_mysql and res_config_mysql - disabled (requires MYSQL_CLIENT) Modified: branches/1.0/package/asterisk/Config.in =================================================================== --- branches/1.0/package/asterisk/Config.in 2012-08-13 22:58:42 UTC (rev 5632) +++ branches/1.0/package/asterisk/Config.in 2012-08-14 03:04:59 UTC (rev 5633) @@ -31,8 +31,8 @@ help Asterisk Long Term Stable Release. - config BR2_PACKAGE_ASTERISK_v11_0 - bool "Asterisk v11.0.x" + config BR2_PACKAGE_ASTERISK_v11 + bool "Asterisk v11.x" help Asterisk Long Term Release. endchoice This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |