* rrdcollect10, linked against rrdtool-1.0.x shared library
* rrdcollect12, linked against rrdtool-1.2.x shared library
* use new service functions
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28957 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move all original package customization to a -custom pakage, DEVEL only
* enable all (not broken) drivers & plugins in a -full package (closes: #7958, #9096)
* ship upstream config file, defaulting to the "Image" driver
* use new service functions in initscript
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28951 3c298f89-4303-0410-b956-a3cf2f4a3e73
These default product id and switched product id are hex string variables, so this comparison operator should be '='.
Signed-off-by: Kentaro Matsuyama <kentaro.matsuyama@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28872 3c298f89-4303-0410-b956-a3cf2f4a3e73
New version of usb-modeswtich.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28559 3c298f89-4303-0410-b956-a3cf2f4a3e73
There is a new version of usb-modeswitch-data as well.
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Not particularly beautiful but doing the trick...
Signed-off-by: Daniel Golle <dgolle@allnet.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28555 3c298f89-4303-0410-b956-a3cf2f4a3e73
After removal of the network drivers as an entropy source in Linux kernels a
while ago, some routers e.g. in ar71xx family experience lack of hardware
entropy for /dev/random. The device /dev/random can hang due to that. There
are pseudo random numbers available in /dev/urandom, but they do not end up
in /dev/random.
E.g. tickets #9631 and #9999 are related to this problematics.
One tool for adding entropy data from an arbitrary source to the kernel
entropy pool is rngd daemon included in the rng-tools package from
http://sourceforge.net/projects/gkernel/
Manual page: http://linux.die.net/man/8/rngd
The tool can be used to add entropy to the kernel's entropy pool either from
some genuine hardware-based entropy source, or as a quick&dirty patch also
from /dev/urandom. Using urandom isn't a perfect solution, but it will
satisfy those applications looking for input from /dev/random.
As far as I found out, nobody has complied the rngd daemon package for
Openwrt, so far.
I made a try out of it, and succeeded both for Backfire and trunk.
I defined a package that downloads the sources from SF. (This is my first
package definition, so the dependencies and conventions might not be quite
correct, but the package seems to compile and work both in Backfire and trunk.)
Hopefully somebody can figure out a way to connect some real entropy source
in ar71xxx devices through this daemon. The package could be used with real
hardware entropy sources (like the Entropy key), if they provide a suitable
interface for the daemon to the entropy data from them.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28332 3c298f89-4303-0410-b956-a3cf2f4a3e73
Build libbz2 and make bzip2 depend on it. libbz2 is necessary for
packaging bsdiff.
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Minicom wants rz/rx/rb when asked to transfer a file.
Signed-off-by: Alexander Gordeev <lasaine@lvk.cs.msu.su>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28227 3c298f89-4303-0410-b956-a3cf2f4a3e73
The compile-time generation of the valgrind linker script broke due to toolchain updates
resulting in valgrind binaries compiled with the standard load address of 0x08048000 which
leads to memory conflicts with the debug client later on; valgrind will abort with the
message below:
valgrind: mmap(0x8048000, 348160) failed in UME with error 22 (Invalid argument).
valgrind: this can be caused by executables with very large text, data or bss segments.
This change adds another sed pattern to properly substitute the current linker script format.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28180 3c298f89-4303-0410-b956-a3cf2f4a3e73