| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
ntripclient developer agency http://igs.bkg.bund.de/ does not reliably provide a source mirror with version naming.
Created a github repository to provide sources and allow contributions.
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|
|
|
|
|
|
|
|
| |
* Update to latest version
* Refresh patches
* Update copyright years
* Fix musl build issues (patches already applied upstream)
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
|\
| |
| | |
libunistring: update to 0.9.6
|
| |
| |
| |
| | |
Signed-off-by: Espen Jürgensen <espenjurgensen+openwrt@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Ted Hess <thess@kitschensync.net>
|
|\ \
| | |
| | |
| | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
simple.qos had accidentally set up the egress shaper twice, once
with the true egress parameters and a second time using the ingress
parameters, effectively misconfiguring both directions. This bub
only affected situations where 3-tier ingress classification was
used.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
sqm_logger tried tro wait indefinitely if passed an empty string.
This in turn makes sqm-scripts hang. Quoting the input argument in sqm_logger
seems to fix the problem.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The last batch of changes tried to teach the GUI to pass link layer
options to cake but forgot to actually call the function that parses
the GUI variables and used it as a string insteead. So this fixes that
it also tries to allow the use of the tc_stab link layer adjustment
method with cake so the implementations can be validated against each other
easily. Needs testing...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The cake traffic-shaper qdisc omne stop solution knows how to handle
link layer adjustments for ATM and can account for per packet overhead.
This commit adds cake as link layer adjustment mechanism in the GUI and
passes numerically specified overhead as well as the ATM linklayer
keywords on to cake. This change also passes the "advanced option strings"
from the Queue Discipline tab to cake. But as before no error checking.
This needs testing, as I have no working cake qdisc available so
caveat emptor...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
| | | |
|
| | |
| | |
| | |
| | | |
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make clear that configuration options guarded by checkboxes are only
effective as long as those boxes are checked.
The sqm gui has giarded some advanced configuration options behind exposing
checkboxes, meaning these optiopn's values were only used as long
as those boxes were checked. This commit just improves the description of
the checkboxes to included this useage instruction...
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The SQM gui has confused its users with an enable button, that only served to
selecively activate/de-activate sqm instances instead of controlling sqm's
initscript (which needs to be enabled so the sqm properly starts up after a reboot
and also for hotplug to work properly). luci-app-sqm will now enable sqm's
initscript when a single sqm instance get enabled. It also informs the user about
this fact in the top margin of the sqm page. Note sqm will not disable the
initscript behind the user's back if sqm instances get disabled.
While I would have prefered this notice to be more prominent an attentive user
should notice, and most users should not care anyway. This also increases the
package release number.
Signed-off-by: Sebastian Moeller <moeller0@gmx.de>
|
| |
| |
| |
| | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| |
| |
| |
| | |
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
| |
| |
| |
| | |
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
|
|\ \
| | |
| | | |
iotivity: deactivate it on uclibc
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
IoTivity makes use of std::sto* and this is deactivated because GCC
things uClibc does not support C11, but it supports this part, not C11
completely. To make IoTivity work with uClibc a patch for this bug is
needed:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58393
An option would be this patch:
https://github.com/maximeh/buildroot/blob/master/package/gcc/4.9.1/850-libstdcxx-uclibc-c99.patch
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
|
| |
| |
| |
| | |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|\ \
| | |
| | | |
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
|
| | |
| | |
| | |
| | | |
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.
Fixes: #1506
Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
refresh patches
quickly run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | | |
run tested on ar71xx
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
this will allow us to switch to procd and use jailing ...
this patch come from https://support.zabbix.com/browse/ZBXNEXT-611
big thanks to Boris Manojlovic
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
|
|\ \ \
| | | |
| | | | |
Fixed broken link in README.md
|
|/ / /
| | |
| | |
| | | |
I've fixed the obtain.firmware.sdk link.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
|
|\ \ \
| | | |
| | | | |
openldap: update to 2.4.41
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|\ \ \ \
| | | | |
| | | | | |
micropython: update to fix build issue
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
|
| |_|/ / /
|/| | | |
| | | | |
| | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
tvheadend: add new package
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Tvheadend is a TV streaming server and recorder for Linux. Legacy
Makefile for tvheadend was used as a skeleton, but most of its parts
were rewritten or updated later.
Procd init script allows to set some configuration options (these are
commented out in default Uci config for documentation purposes) and is
written in a way that it puts only configuration that needs to be
persistent to main memory. EPG database which is large and updated
regularly is put to tmpfs (this can be disabled in config).
Signed-off-by: Jan Čermák <jan.cermak@nic.cz>
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
joe: bump to new upstream v4.0
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/joerc | 28 ++++++++++++++++++++++++++++
2 files changed, 32 insertions(+), 4 deletions(-)
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
knot: update to 1.6.4
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
mwan3-luci updates for CC/trunk compatibility
|
| | |/ / / / / /
| |/| | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Fixed two issues in Chaos Calmer and trunk:
-troubleshooting page not displaying
-UCI arguments out of order because of switch to musl c library from uclibc
Signed-off-by: Aedan "arfett" Renner <chipdankly@gmail.com>
|
| | | | | | | |
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|