From: <abe...@us...> - 2014-01-03 20:13:13
|
Revision: 6339 http://sourceforge.net/p/astlinux/code/6339 Author: abelbeck Date: 2014-01-03 20:13:10 +0000 (Fri, 03 Jan 2014) Log Message: ----------- change default builds from using 'apcupsd' to 'nut' for UPS monitoring 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-01-03 19:58:27 UTC (rev 6338) +++ branches/1.0/astlinux-ast11.config 2014-01-03 20:13:10 UTC (rev 6339) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6324-dirty Configuration -# Thu Dec 26 12:28:02 2013 +# Buildroot 2011.08-svn6338-dirty Configuration +# Fri Jan 3 14:07:43 2014 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -656,7 +656,7 @@ # # Networking applications # -BR2_PACKAGE_APCUPSD=y +# BR2_PACKAGE_APCUPSD is not set # BR2_PACKAGE_ARGUS is not set BR2_PACKAGE_ARNOFW=y # BR2_PACKAGE_AVAHI is not set @@ -734,7 +734,8 @@ BR2_PACKAGE_NTP_NTPQ=y # BR2_PACKAGE_NTP_NTPTRACE is not set # BR2_PACKAGE_NTP_TICKADJ is not set -# BR2_PACKAGE_NUT is not set +BR2_PACKAGE_NUT=y +# BR2_PACKAGE_NUT_SERIAL_DRIVERS is not set # BR2_PACKAGE_NUTTCP is not set # BR2_PACKAGE_OLSR is not set BR2_PACKAGE_OPENLDAP=y Modified: branches/1.0/astlinux18.config =================================================================== --- branches/1.0/astlinux18.config 2014-01-03 19:58:27 UTC (rev 6338) +++ branches/1.0/astlinux18.config 2014-01-03 20:13:10 UTC (rev 6339) @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Buildroot 2011.08-svn6324-dirty Configuration -# Thu Dec 26 12:28:02 2013 +# Buildroot 2011.08-svn6338 Configuration +# Fri Jan 3 14:06:55 2014 # BR2_HAVE_DOT_CONFIG=y # BR2_arm is not set @@ -656,7 +656,7 @@ # # Networking applications # -BR2_PACKAGE_APCUPSD=y +# BR2_PACKAGE_APCUPSD is not set # BR2_PACKAGE_ARGUS is not set BR2_PACKAGE_ARNOFW=y # BR2_PACKAGE_AVAHI is not set @@ -734,7 +734,8 @@ BR2_PACKAGE_NTP_NTPQ=y # BR2_PACKAGE_NTP_NTPTRACE is not set # BR2_PACKAGE_NTP_TICKADJ is not set -# BR2_PACKAGE_NUT is not set +BR2_PACKAGE_NUT=y +# BR2_PACKAGE_NUT_SERIAL_DRIVERS is not set # BR2_PACKAGE_NUTTCP is not set # BR2_PACKAGE_OLSR is not set BR2_PACKAGE_OPENLDAP=y This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |