Also replace init script with hotplug based set of scripts.
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Implement own UTF-8 encoding and decoding routines as uClibc's wchar procedures are mostly stubbed.
Add UTF-8 -> Latin9 (ISO-8859-15) encoding support while we're at it.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@30006 3c298f89-4303-0410-b956-a3cf2f4a3e73
Hi,
here is a patch to add a package for ndppd:
ndppd, or NDP Proxy Daemon, is a daemon that proxies NDP (Neighbor Discovery
Protocol) messages between interfaces. ndppd currently only supports
Neighbor Solicitation Messages and Neighbor Advertisement Messages.
The ndp_proxy provided by Linux doesn't support listing proxies, and only
hosts are supported. No subnets. ndppd solves this by listening for
Neighbor Solicitation messages on an interface, then query the internal
interfaces for that target IP before finally sending a Neighbor
Advertisement message.
http://www.priv.nu/projects/ndppd/
I tested it and it works fine. I am willing to maintain it.
Note that this my first C++ package and it took a lot of trial and error to get
the Build/Compile target working. Any feedback would be much welcome.
Best regard,
>From 689b4a52af2e25e3574d0dca7cc5e63ed100c50a Mon Sep 17 00:00:00 2001
From: Gabriel Kerneis <kerneis@pps.jussieu.fr>
Date: Fri, 27 Jan 2012 15:35:14 +0100
Subject: [PATCH] [packages] ndppd: initial import (release 0.2.1)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29987 3c298f89-4303-0410-b956-a3cf2f4a3e73
aria2 is a lightweight multi-protocol & multi-source download utility
operated in command-line. It supports HTTP/HTTPS, FTP, BitTorrent
and Metalink. aria2 has built-in JSON-RPC and XML-RPC interface.
Signed-off-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29887 3c298f89-4303-0410-b956-a3cf2f4a3e73
Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat
written in python and with a very good plugin system.
Signed-off-by: Roberto Riggio <roberto.riggio@create-net.org>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29886 3c298f89-4303-0410-b956-a3cf2f4a3e73
Explicitely cast float cookie value to double, fixes erroneous
"RRD was created on another architecture" errors on x86.
Patches provided by Thomas Heil <heil@terminal-consulting.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29874 3c298f89-4303-0410-b956-a3cf2f4a3e73
When we create the /bin/tar in $(IPKG_INSTROOT) link we want it to point to
/usr/bin/tar, and not to $(IPKG_INSTROOT)/usr/bin/tar as $(IPKG_INSTROOT)
is certainly not a valid path on the built rootfs.
Signed-off-by: Emmanuel Deloget <logout@free.fr>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29813 3c298f89-4303-0410-b956-a3cf2f4a3e73
- don't patch configure, but use autoreconf instead
- remove extra CFLAGS and LDFLAGS, they're unneeded after recent toolchain rework
- set PKG_REVISION
- wrap long DEPENDS line
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29812 3c298f89-4303-0410-b956-a3cf2f4a3e73
The attached patch adds a package for the mrtg software[1].
It also closes ticket #10686.
Signed-off: Paolo Pisati <p.pisati@gmail.com>
1: http://oss.oetiker.ch/mrtg/
git-svn-id: svn://svn.openwrt.org/openwrt/packages@29811 3c298f89-4303-0410-b956-a3cf2f4a3e73