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 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
* add a separate config menu for optionnal modules (not every possible
module are here; just taken the ones Debian enables). By default they
are all disabled, so this removes the default dependency on
libopenssl.
* correctly listed conffiles
* enable IPv6 only when CONFIG_IPV6 is set
* change the default listening adress in nginx.conf when IPv6 is
enabled so that it listens on [::]
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22807 3c298f89-4303-0410-b956-a3cf2f4a3e73
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22783 3c298f89-4303-0410-b956-a3cf2f4a3e73
Modify the configuration so that recordings are stored on /var/lib/freeswitch/recordings by default (this is a tmpfs so should be change if persistance is needed).
Allow the scripts and htdocs to have their directories set individually instead of requirings them to be under /usr/share/freeswitch.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22782 3c298f89-4303-0410-b956-a3cf2f4a3e73