| Commit message (Collapse) | Author | Age |
... | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
transmission needs to have name resolution to be able to resolve
the trackers' hostnames.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| | | |
| | | | |
softethervpn: disable PIC
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Compilation is broken on AArch64.
Reordered some things for consistency between packages.
Fixed license information.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
|
|/ /
| |
| |
| |
| |
| |
| | |
The SUBDIRS variable has been removed in kernel 5.4, and was deprecated
since the beginnig of kernel git history in favour of M or KBUILD_EXTMOD.
Signed-off-by: David Bauer <mail@david-bauer.net>
|
| |
| |
| |
| | |
Signed-off-by: Jan Hak <jan.hak@nic.cz>
|
| |
| |
| |
| |
| |
| | |
Syscalls observered when running on arm32. Add them to seccomp rule.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| | |
Signed-off-by: Othmar Truniger <github@truniger.ch>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| | |
Signed-off-by: W. van den Akker <wvdakker@wilsoft.nl>
|
| |
| |
| |
| |
| |
| | |
Adds support for kernel 5.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Backport of upstream staging commit to fix compilation issue with x86_64 as
ppc64le build hosts.
https://github.com/pqarmitage/keepalived/commit/42c020aab6e51d09f22a2e4a33ce6fd73009e2dc
This fixes #10642.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| | |
Signed-off-by: Jonathan Elchison <JElchison@Gmail.com>
|
|\ \
| | |
| | | |
xtables-addons: update to 3.9, fix build on kernel 5.4
|
| | |
| | |
| | |
| | | |
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Use skb_ensure_writable instead
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
57394bc Fix build with Linux 5.3
b95d68c Use uint for module parameter type for setup_timeout, remove -ve check
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed options UCI parameter. It's not terribly useful. Most of the
parameters can be replaced with procd functionality. procd also demands
processes to run in the foreground.
Removed -fno-builtin. It seems to be a legacy option.
Ran init script through shellcheck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Helge Mader <ma@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Full changelog: https://mosquitto.org/blog/2020/02/version-1-6-9-released/
Nothing of particular relevant to OpenWrt, just general fixes.
Signed-off-by: Karl Palsson <karlp@etactica.com>
|
|\ \ \
| | | |
| | | | |
sqm-scripts: luci-app-sqm: init ucitrack with uci-defaults
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
To avoid build failure when luci-app-sqm is selected as builtin where
the ipk will be installed on build machine
While at it, switch to using $(MAKE) instead of plain "make"
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| | |
Fixes issue #11282, this patch was provided by PaulFertser on the #openwrt
IRC.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
stubby: fix init script
|
| | |
| | |
| | |
| | |
| | |
| | | |
The configuration file was not being generated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This update fixes #11452 since LFS detection support was added upstream.
While at, update SPDX license tag to latest standard.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
|\ \ \
| | | |
| | | | |
Unbound: update to 1.10.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch enables ipset support in the unbound-daemon-heavy variant. See [1] for
instructions on how to use it.
Also fix a minor typo in the libunbound-light description.
[1] https://github.com/NLnetLabs/unbound/pull/28
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Stijn Segers <foss@volatilesystems.org>
|
|\ \ \ \
| | | | |
| | | | | |
libreswan: update to 3.30
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
keepalived: update version to 2.0.20
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
cgi-io: fix compilation against uClibc
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
addrwatch: update to 1.0.2
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Switch to standard tarball to avoid autoreconfig.
Fix license information.
Add PKG_BUILD_PARALLEL for faster compilation.
Add PKG_INSTALL for consistency with other packages.
Removed upstreamed patches. Refresh remaining one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
frr: update to 7.3
|
| |/ / /
| | | |
| | | |
| | | | |
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Syntax now matches preferred upstream style.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Patch from upstream: https://github.com/pagekite/libpagekite/commit/7b4587818564aa667f868249e9a8f1dc1d095fd3
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
pings the front ends less aggressively, reducing cpu usage on the host.
Signed-off-by: Karl Palsson <karlp@tweak.net.au>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
|