| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
Update nano to version 5.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|
|
|
|
|
|
| |
Update irqbalance to version 1.7.0
Refresh patches.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\
| |
| | |
lcd4linux: fix compilation with GCC 10
|
| |
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This was caused by upstream project commit db5adeaa ("build-sys: clean
up flags included in the linker command line")
Reported-by: W. Michael Petullo <mike@flyn.org>
Link: https://github.com/openwrt/packages/issues/13081
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| |
| |
| | |
In case CONFIG_BUILD_NLS was enabled
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
|
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| | |
| | | |
docker-ce: Enabled cgroups v1 by default
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|\ \ \
| | | |
| | | | |
quota: fix compilation without sys/cdefs
|
| | |/
| |/|
| | |
| | |
| | |
| | | |
sys/cdefs.h does not come included with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \ \
| | | |
| | | | |
lcdproc: fix compilation with GCC 10
|
| |/ /
| | |
| | |
| | | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
sys/cdefs.h does not come with musl. It's also deprecated.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
|
|
|
|
| |
Fix shellcheck SC2230
> which is non-standard. Use builtin 'command -v' instead.
Once applied to everything concerning OpenWrt we can disable the busybox
feature `which` and save 3.8kB.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
smstools3: fix compilation with GCC10
|
| |
| |
| |
| |
| |
| |
| | |
GCC10 defaults to -fno-common , which breaks compilation as there are
multiple variables defined outside of the header file.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If ttyd is configured to ssl, you will get the following message in the
log `refuse to serve WS client for illegal ws path`. Upstream a patch
has already been applied which fixes this.
Since there is no newer version than 1.6.1, this fix is backported as a
patch. And could be removed if a new version of ttyd is available.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|\ \
| |/
|/| |
ttyd: fix debug config option
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Append missing debug option value.
If this is not append and the debug option is selected, then we get the
following error output on ttyd start.
> ttyd: missing start command
To fix this add missing debug option value.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|/
|
|
|
|
| |
Faster fsck.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
|
|
|
|
|
| |
Update nano editor to version 5.0.
http://git.savannah.gnu.org/cgit/nano.git/tree/NEWS
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
|
|\
| |
| | |
docker-ce: add default bridge to openwrt uci backend
|
| |
| |
| |
| | |
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>
|
| |
| |
| |
| | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This commit adds two additional init.d targets:
* uciadd:
This command adds the default docker0 bridge to the network
configuration. Additional, a new firewall zone docker is created
* ucidel
This command removes default docker0 bridge from the network
configuration. The new docker firewall zone gets also deleted.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Added the mount utilities. It turns out that udev is not a requirement.
Renamed package to fuse3 and moved to utils, as with fuse2.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
vim: update to 8.2
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Removed multibyte options. They must now be enabled.
Refreshed patches.
Commented out autowrite as requested in
https://github.com/openwrt/packages/pull/12177
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/ /
| |
| |
| |
| |
| | |
Refresh patch.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
unrar: update to 5.9.4
|
| |/
| |
| |
| | |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
| |
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\
| |
| | |
mc: update to 4.8.25
|
| |
| |
| |
| |
| |
| | |
* refreshed patches
* release news: http://midnight-commander.org/wiki/NEWS-4.8.25
Signed-off-by: Dirk Brenken <dev@brenken.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
API change.
Cleaned up Makefile.
Fixed license information.
Remove pointless CMAKE_INSTALL. This is not needed in InstallDev.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|/
|
|
|
|
| |
API change.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|
|
|
| |
Signed-off-by: Matteo Cicuttin <datafl4sh@toxicnet.eu>
|
|
|
|
| |
Signed-off-by: Nuno Goncalves <nunojpg@gmail.com>
|
|\
| |
| | |
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>
|