aboutsummaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAge
* stress-ng: addRosen Penev2020-08-31
| | | | | | This is a replacement for the old stress utility. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* Merge pull request #12778 from neheb/ap51Rosen Penev2020-08-30
|\ | | | | ap51-flash: run through shellcheck
| * ap51-flash: run through shellcheckRosen Penev2020-07-10
| | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | Merge pull request #13109 from neheb/lcd42Rosen Penev2020-08-29
|\ \ | | | | | | lcd4linux: fix samsung driver compilation
| * | lcd4linux: fix samsung driver compilationRosen Penev2020-08-13
| | | | | | | | | | | | | | | | | | | | | | | | Turns out, it uses an API that is not provided by libjpeg. Add compatibility code from v4l-utils. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | uhubctl: incorporate feedback from reviewSteven Honson2020-08-29
| | | | | | | | | | | | Signed-off-by: Steven Honson <steven@honson.id.au>
* | | uhubctl: new packageSteven Honson2020-08-29
| | | | | | | | | | | | | | | | | | | | | Description: uhubctl is a utility that allows you to control USB power on USB hubs that implement per-port or ganged power switching. Signed-off-by: Steven Honson <steven@honson.id.au>
* | | pcsc-tools: update to 1.5.7Rosen Penev2020-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Cleaned up Makefile for consistency between packages. Fixed license information. Added PKG_BUILD_PARALLEL for faster compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | fuse3: update to 3.9.3Rosen Penev2020-08-27
| | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | nano: update to 5.2Hannu Nyman2020-08-25
| | | | | | | | | | | | | | | | | | Update nano editor to version 5.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* | | swig: support node.js v12Hirokazu MORIKAWA2020-08-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Maintainer: @blogic me Compile tested: head r14241-ba2ddba, x86_64 Run tested: x86_64 (VirtualBox) Description: Addressed the build failure with node.js version 12. https://github.com/openwrt/packages/pull/12225 Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
* | | Merge pull request #12788 from nwf/rng-tools-6.10Rosen Penev2020-08-24
|\ \ \ | | | | | | | | rng-tools: bump to 6.10, require libopenssl
| * | | rng-tools: bump to 6.10, require libopensslNathaniel Filardo2020-08-22
| | | | | | | | | | | | | | | | | | | | | | | | Upstream now requires libopenssl unconditionally Signed-off-by: Nathaniel Filardo <nwfilardo@gmail.com>
* | | | Coremark: update the compilation for 64bitkongfl888 K2020-08-24
| | | | | | | | | | | | | | | | Signed-off-by: kongfl888 K <kongfl888@outlook.com>
* | | | Coremark: bump to ver 2020-05-28kongfl888 K2020-08-24
| | | | | | | | | | | | | | | | Signed-off-by: kongfl888 K <kongfl888@outlook.com>
* | | | klish: fixup sigignore supportRosen Penev2020-08-22
|/ / / | | | | | | | | | | | | | | | | | | Added _GNU_SOURCE for uClibc-ng compatibility. _XOPEN_SOURCE does not seem to be enough. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13176 from neheb/scRosen Penev2020-08-21
|\ \ \ | | | | | | | | serialconsole: update to 1.0
| * | | serialconsole: update to 1.0Rosen Penev2020-08-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add license information. Add PKG_INSTALL and PKG_BUILD_PARALLEL for consistency between packages. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13173 from neheb/bandRosen Penev2020-08-20
|\ \ \ \ | | | | | | | | | | bandwidthd: don't build in parallel
| * | | | bandwidthd: don't build in parallelRosen Penev2020-08-19
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | There are intermittent build failures on the buildbots because of this. I see the same build failures locally as well. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | Merge pull request #13116 from neheb/klRosen Penev2020-08-20
|\ \ \ \ | |/ / / |/| | | klish: fix compilation with uClibc-ng
| * | | klish: fix compilation with uClibc-ngRosen Penev2020-08-13
| |/ / | | | | | | | | | | | | | | | sigignore is missing from libc. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #13162 from neheb/sysstRosen Penev2020-08-19
|\ \ \ | | | | | | | | sysstat: update to 12.4.0
| * | | sysstat: update to 12.4.0Rosen Penev2020-08-18
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | stress: replace usleep with nanosleepRosen Penev2020-08-18
|/ / / | | | | | | | | | | | | | | | The former is deprecated. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | Merge pull request #12967 from G-M0N3Y-2503/docker-deps-devinstall-removeRosen Penev2020-08-18
|\ \ \ | | | | | | | | runc/containerd/libnetwork: Refactored Makefiles
| * | | runc: Removed DevInstall target and RefactorGerard Ryan2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | libnetwork: Changed Makefile layout to match runcGerard Ryan2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
| * | | containerd: Removed DevInstall target and RefactorGerard Ryan2020-07-29
| | | | | | | | | | | | | | | | Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
* | | | Merge pull request #13159 from neheb/sedRosen Penev2020-08-18
|\ \ \ \ | | | | | | | | | | sed: don't use selinux
| * | | | sed: don't use selinuxRosen Penev2020-08-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13155 from neheb/atRosen Penev2020-08-18
|\ \ \ \ \ | | | | | | | | | | | | at: fix compilation
| * | | | | at: fix compilationRosen Penev2020-08-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | libselinux is being picked up by at. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13156 from neheb/vimRosen Penev2020-08-18
|\ \ \ \ \ | | | | | | | | | | | | vim: explicitly disable selinux
| * | | | | vim: explicitly disable selinuxRosen Penev2020-08-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Now that libselinux is in the tree, vim picks it up. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13158 from neheb/logrotRosen Penev2020-08-18
|\ \ \ \ \ | | | | | | | | | | | | logrotate: remove selinux support
| * | | | | logrotate: remove selinux supportRosen Penev2020-08-18
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / / / / findutils: do not use selinuxRosen Penev2020-08-18
|/ / / / | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | serialconsole: fix compilation with uClibc-ngRosen Penev2020-08-15
| | | | | | | | | | | | | | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | tracertools: remove usleep usageRosen Penev2020-08-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usleep is deprecated. Modernized the Makefile to modern standards. Signed-off-by: Rosen Penev <rosenp@gmail.com> Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #13125 from ja-pa/procps-ng-sysctRosen Penev2020-08-15
|\ \ \ \ | | | | | | | | | | procps-ng: add new applet sysctl
| * | | | procps-ng: add new applet sysctlJan Pavlinec2020-08-14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* | | | | canutils: add back install sectionRosen Penev2020-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5969273ff40cdf6d90f3442aa6c986226e0a16dc mistakenly got rid of the install section for canutils, causing errors when trying to install. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13115 from neheb/moreRosen Penev2020-08-14
|\ \ \ \ \ | | | | | | | | | | | | moreutils: fix compilation with uClibc-ng
| * | | | | moreutils: fix compilation with uClibc-ngRosen Penev2020-08-13
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | getloadavg is missing not just under cygwin. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* / | | | lvm2: fix CE in macLiangbin Lian2020-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | command-count.h generated by makefile was wrong when using default shell in mac, set shell to bash to fix it. Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
* | | | lvm2: depend on libselinuxDaniel Golle2020-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | LVM2 uses libselinux if found at buildtime and then requires it to be present on run-time. As LVM2 is usually not installed on space-constraint systems just always build with libselinux as apart from the extra space usage it doesn't hurt. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | | | Merge pull request #13103 from neheb/mpackRosen Penev2020-08-13
|\ \ \ \ | | | | | | | | | | mpack: update URLs
| * | | | mpack: update URLsRosen Penev2020-08-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upstream sort of moved to GitLab. Use fossies mirror since the original site went down. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | | | | Merge pull request #13102 from neheb/strRosen Penev2020-08-13
|\ \ \ \ \ | | | | | | | | | | | | stress: use fossies mirror