| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
SELinux and Seccomp are now enabled via the kernel options themselves
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
|
|
|
|
|
|
|
|
|
| |
It's nice to have seccomp support which is enabled in OpenWrt on
supported platforms on targets which are not marked as SMALL_FLASH.
(and it's kinda obvious that you wouldn't want to install runc on a
SMALL_FLASH target to begin with)
So let's enable seccomp by default.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|
|
|
|
|
|
| |
Better a separate package than enabling it via busybox.
Special thanks to @neheb for the Makefile patches.
Signed-off-by: Paul Spooren <mail@aparcar.org>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Installing the 'xz' package currently leads to file collisions:
Collected errors:
* check_data_file_clashes: Package xz wants to install file /usr/bin/unxz
But that file is already provided by package * busybox
* check_data_file_clashes: Package xz wants to install file /usr/bin/xz
But that file is already provided by package * busybox
* opkg_install_cmd: Cannot install package debootstrap.
Fix that by switching to use ALTERNATIVES for all multicall commands
instead of copying the symlinks into the package.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\
| |
| | |
domoticz: fix compilation with python 3.9
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Added Fedora patch to fix compilation.
Added python3 dependency as it seems it's needed now.
Replaced custom boost 1.73 patch with upstream one. Removed CFLAG that
was supposed to fix this but didn't do anything.
Removed nls.mk. telldus-core was fixed to not require iconv.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
|\ \
| | |
| | | |
lxc: update to 4.0.5
|
| | |
| | |
| | |
| | |
| | |
| | | |
Refreshed patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
dirmngr is needed to download keys from keyservers.
That being a useful thing, let's package dirmngr.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Renamed j* tools to their new versions.
Remove upstreamed patches.
Add missing time.h header.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |
| |
| |
| | |
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
|
| |
| |
| |
| |
| |
| |
| | |
Ship podman with defaults more coherent with user expectations and
more likely to work out-of-the-box.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| |
| |
| |
| |
| |
| | |
Update to the latest version from 10.4 series
Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
|
| |
| |
| |
| | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \
| | |
| | | |
docker-ce: Added blocked_interfaces config option
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* blocked_interfaces blocks all packets to docker0 from the given
interface. This is needed because all the iptables commands dockerd
adds operate before any of the fw3 generated rules.
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* Changed iptables commands to use long options
* Added `uci_quiet` in missed instances
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | |
| | |
| | |
| | | |
Signed-off-by: Gerard Ryan <G.M0N3Y.2503@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
podman fails to compile due to MIPS16 instructions somehow.
Disable use of MIPS16.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
cni-plugins fail to compile due to MIPS16 instructions somehow. Don't
use them.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Compiling cni failes due to MIPS16 somehow. Disable it.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
|\ \ \
| | | |
| | | | |
procps-ng: update alternatives
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
align with busybox sysctl
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
procps-ng-w was installed to /bin, which should be an accident.
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|
|\ \ \ \
| | | | |
| | | | | |
docker-compose: move to Utilities in menuconfig
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
it makes no sense to show docker-compose sit in Languages -> Python
submenu in menuconfig, it is a tool and not a library.
Move it to Utilities section like docker-ce also is.
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
|
| |_|/ /
|/| | |
| | | |
| | | | |
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
|
|\ \ \ \
| | | | |
| | | | | |
yq: add new package
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Tianling Shen <cnsztl@project-openwrt.eu.org>
|
|\ \ \ \ \
| | | | | |
| | | | | | |
prometheus-node-exporter-lua: fix hostapd exporter
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Fix "hostapd_ubus_stations.lua". The bit-lib that is imported and the
one specified as the dependency do not match. Use luabitop.
Signed-off-by: Nick Hainke <vincent@systemli.org>
|
| |/ / / /
|/| | | |
| | | | |
| | | | | |
Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Thanks to @aparcar for help with porting this.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Use ALTERNATIVES for /usr/bin/gpg and /usr/bin/gpgv, so upcoming gnupg2
variants can be selected instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Backport two uClibc-ng patches.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | | | |
| | | | |
| | | | |
| | | | | |
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
|
| |_|_|/
|/| | |
| | | |
| | | | |
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
| | | |
| | | |
| | | |
| | | | |
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Javier Marcet <javier@marcet.info>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Don't warn on deprecated declarations.
Rename warning patch. It's specific to foritfy-headers.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change upstream to official repository at
https://salsa.debian.org/debian/at
Signed-off-by: Phil Eichinger <phil@zankapfel.net>
|
| | |
| | |
| | |
| | |
| | |
| | | |
Avoids iconv dependency.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
|
| |/
|/|
| |
| |
| |
| | |
Avoid conflict with package busybox-selinux
Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
|