| Commit message (Collapse) | Author | Age |
|
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|
|
|
|
|
|
| |
Add "ipstatistics"-plugin. This plugin parses "/proc/net/netstat" and
"/proc/net/snmp6" to get the overall ipv4 and ipv6 usage.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\
| |
| | |
prometheus-node-exporter-lua: update netstat
|
| |
| |
| |
| |
| |
| |
| | |
The snmp and netstat interface are enabled by default
See: 4943bc5cff47a482c3010033e04c6d489a4b733c
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \
| | |
| | | |
dockerd: change dockerd start level to 99 to avoid unknown conflicts
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Dockerd start too early will conflict with other net config.
After boot must manually restart dockerd, Or some container will not run.
Signed-off-by: Yuhang Qin <qinyuhangxiaoxiang@gmail.com>
|
|/ /
| |
| |
| | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\ \
| | |
| | | |
hwdata 0.343: fix build error on macOS
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The install command on macOS does not support the -T flag.
As suggested by Rosen Penev, this package does not compile anything,
so the contents can be installed directly.
Signed-off-by: Georgi Valkov <gvalkov@abv.bg>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Added libmount dependency as it's needed now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| | |
This includes a backport of quota commit 02b222a3, which removes the
use of reallocarray. The musl C library does not provide reallocarray.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
|
|/
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\
| |
| | |
sipcalc: use autorelease feature
|
| |
| |
| |
| |
| |
| |
| | |
Package version is automatically increased as described here:
https://github.com/openwrt/packages/issues/14537
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|\ \
| | |
| | | |
docker-compose: Update to version 1.28.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Bugs:
- Revert to Python 3.7 bump for Linux static builds
- Add bash completion for docker-compose logs|up --no-log-prefix
Miscellaneous:
- CI setup update
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Upstream Backport.
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
collectd: refactor snmp6
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Return with "-1" if parsing fails in read function.
Reduce buffersize of splitstring function.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Getifaddrs() is not working all the time (e.g. wireguard interfaces).
Instead we use if_nameindex() syscall as suggested in:
https://stackoverflow.com/a/45796495/8474618
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
| |/ /
|/| |
| | |
| | | |
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
The Alpine Package Keeper is the default package manager for Alpine
Linux. They manage their own repositoriy with thousends of packages and
as musl is used for compilation, their binaries can directly run on
OpenWrt.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
| |
| |
| |
| | |
Signed-off-by: Vladimir Ulrich <admin@evl.su>
|
|/
|
|
| |
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
|
|
|
| |
Signed-off-by: Yanase Yuki <dev@zpc.sakura.ne.jp>
|
|
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Features:
- Support for Nvidia GPUs via device requests
- Support for service profiles
- Change the SSH connection approach to the Docker CLI's via shellout to the local SSH client (old behaviour enabled by setting COMPOSE_PARAMIKO_SSH environment variable)
- Add flag to disable log prefix
- Add flag for ansi output control
Bugs:
- Make parallel_pull=True by default
- Bring back warning for configs in non-swarm mode
- Take --file in account when defining project_dir
- On compose up, attach only to services we read logs from
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|
|
|
| |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
|\
| |
| | |
gptfdisk: update to 1.0.6
|
| |
| |
| |
| |
| |
| |
| |
| | |
Remove all uclibcxx support. It's buggy and fairly dead upstream.
Remove libcxx linker hack attributed to glibc.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
| |
Remove upstreamed patches. Meaningless as uClibc-ng is gone now.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
| |
Signed-off-by: Shuanglei Tao <tsl0922@gmail.com>
|
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
| |
Update nano editor to version 5.5
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
|
|
| |
BUILDONLY was disabling SANE backends (drivers) build.
Closes #14484
Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
|
|
|
|
| |
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
|
|
| |
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
|
|
|
|
| |
We scraped multiple times the same interface in one run.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
|
|
|
| |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
| |
Size is not really an issue for stress-ng.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
oath-toolkit: update to 2.6.5
|
| |
| |
| |
| |
| |
| | |
Add PKG_BUILD_PARALLEL for faster compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
stress-ng: update to 0.12.01
|
| |/
| |
| |
| |
| |
| |
| | |
Simplified bsd patch to be compatible with glibc. It's easier to just
use libbsd with glibc. Size shouldn't be an issue.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|