aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
...
* | Merge pull request #16458 from kuanyili/usbutilsRosen Penev2021-08-25
|\ \ | | | | | | usbutils: bump to 014
| * | usbutils: bump to 014Kuan-Yi Li2021-08-25
| | | | | | | | | | | | | | | | | | | | | Remove dependency on usbids as lsusb binary does not use usb.ids file anymore, instead it uses udev hardware database. Signed-off-by: Kuan-Yi Li <kyli@abysm.org>
* | | yq: Update to 4.12.0Tianling Shen2021-08-25
| | | | | | | | | | | | Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
* | | Merge pull request #16366 from stintel/rtl_433Stijn Tintel2021-08-25
|\ \ \ | |/ / |/| | rtl_433: disable SoapySDR
| * | rtl_433: disable SoapySDRStijn Tintel2021-08-15
| |/ | | | | | | | | | | | | | | When building on a host with SoapySDR installed, the package fails to build as CMake picks up the host SoapySDR CMake module. As SoapySDR is not available in OpenWrt, simply disable SoapySDR to fix build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* | Merge pull request #16453 from paper42/grep-3.7Rosen Penev2021-08-24
|\ \ | | | | | | grep: update to 3.7
| * | grep: update to 3.7Michal Vasilek2021-08-24
| | | | | | | | | | | | Signed-off-by: Michal Vasilek <michal.vasilek@nic.cz>
* | | gpsd: bump to 3.23Sebastian Kemper2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Contains fix for time jumping back 1024 weeks after 23-October-2021. Changes: - Between current version and 3.23 the ABI version changed from 27 to 29. Add ABI_VERSION variable to package as the jumps occur often. - 0001-no-distutils-import.patch: removed because current patch doesn't work with new release and host python3-distutils is a build requirement anyway. - 0002-ncurses6_detection.patch: fixed the patch. Currently the first "elif" checks for "ncurses6-config". But this is only provided by ncurses/host package, so the CFLAGS then contain includes that point into $(STAGING_DIR_HOSTPKG). The ncurses target package only installs "ncursesw6-config" into the staging area. So this is the only tool of interest. Also, the hunk moved from SConstruct to SConscript. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
* | | auc: read `detail` not `message` from serverPaul Spooren2021-08-23
| | | | | | | | | | | | | | | | | | | | | | | | The server API was unified and therefore the servers response is now `detail` rather than `message`, all found under the new endpoint /api/v1/build. Signed-off-by: Paul Spooren <mail@aparcar.org>
* | | 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>