champtar [Sat, 6 Sep 2014 06:56:00 +0000 (08:56 +0200)]
Merge pull request #281 from mhei/libs/expat
libexpat: do not install soname symlink
Michael Heimpold [Fri, 5 Sep 2014 21:20:48 +0000 (23:20 +0200)]
libexpat: do not install soname symlink
The .so symlinks (without any suffix) are only used by compiler/linker and
not needed on the target system.
See https://github.com/openwrt/packages/pull/274 for a short discussion.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Nicolas Thill [Fri, 5 Sep 2014 13:49:09 +0000 (15:49 +0200)]
netatalk: prevent use of LD_LIBRARY_PATH
Add a patch to prevent use of LD_LIBRARY_PATH when checking for BDB libs
This caused build failure when host = target
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 5 Sep 2014 13:43:01 +0000 (15:43 +0200)]
netatalk: refresh patch
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Daniel Golle [Fri, 5 Sep 2014 09:55:28 +0000 (11:55 +0200)]
tracertools: bump version
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
sbyx [Fri, 5 Sep 2014 07:55:12 +0000 (09:55 +0200)]
Merge pull request #279 from damianorenfer/master
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Damiano Renfer [Thu, 4 Sep 2014 18:56:32 +0000 (20:56 +0200)]
libsodium: use CONFIGURE_ARGS var instead of Build/Configure block
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Michael Heimpold [Tue, 3 Jun 2014 21:14:55 +0000 (23:14 +0200)]
libmodbus: include licensing information
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
sbyx [Thu, 4 Sep 2014 16:21:38 +0000 (18:21 +0200)]
Merge pull request #277 from roger-/micropython
micropython: simplify makefile + update
Roger [Thu, 4 Sep 2014 16:19:55 +0000 (11:19 -0500)]
micropython: simplify makefile + update
Platform detection now done upstream.
Signed-off-by: Roger D <rogerdammit@gmail.com>
Steven Barth [Thu, 4 Sep 2014 15:43:36 +0000 (17:43 +0200)]
libsodium: remove DEFAULT
Signed-off-by: Steven Barth <steven@midlink.org>
sbyx [Thu, 4 Sep 2014 07:42:36 +0000 (09:42 +0200)]
Merge pull request #273 from mhei/libs/expat
expat: small makefile fixes
Michael Heimpold [Wed, 3 Sep 2014 21:09:04 +0000 (23:09 +0200)]
expat: small makefile fixes
- fix licensing file list
- install pkgconfig file
- drop explicite call to Build/Compile
- use PKG_INSTALL
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Marcel Denia [Wed, 3 Sep 2014 19:23:04 +0000 (21:23 +0200)]
bash: Update to 4.3.24
Signed-off-by: Marcel Denia <naoir@gmx.net>
Jo-Philipp Wich [Wed, 3 Sep 2014 17:20:14 +0000 (19:20 +0200)]
mac-telnet: fix two typos in the Makefile
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
champtar [Wed, 3 Sep 2014 16:32:08 +0000 (18:32 +0200)]
Merge pull request #272 from pliviu/master
ddns-scripts: duiadns.net service support added
Liviu Pislaru [Wed, 3 Sep 2014 15:04:15 +0000 (18:04 +0300)]
ddns-scripts: duiadns.net service support added
Signed-off-by: Liviu Pislaru <liviu@duiadns.net>
Jo-Philipp Wich [Wed, 3 Sep 2014 14:32:57 +0000 (16:32 +0200)]
Add mac-telnet - a layer 2 Telnet/SSH server useful to access bricked devices
This package adds the mac-telnet server, client, ping and discovery utilities.
See https://github.com/aouyar/MAC-Telnet for details.
This package uses the fork from https://github.com/jow-/MAC-Telnet as source,
the code there has a number of bugfixes and results in smaller binaries since
most core functionality has been ported to libubox facilities provided by
OpenWrt.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
Thomas Heil [Wed, 3 Sep 2014 13:37:24 +0000 (15:37 +0200)]
haproxy: new release 1.5.4 that fixes recent cve
- BUG: config: error in http-response replace-header number of arguments
- BUG/MINOR: Fix search for -p argument in systemd wrapper.
- BUG/MEDIUM: auth: fix segfault with http-auth and a configuration with an unknown encryption algorithm
- BUG/MEDIUM: config: userlists should ensure that encrypted passwords are supported
- MEDIUM: connection: add new bit in Proxy Protocol V2
- BUG/MINOR: server: move the directive #endif to the end of file
- BUG/MEDIUM: http: tarpit timeout is reset
- BUG/MAJOR: tcp: fix a possible busy spinning loop in content track-sc*
- BUG/MEDIUM: http: fix inverted condition in pat_match_meth()
- BUG/MEDIUM: http: fix improper parsing of HTTP methods for use with ACLs
- BUG/MINOR: pattern: remove useless allocation of unused trash in pat_parse_reg()
- BUG/MEDIUM: acl: correctly compute the output type when a converter is used
- CLEANUP: acl: cleanup some of the redundancy and spaghetti after last fix
- BUG/CRITICAL: http: don't update msg->sov once data start to leave the buffer
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
sbyx [Tue, 2 Sep 2014 20:26:10 +0000 (22:26 +0200)]
Merge pull request #270 from damianorenfer/master
Add libsodium + dnscrypt-proxy
Damiano Renfer [Tue, 2 Sep 2014 20:16:17 +0000 (22:16 +0200)]
dnscrypt-proxy: add package with config files, version 1.4.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
Damiano Renfer [Tue, 2 Sep 2014 20:13:38 +0000 (22:13 +0200)]
libsodium: add package, version 0.7.0
Signed-off-by: Damiano Renfer <damiano.renfer@gmail.com>
champtar [Tue, 2 Sep 2014 18:08:41 +0000 (20:08 +0200)]
Merge pull request #169 from champtar/freeradius2
freeradius2: remove weird circular dependencies, enable mysql again
John Crispin [Tue, 2 Sep 2014 14:01:28 +0000 (16:01 +0200)]
mpd: disable libsoup
this showed up during the BB build
Signed-off-by: John Crispin <blogic@openwrt.org>
sbyx [Tue, 2 Sep 2014 12:15:11 +0000 (14:15 +0200)]
Merge pull request #265 from berlinmeshnet/meshbox
Import dkjson, lua-bencode, and lua-sha2
Lars Gierth [Tue, 2 Sep 2014 00:54:37 +0000 (02:54 +0200)]
lua-sha2: clean up makefile
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Sun, 31 Aug 2014 22:11:10 +0000 (00:11 +0200)]
lua-bencode: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Sun, 31 Aug 2014 22:10:59 +0000 (00:10 +0200)]
lua-sha2: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
Lars Gierth [Sun, 31 Aug 2014 22:09:51 +0000 (00:09 +0200)]
dkjson: import from https://github.com/SeattleMeshnet/meshbox.git
Signed-off-by: Lars Gierth <larsg@systemli.org>
Nikos Mavrogiannopoulos [Sun, 31 Aug 2014 23:09:39 +0000 (01:09 +0200)]
openconnect: openconnect-wrapper would trap signals and send the correct one to server
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 31 Aug 2014 21:57:47 +0000 (23:57 +0200)]
openconnect: set config variable on teardown and correctly pass the password
This addresses https://dev.openwrt.org/ticket/16634
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
sbyx [Sun, 31 Aug 2014 10:09:38 +0000 (12:09 +0200)]
Merge pull request #258 from cjkoenig/update_fwknop
fwknop: Update to 2.6.3
John Crispin [Sun, 31 Aug 2014 08:07:27 +0000 (10:07 +0200)]
perl: create the Host install path before using it
this caused a compile fail on the BB builder
Signed-off-by: John Crispin <blogic@openwrt.org>
sbyx [Mon, 1 Sep 2014 17:01:07 +0000 (19:01 +0200)]
Merge pull request #268 from roger-/micropython
micropython: cleanup makefile + update to latest
Roger [Mon, 1 Sep 2014 16:57:25 +0000 (11:57 -0500)]
micropython: cleanup makefile + update to latest
Now uses default build options for non-MIPS platforms
Signed-off-by: Roger D <rogerdammit@gmail.com>
Nikos Mavrogiannopoulos [Sat, 30 Aug 2014 21:33:26 +0000 (23:33 +0200)]
gnutls: set USE_MIPS16 to zero
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Matthias Schiffer [Sat, 30 Aug 2014 17:37:43 +0000 (19:37 +0200)]
nacl: increment package release
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Matthias Schiffer [Sat, 30 Aug 2014 17:26:19 +0000 (19:26 +0200)]
nacl: disable mips16 as it significantly decreases performance
Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
Ted Hess [Sat, 30 Aug 2014 12:40:33 +0000 (08:40 -0400)]
Merge pull request #261 from antonlacon/ffmpeg-2.3.x
ffmpeg: update to 2.3.3
Ian Leonard [Thu, 14 Aug 2014 22:03:45 +0000 (15:03 -0700)]
ffmpeg: update to 2.3.3
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
sbyx [Fri, 29 Aug 2014 09:56:37 +0000 (11:56 +0200)]
Merge pull request #256 from roger-/micropython-lib
micropython-lib: update to latest and fix version tag
sbyx [Fri, 29 Aug 2014 09:56:21 +0000 (11:56 +0200)]
Merge pull request #255 from fededim/master
Added Emailrelay package - Version 1.9
sbyx [Fri, 29 Aug 2014 09:50:43 +0000 (11:50 +0200)]
Merge pull request #260 from roger-/micropython
micropython: update to latest and fix version info
Roger [Thu, 28 Aug 2014 22:50:40 +0000 (17:50 -0500)]
micropython: update to latest and fix version info
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Thu, 28 Aug 2014 22:48:12 +0000 (17:48 -0500)]
micropython-lib: update license info
Signed-off-by: Roger D <rogerdammit@gmail.com>
Roger [Thu, 28 Aug 2014 16:49:45 +0000 (11:49 -0500)]
micropython-lib: update to latest and fix version tag
Signed-off-by: Roger D <rogerdammit@gmail.com>
fededim [Thu, 28 Aug 2014 15:51:52 +0000 (17:51 +0200)]
Merge remote-tracking branch 'upstream/master'
Updated to latest trunk
Nicolas Thill [Thu, 28 Aug 2014 08:01:58 +0000 (10:01 +0200)]
mpd: disable Opus codec support
Signed-off-by: Nicolas Thill <nico@openwrt.org>
fededim [Wed, 27 Aug 2014 21:40:41 +0000 (23:40 +0200)]
Added Emailrelay package - Version 1.9 (Signed-off-by: Federico Di Marco fededim@gmail.com)
sbyx [Wed, 27 Aug 2014 19:37:21 +0000 (21:37 +0200)]
Merge pull request #254 from jsiverskog/protobuf-c_add_license2
protobuf-c: Add license information.
Nikos Mavrogiannopoulos [Wed, 27 Aug 2014 16:21:48 +0000 (18:21 +0200)]
ocserv: updated to 0.8.4
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Mon, 25 Aug 2014 19:57:03 +0000 (21:57 +0200)]
ocserv: use the system's protocol buffers by default
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Jacob Siverskog [Wed, 27 Aug 2014 13:33:09 +0000 (15:33 +0200)]
protobuf-c: Add license information.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
Nicolas Thill [Wed, 27 Aug 2014 11:27:05 +0000 (13:27 +0200)]
luasql: import from old packages feed
- update source URL
- simplify build rules
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
sbyx [Wed, 27 Aug 2014 07:13:33 +0000 (09:13 +0200)]
Merge pull request #251 from credosemi/package-luasoap
luasoap: bump luasoap from 2.x to 3.x.
Xiongfei(Alex) GUO [Wed, 27 Aug 2014 07:12:16 +0000 (15:12 +0800)]
Add PKG_LICENSE part.
Peter Wagner [Tue, 26 Aug 2014 19:19:30 +0000 (21:19 +0200)]
git: update to 2.1.0
Signed-off-by: Peter Wagner <tripolar@gmx.at>
sbyx [Tue, 26 Aug 2014 13:24:46 +0000 (15:24 +0200)]
Merge pull request #252 from ejonny/Fix-configure-args
ibrdtnd: Fix configure args
Johannes Morgenroth [Tue, 26 Aug 2014 13:19:08 +0000 (15:19 +0200)]
ibrdtnd: Fix configure args
The option --disable-libdaemon was missing and --with-dht is invalid.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
sbyx [Tue, 26 Aug 2014 09:14:39 +0000 (11:14 +0200)]
Merge pull request #250 from psycho-nico/my-updates
libarchive: cleanup & fixes
Steven Barth [Tue, 26 Aug 2014 09:05:29 +0000 (11:05 +0200)]
libsoxr: don't use moving target HEAD as source version
Signed-off-by: Steven Barth <steven@midlink.org>
sbyx [Tue, 26 Aug 2014 08:54:01 +0000 (10:54 +0200)]
Merge pull request #239 from jslachta/pulseaudio
pulseaudio: fix CVE-2014-3970
sbyx [Tue, 26 Aug 2014 08:24:46 +0000 (10:24 +0200)]
Merge pull request #249 from jsiverskog/protobuf-c_bump_version
protobuf-c: Bump version to 1.0.1.
Peng Liu [Tue, 26 Aug 2014 08:19:28 +0000 (04:19 -0400)]
luasoap: bump luasoap from 2.x to 3.x.
Signed-off-by: Peng Liu <pengliu@credosemi.com>
Nicolas Thill [Tue, 26 Aug 2014 08:00:12 +0000 (10:00 +0200)]
libarchive: cleanup & fixes
Disable unused stuff explicitely, cleanup package def, only install useful devel stuff
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Jacob Siverskog [Tue, 26 Aug 2014 07:09:11 +0000 (09:09 +0200)]
protobuf-c: Bump version to 1.0.1.
Signed-off-by: Jacob Siverskog <jacob@teenageengineering.com>
Daniel Golle [Mon, 25 Aug 2014 20:33:00 +0000 (22:33 +0200)]
add tracertools package
tracertools are an early hack to make use of the monitor port of
the Tracer MPPT solar charge controller family.
Currently status info can be acquired from the controller and
formatted into a bunch of useful output formats.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
sbyx [Mon, 25 Aug 2014 16:51:48 +0000 (18:51 +0200)]
Merge pull request #247 from ejonny/Add-autoreconf-to-fixup
Add autoreconf to fixup declaration of ibrdtn, ibrdtnd, and ibrdtn-tools
Johannes Morgenroth [Mon, 25 Aug 2014 16:34:50 +0000 (18:34 +0200)]
ibrdtn-tools: Add autoreconf to fixup
The fixup is necessary since there is a patch for configure.ac in this recipe.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Mon, 25 Aug 2014 16:34:36 +0000 (18:34 +0200)]
ibrdtnd: Add autoreconf to fixup
The fixup is necessary since there is a patch for configure.ac in this recipe.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Mon, 25 Aug 2014 16:34:31 +0000 (18:34 +0200)]
ibrdtn: Add autoreconf to fixup
The fixup is necessary since there is a patch for configure.ac in this recipe.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
sbyx [Mon, 25 Aug 2014 15:36:01 +0000 (17:36 +0200)]
Merge pull request #246 from mikebrady/add-libsoxr
libsoxr: initial commit
Mike Brady [Mon, 25 Aug 2014 15:31:11 +0000 (16:31 +0100)]
libsoxr: initial commit
Signed-off-by: Mike Brady <mikebrady@eircom.net>
sbyx [Mon, 25 Aug 2014 14:52:04 +0000 (16:52 +0200)]
Merge pull request #245 from openwrt/revert-244-master
Revert "libsoxr – The SoX Resampler library – add package request"
sbyx [Mon, 25 Aug 2014 14:51:38 +0000 (16:51 +0200)]
Revert "libsoxr – The SoX Resampler library – add package request"
sbyx [Mon, 25 Aug 2014 14:49:28 +0000 (16:49 +0200)]
Merge pull request #244 from mikebrady/master
libsoxr – The SoX Resampler library – add package request
sbyx [Mon, 25 Aug 2014 14:46:36 +0000 (16:46 +0200)]
Merge pull request #236 from ejonny/libarchive-reduce-dependencies
libarchive: Reduce dependencies by disabling them using configure args
Mike Brady [Mon, 25 Aug 2014 14:41:20 +0000 (15:41 +0100)]
Add license code
Mike Brady [Mon, 25 Aug 2014 14:27:01 +0000 (15:27 +0100)]
Add libsoxr -- it performs one-dimensional sample-rate conversion
sbyx [Mon, 25 Aug 2014 12:35:40 +0000 (14:35 +0200)]
Merge pull request #243 from DerArtem/master
opennhrp: Add opennhrp 0.14.1
Artem Makhutov [Mon, 25 Aug 2014 14:09:35 +0000 (16:09 +0200)]
opennhrp: Add PKG_MAINTAINER and PKG_LICENSE
Signed-off-by: Artem Makhutov <artem@makhutov.org>
Artem Makhutov [Mon, 25 Aug 2014 12:48:59 +0000 (14:48 +0200)]
opennhrp: Add opennhrp 0.14.1
Signed-off-by: Artem Makhutov <artem@makhutov.org>
sbyx [Mon, 25 Aug 2014 05:02:26 +0000 (07:02 +0200)]
Merge pull request #240 from thess/menu-work
shadow: create utility sub-menu
Ted Hess [Sun, 24 Aug 2014 22:29:39 +0000 (18:29 -0400)]
shadow: create utility sub-menu
Signed-off-by: Ted Hess <thess@kitschensync.net>
Thomas Heil [Sun, 24 Aug 2014 18:46:00 +0000 (20:46 +0200)]
haproxy: patches from upstream
- [PATCH 5/6] BUG/MEDIUM: http: tarpit timeout is reset
- [PATCH 6/6] MEDIUM: connection: add new bit in Proxy Protocol V2
Signed-off-by: Thomas Heil <heil@terminal-consulting.de>
Jiri Slachta [Sun, 24 Aug 2014 16:37:15 +0000 (18:37 +0200)]
pulseaudio: fix CVE-2014-3970
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Álvaro Fernández Rojas [Sun, 24 Aug 2014 12:42:10 +0000 (14:42 +0200)]
udpxy: switch to github repository and update to latest version
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
sbyx [Sun, 24 Aug 2014 10:24:18 +0000 (12:24 +0200)]
Merge pull request #238 from ejonny/reduce-dependencies-of-ibr-packages
Reduce dependencies of ibr packages
Johannes Morgenroth [Sun, 24 Aug 2014 09:18:04 +0000 (11:18 +0200)]
ibrdtn-tools: Disable dependency on libdaemon library
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Sun, 24 Aug 2014 09:17:51 +0000 (11:17 +0200)]
ibrdtnd: Disable dependency on wifip2p and vmime library
Since the current release of the package does not provide
configure options to disable these dependencies, a patch is necessary.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Johannes Morgenroth [Sun, 24 Aug 2014 09:17:07 +0000 (11:17 +0200)]
ibrdtn: Disable dependency on glib-2.0 library
Since the current release of the package does not provide a
configure option to disable this dependency, a patch is necessary
to add this option.
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 08:18:38 +0000 (10:18 +0200)]
libtasn1: updated to 4.1
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 08:15:55 +0000 (10:15 +0200)]
gnutls: updated to 3.2.17
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sun, 24 Aug 2014 06:21:16 +0000 (08:21 +0200)]
ocserv: updated to 0.8.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Vasilis Tsiligiannis [Sat, 23 Aug 2014 20:34:06 +0000 (23:34 +0300)]
Merge branch 'rtl-sdr' of https://github.com/roger-/packages
rtl-sdr: update to latest version #139
Nikos Mavrogiannopoulos [Sat, 23 Aug 2014 16:32:28 +0000 (18:32 +0200)]
ocserv: added various patches
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Nikos Mavrogiannopoulos [Sat, 23 Aug 2014 16:11:59 +0000 (18:11 +0200)]
Merge pull request #223 from eugenesan/cryptodev-linux
cryptodev-linux: replace INIT_COMPLETION with reinit_completion
Johannes Morgenroth [Sat, 23 Aug 2014 13:49:52 +0000 (15:49 +0200)]
libarchive: Reduce dependencies by disabling them using configure args
In order to reduce the dependencies, this patch disables following features:
* Extended Attributes
* ACL support
* bzip2 through bz2lib
* lzop through liblzo2
* crypto support from Nettle
* xar through libxml2
Signed-off-by: Johannes Morgenroth <morgenroth@ibr.cs.tu-bs.de>
Nicolas Thill [Sat, 23 Aug 2014 09:18:13 +0000 (11:18 +0200)]
ulogd: import from old packages feed
- update to latest version (v2.0.4)
- use PKG_INSTALL
- add DBI plugin
- convert init script to procd
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill [Fri, 22 Aug 2014 10:08:58 +0000 (12:08 +0200)]
libnetfilter-queue: import from old packages feed
- update to latest version (v1.0.2)
- add dependency on libmnl
- add license info
- add myself as maintainer
Signed-off-by: Nicolas Thill <nico@openwrt.org>