Commit graph

3557 commits

Author SHA1 Message Date
Sebastian Moeller
517954b7f5 [SQM] Fix simple.qos to allow using cake as ingress shaper
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>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
034e4d2475 [SQM] Fix sqm_logger to accept empty strings as input
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>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
a754eb7a74 [SQM] Fix changes relating to cake lnk layer adjustments
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>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2ba6a3f9ab [SQM/luci-app-sqm] Wire up link layer dandling for cake
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>
2015-07-12 22:24:21 +02:00
Dave Taht
e7bab97599 luci-app-sqm: add cake support 2015-07-12 22:24:21 +02:00
Dave Taht
73db5d2311 sqm-scripts: Support the cake qdisc.
Signed-off-by: Dave Taht <dave.taht@bufferbloat.net>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
0418469955 [SQM/luci-app-sqm] Fix SQM GUI help messages.
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>
2015-07-12 22:24:21 +02:00
Sebastian Moeller
2d10780a29 [SQM/luci-app-sqm] Enable sqm initiscript if a single sqm instance gets enabled
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>
2015-07-12 22:24:21 +02:00
Nikos Mavrogiannopoulos
2cfdc7a804 gnutls: updated to 3.4.3
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-12 21:42:11 +02:00
Marcel Denia
3b96e6d759 libidn: Update to 1.31
Signed-off-by: Marcel Denia <naoir@gmx.net>
2015-07-12 22:12:09 +02:00
Toke Høiland-Jørgensen
ac9c0ae11d Adopt the netperf package.
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2015-07-12 19:23:18 +02:00
Hauke Mehrtens
71f5ef9b28 Merge pull request #1561 from hauke/iotivity-ulibc
iotivity: deactivate it on uclibc
2015-07-12 13:08:24 +02:00
Hauke Mehrtens
bc804531b8 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>
2015-07-12 13:07:49 +02:00
Nuno Goncalves
097c3085aa tcsh: add source mirrors
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
2015-07-11 21:20:43 +01:00
Steven Barth
b70ffeb76d Merge pull request #1547 from adam2104/master
dnscrypt-proxy: add support for -E/--ephemeral-keys option.
2015-07-11 11:08:50 +02:00
Jonathan McCrohan
998c8468d3 sslh: disable libpcre probe support
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>
2015-07-11 02:16:48 +01:00
Etienne CHAMPETIER
1515019df5 screen: update to 4.3.1
refresh patches
quickly run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Etienne CHAMPETIER
ebb09ecc03 monit: update to 5.14
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:28 +02:00
Etienne CHAMPETIER
70a741cb33 zabbix: increase PKG_RELEASE
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:28:17 +02:00
Etienne CHAMPETIER
f58e0a6407 zabbix: switch zabbix_agentd to procd
run tested on ar71xx

Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com>
2015-07-11 00:26:30 +02:00
Etienne CHAMPETIER
e3576f3d0f zabbix: add option to run daemon in foreground
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>
2015-07-10 22:22:56 +02:00
Hauke Mehrtens
d6dbd9739a Merge pull request #1555 from ericschultz/patch-1
Fixed broken link in README.md
2015-07-10 21:00:44 +02:00
Eric Schultz
a5ec498127 Fixed broken link in README.md
I've fixed the obtain.firmware.sdk link.
Signed-off-by: Eric Schultz <eschultz@prplfoundation.org>
2015-07-10 13:51:22 -05:00
Ted Hess
9b1c22725b Merge pull request #1552 from MikePetullo/openldap
openldap: update to 2.4.41
2015-07-08 17:26:43 -04:00
W. Michael Petullo
7a6daac995 openldap: update copyright dates
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-08 17:02:22 -04:00
Ted Hess
7d6343a37e Merge pull request #1551 from roger-/micropython
micropython: update to fix build issue
2015-07-08 13:51:38 -04:00
Ted Hess
64421d7fa4 Merge pull request #1169 from ryzhovau/lighttpd_lua
lighttpd: add liblua deps for lighttpd-mod-cml and lighttpd-mod-magnet
2015-07-08 13:48:27 -04:00
Nikos Mavrogiannopoulos
03134441f2 openconnect: corrected port descriptions in README
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 19:39:19 +02:00
W. Michael Petullo
2b0837030e openldap: update to 2.4.41
Signed-off-by: W. Michael Petullo <mike@flyn.org>
2015-07-08 12:58:42 -04:00
Roger
e67868c7ad micropython: update to fix build issue 2015-07-08 11:50:24 -05:00
Nikos Mavrogiannopoulos
3c3cc25dc4 ocserv: more explicit documentation
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-08 08:16:55 +02:00
Nikos Mavrogiannopoulos
2765d7b779 openconnect: corrected call to proto_add_host_dependency
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
2015-07-07 22:48:44 +02:00
Ted Hess
d3f98cc3b5 Merge pull request #1537 from sairon/tvheadend-new-package
tvheadend: add new package
2015-07-07 12:37:42 -04:00
Steven Barth
dced064891 Merge pull request #1548 from aTanW/master
joe: bump to new upstream v4.0
2015-07-07 15:40:40 +02:00
Steven Barth
11dafa41d1 Merge pull request #1549 from salzmdan/master
knot: update to 1.6.4
2015-07-07 15:39:10 +02:00
Daniel Salzman
460af9c2e5 knot: update to 1.6.4
Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz>
2015-07-07 14:56:19 +02:00
aTanW
8d63ef4d47 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(-)
2015-07-07 15:43:50 +03:00
Adam Gensler
7a0a4144d8 dnscrypt-proxy: add support for -E/--ephemeral-keys option.
Signed-off-by: Adam Gensler <openwrt@a.gnslr.us>
2015-07-07 06:42:47 -04:00
Steven Barth
7f33167a89 Merge pull request #1546 from arfett/master
mwan3-luci updates for CC/trunk compatibility
2015-07-07 10:57:28 +02:00
Daniel Golle
25660aad62 lvm2: update sources and improve packaging
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-07 09:36:05 +02:00
Daniel Golle
7b6e938790 gnunet: bump source, improve packaging
* fix two typos in Makefile
 * package transports seperately
 * enable all installed transports by default
 * use logfile so we don't stdio-choke gnunet-service-arm
   -> should use syslog instead...

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-07-07 09:36:05 +02:00
arfett
09b7de4782 mwan3-luci update to version 1.4-3
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>
2015-07-06 17:20:23 -07:00
Jan Čermák
4e676203b3 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>
2015-07-06 21:25:43 +02:00
Saverio Proto
cf5f2586b0 tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
2015-07-06 20:26:54 +02:00
Ted Hess
e5aa1527ba Merge pull request #1539 from t-8ch/esniper
esniper: add esniper
2015-07-06 13:42:55 -04:00
Steven Barth
79c31e27d0 Merge pull request #1545 from dvlemplgk/patch-3
open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
2015-07-06 17:30:17 +02:00
dvlemplgk
157d4734aa open-plc-utils: Remove excessive dot in PKG_SOURCE_VERSION definition
Signed-off-by: Günther Kelleter <guenther.kelleter@devolo.de>
2015-07-06 17:18:15 +02:00
Steven Barth
92306fc880 Merge pull request #1533 from leitec/add-ngircd-v2
[v2] ngircd: import from oldpackages and update to 22.1
2015-07-06 08:12:55 +02:00
Ted Hess
ef3b276ccb Merge pull request #1540 from thess/knxd-fix
knxd: Fix build dependencies w/argp-standalone, add libstdcpp
2015-07-05 13:01:53 -04:00
Ted Hess
e470ae5ccf knxd: Fix build dependencies w/argp-standalone, add libstdcpp
Signed-off-by: Ted Hess <thess@kitschensync.net>
2015-07-04 17:33:23 -04:00