No description
- Makefile 54.1%
- Shell 31.9%
- C 8%
- C++ 1.9%
- Lua 1.4%
- Other 2.5%
Bumps Podman from version 5.2.2 to 5.8.0. This update includes: - Refreshing PKG_VERSION and PKG_HASH. - Adjusting vendoring paths in the Makefile from 'github.com/containers' to 'go.podman.io' due to upstream changes. - Updating the '010-do-not-build-docs.patch' to match the new upstream Makefile structure. Patch context updated to reflect the upstream switch from host OS detection via '$(shell uname -s)' (returns build host kernel name, e.g. "FreeBSD") to '$(GOOS)' (Go's target OS environment variable, e.g. "freebsd"). This is also more friendly for cross-compilation. The podman initscript has been enhanced with several improvements: - The Podman network ID is now dynamically generated on first boot, replacing a hardcoded placeholder. This ensures uniqueness across installations and improves isolation. - Added 'podman system renumber' to reconcile lock states, making the service more robust after an unclean shutdown. - Renamed the 'shutdown' function to 'stop_service' for consistency with procd conventions. - Added a 10-second timeout to 'pod stop -a' and 'container stop -a' commands for a more graceful service termination. Signed-off-by: Brian 'redbeard' Harrington <redbeard@dead-city.org> |
||
|---|---|---|
| .devcontainer | ||
| .github | ||
| .keys | ||
| .vscode | ||
| admin | ||
| devel | ||
| fonts/dejavu-fonts-ttf | ||
| ipv6/generate-ipv6-address | ||
| kernel | ||
| lang | ||
| libs | ||
| multimedia | ||
| net | ||
| sound | ||
| utils | ||
| .gitignore | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| README.md | ||
OpenWrt packages feed
Description
This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.
Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.
Usage
This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot – Installation on the OpenWrt support site.
This feed is enabled by default. To install all its package definitions, run:
./scripts/feeds update packages
./scripts/feeds install -a -p packages
License
See LICENSE file.
Package Guidelines
See CONTRIBUTING.md file.