aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | 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>
* | Merge pull request #16246 from neheb/ykkRosen Penev2021-07-30
|\ \ | | | | | | ykclient: remove pointless PKG_BUILD_DEPENDS
| * | ykclient: remove pointless PKG_BUILD_DEPENDSRosen Penev2021-07-29
| | | | | | | | | | | | | | | | | | Also replace dependency with + one. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uvol: lvm: make 'up' call reliableDaniel Golle2021-07-30
|/ / | | | | | | | | | | | | | | Changing a volume right after activation doesn't work well due to some caching or race-condition issue. Perform activation as last lvchange operation as a work-around. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Merge pull request #16181 from neheb/NcRosen Penev2021-07-29
|\ \ | | | | | | ncdu: udpate to 1.16
| * | ncdu: udpate to 1.16Rosen Penev2021-07-21
| | | | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16175 from neheb/FiRosen Penev2021-07-29
|\ \ \ | | | | | | | | fish: update to 3.3.1
| * | | fish: update to 3.3.1Rosen Penev2021-07-21
| |/ / | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16174 from neheb/GfRosen Penev2021-07-29
|\ \ \ | | | | | | | | gptfdisk: update to 1.0.8
| * | | gptfdisk: update to 1.0.8Rosen Penev2021-07-21
| |/ / | | | | | | | | | | | | | | | Switch to AUTORELEASE for simplicity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #16200 from neheb/thRosen Penev2021-07-29
|\ \ \ | | | | | | | | triggerhappy: don't build man pages
| * | | triggerhappy: don't build man pagesRosen Penev2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation without host pod2man. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #16078 from ja-pa/fix-emailRosen Penev2021-07-29
|\ \ \ \ | | | | | | | | | | treewide: change email address in PKG_MAINTAINER
| * | | | treewide: change emailJan Pavlinec2021-07-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change from jan.pavlinec@nic.cz to jan.pavlinec1@gmail.com Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | Merge pull request #16173 from neheb/McRosen Penev2021-07-28
|\ \ \ \ \ | | | | | | | | | | | | minicom: update to 2.8
| * | | | | minicom: update to 2.8Rosen Penev2021-07-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Switch URL to new upstream. Switch to AUTORELEASE for simplicity. Removed most patches as they have been upstreamed. Rebased the remaining one. Fixed license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | | uvol: ubi: fix bring-up of ro volumesDaniel Golle2021-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bring-up of ro volumes on creation and on boot. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | | | Merge pull request #16217 from mweinelt/prometheus-hostapd-stations-ifname-fixDavid Bauer2021-07-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | prometheus-node-exporter-lua: fix bss identifier in hostapd_stations
| * | | | | | prometheus-node-exporter-lua: fix bss identifier in hostapd_stationsMartin Weinelt2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We previously did not identify the correct BSS from the output of `hostapd_cli -i <phy> status`, because when asked for a vif it will always respond with information relevant to the whole phy. The per vif settings will use an iterator and we now try to detect the correct BSS from that output. Signed-off-by: Martin Weinelt <hexa@darmstadt.ccc.de>