aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | | | | | | irqbalance: support reload_config & start laterMarc Benoit2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | linknx: convert to procdRosen Penev2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | | Merge pull request #11493 from TDT-AG/pr/20200303-bondingRosen Penev2020-03-03
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | bonding: add missing policies
| * | | | | | | | | bonding: add missing policiesHelge Mader2020-03-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Helge Mader <ma@dev.tdt.de>
* | | | | | | | | | Merge pull request #11492 from ja-pa/measurement-kit-0.10.11Rosen Penev2020-03-03
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | measurement-kit: update to version 0.10.11
| * | | | | | | | | measurement-kit: update to version 0.10.11Jan Pavlinec2020-03-03
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | | | | | Merge pull request #11490 from nxhack/node_serialport_807Rosen Penev2020-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node-serialport: update to 8.0.7
| * | | | | | | | | node-serialport: update to 8.0.7Hirokazu MORIKAWA2020-03-03
| | |_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | Merge pull request #11489 from nxhack/node_serialport_bindings_807Rosen Penev2020-03-02
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | node-serialport-bindings: update to 8.0.7
| * | | | | | | | | node-serialport-bindings: update to 8.0.7Hirokazu MORIKAWA2020-03-03
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | | Merge pull request #11487 from nxhack/node_hid_120Rosen Penev2020-03-02
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | node-hid: update to 1.2.0
| * | | | | | | | node-hid: update to 1.2.0Hirokazu MORIKAWA2020-03-03
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | | | | | | Merge pull request #11481 from jmarcet/python-requestsRosen Penev2020-03-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | python-requests: update to version 2.23.0
| * | | | | | | | python-requests: update to version 2.23.0Javier Marcet2020-03-02
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Javier Marcet <javier@marcet.info>
* / / / / / / / mosquitto: bump to 1.6.9Karl Palsson2020-03-02
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #11471 from fantom-x/syncthingRosen Penev2020-03-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | syncthing: enable/disable via config, lower priority, cleanup
| * | | | | | | syncthing: enable via config, lower priority, cleanupMarc Benoit2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | Merge pull request #11473 from nickberry17/update_libqmiRosen Penev2020-03-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | libqmi: bump libqmi version
| * | | | | | | | libqmi: bump libqmi versionNicholas Smith2020-03-02
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* | | | | | | | Merge pull request #11469 from BKPepe/youtubedlRosen Penev2020-03-01
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | youtube-dl: update to version 2020.3.1
| * | | | | | | | youtube-dl: update to version 2020.3.1Josef Schlehofer2020-03-01
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | | Merge pull request #11462 from yousong/sqmToke Høiland-Jørgensen2020-03-01
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | sqm-scripts: luci-app-sqm: init ucitrack with uci-defaults
| * | | | | | | sqm-scripts: luci-app-sqm: init ucitrack with uci-defaultsYousong Zhou2020-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | | git: update to version 2.25.1Josef Schlehofer2020-03-01
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | | | | | Merge pull request #11463 from zhaojh329/rttyHannu Nyman2020-03-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | rtty: update to 7.1.2
| * | | | | | | rtty: update to 7.1.2Jianhui Zhao2020-03-01
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
* | | | | | | Merge pull request #11423 from fantom-x/irqbalance-add-intervalHannu Nyman2020-02-29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | irqbalance: add support for interval and banirq
| * | | | | | | irqbalance: add support of interval and banirqMarc Benoit2020-02-29
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #11430 from fantom-x/irqbalance-upgradeHannu Nyman2020-02-29
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | irqbalance: upgrade to 1.6.0
| * | | | | | irqbalance: upgrade to 1.6.0Marc Benoit2020-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | | Merge pull request #11435 from neheb/hdjeeihRosen Penev2020-02-28
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | alpine: update to 2.22
| * | | | | | alpine: update to 2.22Rosen Penev2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to standard tarballs. Remove autoreconf as a result. Simplify NLS and IPv6 handling. Removed options are default. Remove upstreamed patch. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | ddns-scripts: bump package versionRosen Penev2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | ddns-scripts: fix logging bugRosen Penev2020-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes issue #11282, this patch was provided by PaulFertser on the #openwrt IRC. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11444 from neheb/stbRosen Penev2020-02-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | stubby: fix init script
| * | | | | | | stubby: fix init scriptRosen Penev2020-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The configuration file was not being generated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | | Merge pull request #11447 from neheb/prot2Rosen Penev2020-02-28
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | protobuf: link against libm under glibc
| * | | | | | | protobuf: link against libm under glibcRosen Penev2020-02-26
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11454 from neheb/upmRosen Penev2020-02-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | upmpdcli: link against libm under glibc
| * | | | | | | upmpdcli: link against libm under glibcRosen Penev2020-02-27
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | | | u2pnpd: update to 0.5Michael Heimpold2020-02-28
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* | | | | | idevicerestore: update to 2020-02-17Rosen Penev2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix compilation under glibc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | libirecovery: fix versionRosen Penev2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The hash was correct but not the source version. No idea how this happened Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | Merge pull request #11416 from Borromini/masterRosen Penev2020-02-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | Unbound: update to 1.10.0
| * | | | | | unbound: enable ipset support for the unbound-daemon-heavy variant.Stijn Segers2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * | | | | | Unbound: update to 1.10.0Stijn Segers2020-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Stijn Segers <foss@volatilesystems.org>
* | | | | | | Merge pull request #11448 from neheb/upnppppppRosen Penev2020-02-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | libupnpp: link against libm under glibc
| * | | | | | | libupnpp: link against libm under glibcRosen Penev2020-02-26
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | | Merge pull request #11445 from neheb/mpRosen Penev2020-02-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mpd: link against libm under glibc
| * | | | | | | mpd: link against libpthread under glibcRosen Penev2020-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>