This patch adds a command line utility to interface with the WattsUp
power meters (https://www.wattsupmeters.com/)
Signed-off-by: Roberto Riggio<roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26380 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch add uacctd, an ulog based accounting deamon from pmacct project (http://www.pmacct.net/)
It also put all pmacct packages in a submenu called (13 packages)
Thanks in advance.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26379 3c298f89-4303-0410-b956-a3cf2f4a3e73
This enables the modbus plugin of collectd and patches it so it works with the current version of libmodbus
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26346 3c298f89-4303-0410-b956-a3cf2f4a3e73
Apparently people are already using libmodbus on OpenWrt, but there is no package.
(see http://zagrodzki.net/~sebek/openwrt/packages/libmodbus.so )
So I made a Makefile for it, I'd be happy to be the package maintainer for that.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26345 3c298f89-4303-0410-b956-a3cf2f4a3e73
Bump flashrom to current version, and reflect that it uses dmidecode as a helper.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26343 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch adds rlm_sql_sqlite, rlm_passwd modules for freeradius2.
It patches the rlm_sql_sqlite in order to work (authorization is working, accounting not yet tested).
It adds radwho to the utils.
Thanks in advance.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26342 3c298f89-4303-0410-b956-a3cf2f4a3e73
The build fails since the php module is statically disabled. This patch
adds the required magic.
This should also finally close#7758.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26341 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch enables the 'null' storeio module to be build along with the default 'ufs' module.
It allows squid to optionally be used without any disk storage.
Signed-off-by: Daniel Golle <daniel.golle@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26339 3c298f89-4303-0410-b956-a3cf2f4a3e73
This updates the avahi package as follows:
1. The libavahi-client library can be selected.
2. The following avahi utilities can be selected:
avahi-browse, aka: avahi-browse-domains
avahi-publish, aka: avahi-publish-address, avahi-publish-service
avahi-resolve, aka: avahi-resolve-address, avahi-resolve-host-name
avahi-set-host-name.
Notes:
(a) This patch applies to avahi 0.6.29 -- I sent in the previous version
for 0.6.28 just after 0.6.29 came out, duh. :(
(b) The libavahi-client library and the avahi utilities require avahi to
be compiled with D-Bus support, and D-Bus must be included in
the build. If they are not selected, avahi is compiled without D-Bus
support, as it is at present.
(c) The init.d start priority of avahi-daemon is changed from 50 to 61
so that it loads after D-Bus.
The patch in Ticket #8929 has two problems, IMHO:
1. It makes the D-Bus package a compulsory requirement for avahi, even
though it's only really needed if you select the libavahi-client library.
(This patch makes D-Bus compulsory only if you select the
libavahi-client library or the avahi utilities which depend on them.)
2. The avahi-daemon will fail to start because the D-Bus daemon is set
to start up _after_ avahi-daemon starts looking for it.
(This patch adjusts the init.d start priority of the avahi-daemon to
later than that of D-Bus.)
Signed-off-by: Mike Brady <mikebrady@eircom.net>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26338 3c298f89-4303-0410-b956-a3cf2f4a3e73
Update to version 002, also adds dependencies on librt and libpthread
Signed-of-by: Maarten Bezemer
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26337 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch update pmacct from 0.10.3 (21-06-2006) to 0.12.5 (28-12-2010)
Thanks in advance.
Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26336 3c298f89-4303-0410-b956-a3cf2f4a3e73
attach is the patch, fix the compile error:
libtool: Version mismatch error. This is libtool 2.2.6 Debian-2.2.6a-4, but the
libtool: definition of this LT_INIT comes from libtool 2.2.6b.
libtool: You should recreate aclocal.m4 with macros from libtool 2.2.6 Debian-2.2.6a-4
libtool: and run autoconf again.
patch from Xiangfu Liu
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26335 3c298f89-4303-0410-b956-a3cf2f4a3e73
Version bump ffmpeg from 0.5.2 to 0.5.4. 0.5.3 and 0.5.4 are maintenance only releases for security and minor bug fixes.
Signed-off-by: Ian Leonard <antonlacon_at_gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26334 3c298f89-4303-0410-b956-a3cf2f4a3e73
with commit 26026 (https://dev.openwrt.org/changeset/26026)
I see the coreutils package downloaded and build in my defconfig.
With the following patch, this default selection really does no build,
as long as no plugin is selected.
Thanks to Thomas Langer for this patch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@26169 3c298f89-4303-0410-b956-a3cf2f4a3e73