aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | | airos-dfs-reset: add airos-dfs-resetSimon Polack2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | Ubiquitis airmax based gear does not fallback to original port after DFS event is over. This tool triggers the fallback automatically by soft-restarting unconditionally, whenever the configured freq differs from the running. Signed-off-by: Simon Polack <spolack+git@mailbox.org>
* | | Merge pull request #16401 from Fanfwe/fix_jq_performanceRosen Penev2021-08-23
|\ \ \ | | | | | | | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance on startup
| * | | jq: Backport a bunch of commits in order to fix jq-1.6 terrible performance ↵François Goudal2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | on startup Signed-off-by: François Goudal <francois.goudal@airmont.com>
* | | | klish: update to 2.2.3Rosen Penev2021-08-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Remove uClibc reference from patch as it's no longer in tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | mc: add a missing Syntax fileMichal Vasilek2021-08-20
| |/ / |/| | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | gnupg: remove the GCC ifRosen Penev2021-08-19
| | | | | | | | | | | | | | | | | | Doesn't seem to work without advanced toolchain settings. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16388 from paper42/mc-masterDirk Brenken2021-08-18
|\ \ \ | | | | | | | | mc: update to 4.8.27, split -skins
| * | | mc: update to 4.8.27, split -skinsMichal Vasilek2021-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes CVE-2021-36370 * add a new subpackage mc-skins * drop 030-fix-cchat_t.patch, fixed upstream * refresh patches Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | | auc: update to version 0.2.1Daniel Golle2021-08-18
|/ / / | | | | | | | | | | | | | | | Brings support for future connexion based API. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | Merge pull request #16369 from stintel/gnuplotRosen Penev2021-08-18
|\ \ \ | | | | | | | | gnuplot: fix host lib leakage
| * | | gnuplot: fix host lib leakageStijn Tintel2021-08-15
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The package does not build due to host lib leakage, as evidenced by config.log: X_CFLAGS=' -I/usr/include' X_LIBS=' -L/usr/lib' Fix this by disabling X with a configure var. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | | Merge pull request #16378 from neheb/hplpRosen Penev2021-08-17
|\ \ \ | |_|/ |/| | hplip: update to 3.21.6
| * | hplip: update to 3.21.6Rosen Penev2021-08-15
| | | | | | | | | | | | | | | | | | Refreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16376 from neheb/watRosen Penev2021-08-16
|\ \ \ | | | | | | | | watchcat: run through shfmt
| * | | watchcat: run through shfmtRosen Penev2021-08-15
| |/ / | | | | | | | | | | | | | | | Cosmetic fixes mainly. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | opensc: update to version 0.22.0Daniel Golle2021-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | lvm2: update to version 2.03.13Daniel Golle2021-08-16
| | | | | | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | cni-plugins: update to version 1.0.0Daniel Golle2021-08-16
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | uvol: update to version 0.4Daniel Golle2021-08-15
| | | | | | | | | | | | | | | | | | | | Create UCI fstab mount sections for existing volumes on firstboot. Introduce special handling for volumes with non-[:alnum:] prefix: - do not create UCI sections for these 'hidden' volumes - create UCI section for '.uxc' special volume with target /var/state/uxc to be used for uxc config. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | collectd-mod-cpufreq: enable for ipq807xMatthew Hagan2021-08-15
| | | | | | | | | | | | Tested on AX3600 Signed-off-by: Matthew Hagan <mnhagan88@gmail.com>
* | Merge pull request #16365 from stintel/fishStijn Tintel2021-08-15
|\ \ | | | | | | fish: don't build docs
| * | fish: don't build docsStijn Tintel2021-08-15
| |/ | | | | | | | | | | | | Building docs fails due to fish_indent not being available. As we don't install docs anyway, simply disable docs build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | collectd-mod-ping: add support for MaxMissedJohn Kohl2021-08-15
| | | | | | | | Signed-off-by: John Kohl <jtk.git@bostonpog.org>
* | auc: update to version 0.2.0Daniel Golle2021-08-15
|/ | | | | | * support for ASU server post commit aparcar/asu@bac6de18 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: move function to right placeDaniel Golle2021-08-14
| | | | | | Change order of functions defined to fix build. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: improve branch selection logicDaniel Golle2021-08-14
| | | | | | | | | Make sure '-rcX' suffix is recognized as being a lower version than the release. Detect per-branch snapshot version by matching the version name string. Clean up here and there. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* auc: handle root filesystem typeDaniel Golle2021-08-13
| | | | | | | Automatically select image root filesystem type and allow the user to override that choice using the new '-F' command line option. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #16336 from G-M0N3Y-2503/docker-20.10.8Rosen Penev2021-08-12
|\ | | | | Docker 20.10.8
| * dockerd: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * docker: Updated to 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * containerd: Updated to 1.4.9 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * runc: Updated to 1.0.1 for docker 20.10.8Gerard Ryan2021-08-12
| | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | Merge pull request #16315 from selanf/x1Florian Eckert2021-08-12
|\ \ | | | | | | collectd: enable cpufreq plugin for mediatek
| * | collectd: enable cpufreq plugin for mediatekFritz D. Ansel2021-08-12
| | | | | | | | | | | | | | | | | | tested on e8450 ubi+non-ubi Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru>
* | | Merge pull request #16328 from turris-cz/hwdataRosen Penev2021-08-12
|\ \ \ | |_|/ |/| | hwdata: update to version 0.350
| * | hwdata: update to version 0.350Josef Schlehofer2021-08-11
| | | | | | | | | | | | Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
* | | Merge pull request #16325 from egorenar/stress-ng-libkmodAlexandru Ardelean2021-08-12
|\ \ \ | | | | | | | | stress-ng: add missing libkmod dependency
| * | | stress-ng: add missing libkmod dependencyAlexander Egorenkov2021-08-11
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | This fixes build problem introduced in commit 9a1bb4baf55f ("stress-ng: bump to version 0.13.00"): Package stress-ng is missing dependencies for the following libraries: libkmod.so.2 Fixes: 9a1bb4baf55f ("stress-ng: bump to version 0.13.00") Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
* / / auc: update to version 0.1.9Daniel Golle2021-08-12
|/ / | | | | | | | | | | | | | | | | | | | | | | | | Follow the @aparcar's withlist: - [x] Print URL of used server when searching for an update - [x] Implement `-y` option which automatically accepts changes - [x] Implement `-r` option which doesn't check for package upgrades but only new releases - [x] Print link or created image to be downloadable by the user from a browser/curl. Also allow selecting branch and version manually. Fixes: #16324 Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* / syncthing: update to version 1.18.1Michal Vasilek2021-08-11
|/ | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* stress-ng: bump to version 0.13.00Alexandru Ardelean2021-08-09
| | | | | | And switch to AUTORELEASE for PKG_RELEASE. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* lvm2: add hotplug script to scan and enable PVs on hotplugDaniel Golle2021-08-08
| | | | | | Automatically scan and activate physical volumes when added at runtime. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* Merge pull request #15895 from flyn-org/fuse-overlayfsRosen Penev2021-08-05
|\ | | | | fuse-overlayfs: add new package
| * fuse-overlayfs: add new packageW. Michael Petullo2021-08-05
| | | | | | | | | | | | | | This is part of an attempt to get rootless podman to work on OpenWrt. See https://github.com/openwrt/packages/issues/15096. Signed-off-by: W. Michael Petullo <mike@flyn.org>
* | attendedsysupgrade-common: update server URLPaul Spooren2021-08-06
| | | | | | | | | | | | The service is now on a new server which supports IPv6. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | Merge pull request #16277 from datafl4sh/datafl4sh/update_gnuplot_to_5.4.2Rosen Penev2021-08-03
|\ \ | | | | | | gnuplot: Updated gnuplot to 5.4.2
| * | gnuplot: Updated gnuplot to 5.4.2Matteo Cicuttin2021-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @datafl4sh Compile tested: x86, sunxi, bcm27xx Run tested: x86, sunxi, bcm27xx Description: Updated gnuplot from 5.4.1 to 5.4.2 Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
* | | ccid: update to version 1.4.35Daniel Golle2021-08-03
|/ / | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | clocate: add packageDavid Bauer2021-08-01
| | | | | | | | | | | | | | | | clocate is a small utility to determinethe location of a 802.11 capable device by using a remote locator service (Mozilla or Google). Signed-off-by: David Bauer <mail@david-bauer.net>
* | i2c-tools: update to version 4.3Daniel Golle2021-08-01
| | | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>