uclibc++ parallel build
Compile tested on Linux and Darwin hosts.
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22976 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages.
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22967 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch add interface name handling for the NonOlsrIf Option in olsrd init script.
e.g. NonOlsrIf=lan and not NonOlsrIf=eth0
Signed-off-by: Patrick Grimm <patrick@lunatiki.de>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22918 3c298f89-4303-0410-b956-a3cf2f4a3e73
vnstat's makefile uses the '-D' option which is only part of GNU install,
thus compiling vnstat for OpenWrt on FreeBSD or Mac OS X fails because of
the missing option.
Attached is a patch to have the install target separately create the
destination directory before installing the vnstat.conf file to $(DEST)/etc.
Additionally it also removes an erroneous tab character in the Makefile.
The patch is meant to go in feeds/packages/net/vnstat/patches/ directory.
TRAC Ticket: https://dev.openwrt.org/attachment/ticket/7718/
Signed-off-by: Joe Roback <joe@roback.cc>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22913 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch provides a new module for the userland SCTP library.
This library is required by applications for full support of the SCTP
protocol.
This patch should be applied only after the kmod-sctp is integrated.
It applies against packages.git.
Signed-off-by: Sebastien Decugis <sdecugis@nict.go.jp>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22912 3c298f89-4303-0410-b956-a3cf2f4a3e73
This is a patch to build the mysql server. So far I only have the
kirkwood target to test on, but it works great on that.
There seems to be some contention on whether Openwrt should have a
mysql-server package, but I don't see why it shouldn't at least have
the option. A full LAMP stack is now a reality.
Closes out https://dev.openwrt.org/ticket/7384
Again, I'm still pretty new to this, so any constructive criticism
would be appreciated.
Sorry for the attachment, but I wanted to make sure the whitespace and
lines got preserved.
Signed-off-by: Kyle Anderson <kyle@xkyle.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22911 3c298f89-4303-0410-b956-a3cf2f4a3e73
The included patch modifies the poco configure script by adding an option
to disable the support of shared memory (not supported by uclibc).
It can be improved by disabling the compiling of the debug version of the
libraries - they are currently not included in the ipkg, but are still compiled.
Signed-off-by: Nicolas Leonard <leonard.nicolas@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22910 3c298f89-4303-0410-b956-a3cf2f4a3e73
This patch adds sslstrip (http://www.thoughtcrime.org/software/sslstrip)
to OpenWrt.
A MITM tool that implements Moxie Marlinspike's HTTPS stripping attacks.
It will transparently hijack HTTP traffic on a network,
watch for HTTPS links and redirects, then map those links
into either look-alike HTTP links or homograph-similar HTTPS
links. It also supports modes for supplying a favicon which
looks like a lock icon, selective logging, and session denial.
Signed-off-by: Luis Alberto Dallos Roa <luis.dallos@gmail.com>
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22892 3c298f89-4303-0410-b956-a3cf2f4a3e73