- Mar 09, 2020
-
-
Jonas Höglund authored
-
- Mar 07, 2020
-
-
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 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)
-
- Mar 02, 2020
-
-
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)
-
- 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]
-
- Feb 23, 2020
-
-
Hannu Nyman authored
zip has 12 year old source code that would require work to make the binary actually work. > root@router1:/# zip > zip error: Not supported (uzoff_t not same size as zoff_t) As the binary does not work, lets remove the package to avoid confusion for the end-users. Reference to #10985 and #11089 as well as https://github.com/openwrt/openwrt/commit/ad8c2d6099a7da5192ee6e2c52a8303642271 Adapted from: c1201a99 (note: The package was renamed in master from zip to infozip a few weeks ago due to buildbot's relutance to compile zip in master and 19.07 ever since host zip was added as a build tool.) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
- Feb 22, 2020
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit 2078a770)
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit d511e2d8)
-
- Feb 16, 2020
-
-
Michal Hrušecký authored
Signed-off-by:
Michal Hrušecký <michal.hrusecky@nic.cz> Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry-picked from commit 18ccf174)
-
- Feb 08, 2020
-
-
Hannu Nyman authored
Update nano editor to version 4.8 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 7bc96280)
-
- Feb 04, 2020
-
-
Rosen Penev authored
Fixed license information. Removed patch requiring autoreconf and replaced with a configure variable. Removed faulty patch that broke systems without a disabled crypt size hack. Replaced with using a SED command as well as bcrypt, which works in musl. Removed su patch and converted it to a SED command in the Makefile. Added new shadow utilities. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry picked from commit 87e5ded0)
-
- Jan 30, 2020
-
-
Sebastian Kemper authored
Addresses CVE-2020-2574. Signed-off-by:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- Jan 24, 2020
-
-
Rosen Penev authored
%ud is a GNU extension. It's not really supported elsewhere. Signed-off-by:
Rosen Penev <rosenp@gmail.com> (cherry-picked from 536c6b8b)
-
- Jan 19, 2020
-
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit c8645633)
-
- Dec 29, 2019
-
-
Hannu Nyman authored
Update nano to version 4.7 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit c62f8962)
-
- Dec 21, 2019
-
-
Karel Kočí authored
Busybox in default uses SHA512 as well. On big ditribution this default is sourced from PAM. That means that shadow reads pam settings and uses that. OpenWrt in most cases does not have PAM installed and in such case shadow fallbacks to its own default which is DES. This just changes that default to SHA512 which is consistent with rest of the system. Signed-off-by:
Karel Kočí <karel.koci@nic.cz> (cherry picked from commit f27ce05a)
-
Josef Schlehofer authored
Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit 101791a2)
-
Markus Weippert authored
Signed-off-by:
Markus Weippert <markus@gekmihesg.de>
-
- Dec 12, 2019
-
-
Marcin Jurkowski authored
Signed-off-by:
Marcin Jurkowski <marcin1j@gmail.com> (cherry picked from commit 3763b238)
-
- Dec 07, 2019
-
-
Josef Schlehofer authored
Removed findutils-xargs dependency due to added busybox support in version 2.8 Signed-off-by:
Josef Schlehofer <pepe.schlehofer@gmail.com> (cherry picked from commit 2c22dcd3)
-
- Dec 02, 2019
-
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from 51a047b9)
-
Jeffery To authored
Signed-off-by:
Jeffery To <jeffery.to@gmail.com> (cherry picked from 492cbd53)
-
- Dec 01, 2019
-
-
Hannu Nyman authored
Update nano editor to version 4.6 Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry picked from commit 421dae85)
-
- Nov 30, 2019
-
-
Hannu Nyman authored
Update collectd to 5.10.0 * leave new plugins as disabled for now (procevent, sysevent) * refresh patches. Remove unenecessary version fix Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry-picked for 19.07. PKG_RELEASE=2 as cpufreq was already backported) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Hannu Nyman authored
Adjust the reaction to a polling interval timestamp that references to a past time. Past timestamps can happen when ntpd adjusts router's time after network connectivity is obtained after boot. Collectd shows warnings for each plugin as it tries to enter new values with the same timestamp as the previous one. This patch adjusts the next polling time to be now+2 seconds for the main loop and for the plugin-specific read loops. That avoids the warnings, but does not overreact in case there are shorter polling intervals or the time gets adjusted for other reasons. Additionally some debug statements are aded, but they are visible only when --enable-debug configure option is used in Makefile. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Hannu Nyman authored
Update collectd to 5.9.2 Mainly bug fixes: https://github.com/collectd/collectd/blob/dfb9dd09fe3a6864c8cf85eb92e826c289e6d6d2/ChangeLog Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Florian Eckert authored
Signed-off-by:
Florian Eckert <fe@dev.tdt.de> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Yousong Zhou authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Yousong Zhou authored
Collectd without log type plugin loaded will write log lines to stderr. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> (cherry-picked for 19.07) Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-