- May 19, 2020
-
-
Sukru Senli authored
-
Sukru Senli authored
-
-
-
- Mar 09, 2020
-
-
Jonas Höglund authored
-
Omar Kallel authored
-
Ronny Nilsson authored
-
Jonas Höglund authored
-
Jonas Höglund authored
-
Jonas Höglund authored
-
Jonas Höglund authored
-
Jonas Höglund authored
-
- Mar 08, 2020
-
-
Josef Schlehofer authored
- Bump version also in the config file - Move logread to /sbin location instead of /usr/sbin Because package logd in OpenWrt's ubox Makefile uses /sbin folder and LuCI has the same path hardcoded in modules/luci-base/root/usr/share/rpcd/acl.d/luci-base.json and using different location results that LuCI is not able to load log data as it is not found. Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit fe165eeb)
-
- Mar 07, 2020
-
-
Hannu Nyman authored
[Openwrt 19.07] Shorewall: Bump to 5.2.3.7
-
Rosen Penev authored
[19.07] mariadb: add dependency on libaio for arc as well
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
W. van den Akker authored
Signed-off-by:
W. van den Akker <wvdakker@wilsoft.nl>
-
Sebastian Kemper authored
Now that libaio compiles on arc targets we need to add the dependency to libaio on these targets as well. resolves #9298 Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Mar 06, 2020
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com>
-
- Mar 05, 2020
-
-
Etienne Champetier authored
phantap: add to 19.07
-
- Mar 04, 2020
-
-
Hirokazu MORIKAWA authored
https://github.com/openwrt/packages/pull/11320#issuecomment-594032207 luv, libwebsockets, ttyd, netdata are build OK. Signed-off-by:
Hirokazu MORIKAWA <morikw2@gmail.com>
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io> (cherry picked from commit ed965cf1)
-
Jo-Philipp Wich authored
Create an anonymous inode in /tmp using O_TMPFILE and attempt to link the file in place using linkat(). Only fall back to the old file copy when linking the tempfile fails. Avoids double memory use if both the temporary upload file and the destination file are located in /tmp. Ref: https://github.com/openwrt/luci/issues/3654 Signed-off-by:
Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 4f4a7e95)
-
Jo-Philipp Wich authored
Allocate dynamic buffer memory for decoding post data and allow post requsts up to 128KB compared to the previos 1KB limit. Also support downloading /proc and /sys files by falling back to chunked transfer encoding when the file size cannot be determined. Signed-off-by:
Jo-Philipp Wich <jo@mein.io> (cherry picked from commit 39087eba)
-
Hannu Nyman authored
Irqbalance: backport to 19.07
-
- Mar 03, 2020
-
-
Marc Benoit authored
Added support for reload_config This service does not need to start so early (even before the netwrok is up). Start it after the device is mostly up and operational. Compile-tested on: ipq806x Runtime-tested on: ipq806x Signed-off-by:
Marc Benoit <marcb62185@gmail.com> (cherry picked from commit b6078559)
-
Marc Benoit authored
Added the ability to change sampling interval and provide a list of IRQ's to ignore via /etc/config/irqbalance Signed-off-by:
Marc Benoit <marcb62185@gmail.com> (cherry picked from commit b7a99b23)
-
Marc Benoit authored
Upgraded from 1.2.0 to 1.6.0 to pick up all the latest fixes and improvements irqbalance made glib2 mandatory since 1.3.0, but is using very little of it. glib2 linked statically to minimize the impact. 1.2.0 size: 33,619 1.6.0 size: 99,539 ~# irqbalance --version irqbalance version 1.6.0 ~# ldd /usr/sbin/irqbalance /lib/ld-musl-armhf.so.1 (0xb6f5f000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000) libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000) ~# opkg info irqbalance Package: irqbalance Version: 1.6.0-6 Depends: libc Status: install user installed Architecture: arm_cortex-a7_neon-vfpv4 Installed-Time: 1582839249 Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300 Run-tested: ipq806x/R7800 & ipq40xx/GL-B1300 Signed-off-by:
Marc Benoit <marcb62185@gmail.com> (cherry picked from commit bdcb872a)
-
Diana Dragusin authored
Signed-off-by:
Diana Dragusin <diana.dragusin@nccgroup.com>
-
- Mar 02, 2020
-
-
Rosen Penev authored
[OpenWrt 19.07] libaio: Update to 0.3.112
-
Rosen Penev authored
Replace inactive maintainer with myself. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 7cd204e9) Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> [compile tested on powerpc_8540]
-
Karl Palsson authored
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>
-
Marc Benoit authored
Added the ability to enable/disable via a config file; the default is enabled for backwards compatibility. This is an additional service, so running it the same priority as dnsmasq, etc does not make sense. Added USE_PROCD=1 "done" starts at "START=95", so this should start earlier Added STOP=10 to stop syncthing early Compile-tested on: ipq806x, ipq40xx Runtime-tested on: ipq806x, ipq40xx Signed-off-by:
Marc Benoit <marcb62185@gmail.com> (cherry picked from commit 6f687746)
-
Rosen Penev authored
syncthing: backport to 19.07
-
- Mar 01, 2020
-
-
Paul Spooren authored
Signed-off-by:
Paul Spooren <mail@aparcar.org> (cherry picked from commit 7c1d6571) Tested-By: Marc Benoit <marcb62185@gmail.com> [19.07: R7800/GL-B1300]
-
Paul Spooren authored
Signed-off-by:
Paul Spooren <mail@aparcar.org> (cherry picked from commit 373d3b24) Tested-By: Marc Benoit <marcb62185@gmail.com> [19.07: R7800/GL-B1300]
-