|
From: <abe...@us...> - 2012-09-09 19:37:43
|
Revision: 5671
http://astlinux.svn.sourceforge.net/astlinux/?rev=5671&view=rev
Author: abelbeck
Date: 2012-09-09 19:37:37 +0000 (Sun, 09 Sep 2012)
Log Message:
-----------
Enable zabbix_proxy for 'standard' builds. Followup with a build engine option "Disable Zabbix and SNMP Monitoring" for custom builds
Modified Paths:
--------------
branches/1.0/astlinux.config
branches/1.0/astlinux18.config
Modified: branches/1.0/astlinux.config
===================================================================
--- branches/1.0/astlinux.config 2012-09-06 21:45:09 UTC (rev 5670)
+++ branches/1.0/astlinux.config 2012-09-09 19:37:37 UTC (rev 5671)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5651-dirty Configuration
-# Wed Aug 29 23:41:25 2012
+# Buildroot 2011.08-svn5670 Configuration
+# Sun Sep 9 14:18:47 2012
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -421,7 +421,7 @@
# BR2_PACKAGE_WIPE is not set
# BR2_PACKAGE_XFSPROGS is not set
BR2_PACKAGE_ZABBIX=y
-# BR2_PACKAGE_ZABBIX_PROXY is not set
+BR2_PACKAGE_ZABBIX_PROXY=y
#
# Interpreter languages and scripting
@@ -512,7 +512,8 @@
#
# BR2_PACKAGE_BERKELEYDB is not set
# BR2_PACKAGE_MYSQL_CLIENT is not set
-# BR2_PACKAGE_SQLITE is not set
+BR2_PACKAGE_SQLITE=y
+BR2_PACKAGE_SQLITE_READLINE=y
#
# Filesystem
@@ -658,7 +659,7 @@
# BR2_PACKAGE_DROPBEAR is not set
# BR2_PACKAGE_EBTABLES is not set
BR2_PACKAGE_ETHTOOL=y
-# BR2_PACKAGE_FPING is not set
+BR2_PACKAGE_FPING=y
# BR2_PACKAGE_HOSTAPD is not set
# BR2_PACKAGE_IFPLUGD is not set
BR2_PACKAGE_IFTOP=y
Modified: branches/1.0/astlinux18.config
===================================================================
--- branches/1.0/astlinux18.config 2012-09-06 21:45:09 UTC (rev 5670)
+++ branches/1.0/astlinux18.config 2012-09-09 19:37:37 UTC (rev 5671)
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
-# Buildroot 2011.08-svn5651-dirty Configuration
-# Wed Aug 29 23:41:26 2012
+# Buildroot 2011.08-svn5670-dirty Configuration
+# Sun Sep 9 14:20:39 2012
#
BR2_HAVE_DOT_CONFIG=y
# BR2_arm is not set
@@ -415,7 +415,7 @@
# BR2_PACKAGE_WIPE is not set
# BR2_PACKAGE_XFSPROGS is not set
BR2_PACKAGE_ZABBIX=y
-# BR2_PACKAGE_ZABBIX_PROXY is not set
+BR2_PACKAGE_ZABBIX_PROXY=y
#
# Interpreter languages and scripting
@@ -652,7 +652,7 @@
# BR2_PACKAGE_DROPBEAR is not set
# BR2_PACKAGE_EBTABLES is not set
BR2_PACKAGE_ETHTOOL=y
-# BR2_PACKAGE_FPING is not set
+BR2_PACKAGE_FPING=y
# BR2_PACKAGE_HOSTAPD is not set
# BR2_PACKAGE_IFPLUGD is not set
BR2_PACKAGE_IFTOP=y
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|