From: <abe...@us...> - 2014-12-17 22:25:36
|
Revision: 6858 http://sourceforge.net/p/astlinux/code/6858 Author: abelbeck Date: 2014-12-17 22:25:32 +0000 (Wed, 17 Dec 2014) Log Message: ----------- Enable monit for default builds 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 2014-12-17 16:19:22 UTC (rev 6857) +++ branches/1.0/astlinux-ast11.config 2014-12-17 22:25:32 UTC (rev 6858) @@ -406,7 +406,7 @@ # BR2_PACKAGE_MDADM is not set # BR2_PACKAGE_MEMTEST is not set # BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MONIT is not set +BR2_PACKAGE_MONIT=y # BR2_PACKAGE_MTD is not set # BR2_PACKAGE_NTFS_3G is not set # BR2_PACKAGE_NTFSPROGS is not set Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2014-12-17 16:19:22 UTC (rev 6857) +++ branches/1.0/astlinux18.config 2014-12-17 22:25:32 UTC (rev 6858) @@ -406,7 +406,7 @@ # BR2_PACKAGE_MDADM is not set # BR2_PACKAGE_MEMTEST is not set # BR2_PACKAGE_MEMTESTER is not set -# BR2_PACKAGE_MONIT is not set +BR2_PACKAGE_MONIT=y # BR2_PACKAGE_MTD is not set # BR2_PACKAGE_NTFS_3G is not set # BR2_PACKAGE_NTFSPROGS is not set This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |