| Commit message (Collapse) | Author | Age |
|\
| |
| | |
docker-ce: add reload handling
|
| |
| |
| |
| |
| |
| |
| | |
If the uci configuration is changed send dockerd a SIGHUP to reload the
generated daemon.json file with the new configuration.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| | |
Signed-off-by: Gérondal Thibault <contact@tycale.be>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Extract data from configuration file /etc/config/dhcp and create labels
{name, ip, mac, dns} via uci. Those labels are useful in order to craft
complex prometheus queries as replacing the MAC address to a custom
name. E.g.: wifi_station_signal_dbm * on (mac) group_left(name)
uci_dhcp_host or on (mac) label_replace(wifi_station_signal_dbm, "name",
"$1", "mac", "(.+)")
Signed-off-by: Gérondal Thibault <contact@tycale.be>
|
|\ \
| | |
| | | |
flashrom: switch to building with meson
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Added patches to fix meson compilation.
Reworked flashrom.mk to work with meson.
Several minor Makefile cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| |/ /
|/| | |
ncdu: update to 1.15.1
|
| | |
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
gnupg: fix compilation with GCC10
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
A bit ugly but it works.
Added PKG_BUILD_PARALLEL for faster compilation.
Fix license information.
Minor cleanups.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Update haveged to version 1.9.13.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\ \ \
| |_|/
|/| | |
progress: update to 0.15
|
| |/
| |
| |
| |
| |
| |
| |
| |
| | |
Fix license information.
Use PKG_INSTALL and PKG_BUILD_PARALLEL for consistency and faster
compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This adds a new Makefile variable, GO_PKG_TAGS, for Go packages. When
set, the value is passed as the parameter of the -tags option for 'go
install'.
This also updates syncthing to use this variable.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
|
|/
|
|
|
|
| |
It's currently pointing to the host.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
|
|
|
| |
Fixes openwrt/packages#12808
Reported-by: Rosen Penev <rosenp@gmail.com>
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
|\
| |
| | |
tesseract/leptonica: switch to CMake
|
| |
| |
| |
| |
| |
| |
| |
| | |
Allows simplifying the Makefile. Also faster compilation.
Added CMake patch to fix compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
cache-domains: Improved configure reliability
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
I've noticed that in deployment on some reboots it won't configure,
This seems to be due to running before the system/network is ready.
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|\ \ \
| | | |
| | | | |
bottlerocket: new package
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
As simple package, providing a utility ("br") for controlling X10
home automation Firecracker transmitters over serial.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
|
| |/ /
|/| |
| | |
| | |
| | |
| | | |
Fixes GCC10 compilation.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
|/|
| |
| | |
Signed-off-by: Michal Hrusecky <michal@hrusecky.net>
|
| |
| |
| |
| | |
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
|
| |
| |
| |
| |
| |
| | |
PKG_INSTALL is already default. There's also no need for InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
treewide: add and fix conffiles
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \
| | | |
| | | | |
gnuplot: Fixed dependencies.
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Until now, the firewall rules from the dockerd were preserved after the
service was stopped. This is not nice. With this change the firewall rules
created by dockerd will be deleted when the dockerd service is stopped.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |/ /
|/| |
| | |
| | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Upstream backport.
Adjusted package to use PKG_INSTALL for consistency between packages.
Added PKG_BUILD_PARALLEL for faster compilation.
Adjusted InstallDev section to install the pkgconf file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
logrotate: update to 3.16.0
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Fixes compilation with GCC10.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
canutils: switch to CMake
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Allows simplifying the Makefile. Faster compilation as well.
Revert b70cb0ef5ed196247bd4bcce3cb84167420eeb4d
That commit was misleading and ended up bloating the Utilities section.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
default inotify limits at 8k are
low for serious usage
and the GUI shows errors like
"Failed to start filesystem watcher
for folder XXXX"
increase them with this config file
as instructed by syncthing's FAQ.
https://docs.syncthing.net/users/
faq.html#inotify-limits
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
[bumped PKG_RELEASE]
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|\ \ \ \
| | | | |
| | | | | |
docker-ce: update to version 19.03.12
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \ \ \ \
| | |_|/ /
| |/| | | |
gnuplot: Added package.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
About the patch: Gnuplot build process includes the compilation of some
custom binaries which are subsequently used to generate help files/docs.
Since those binaries are compiled for TARGET, this breaks the build on
the HOST. The patch disables the generation of those binaries (and the
documentation).
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
|
| |_|_|/
|/| | |
| | | |
| | | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
|\ \ \ \
| | | | |
| | | | | |
zsh: update to 5.8
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|