Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Alexandru Ardelean 4e95a5895e python3: update to 3.14.7
Refresh PKG_HASH from the python.org release tarball, and bump
PYTHON3_PIP_VERSION to 26.2.1 to match the pip wheel bundled in 3.14.7's
ensurepip (it already matches the python-pip package version).

Refresh the patches against the new source; only the hunk offsets shift.

Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
2026-08-24 20:05:34 +03:00
.devcontainer
.github ci: bump lewagon/wait-on-check-action from 1.9.0 to 1.9.1 2026-08-16 08:09:57 +02:00
.vscode
admin syslog-ng: install the configuration with INSTALL_CONF 2026-08-18 15:00:51 +02:00
devel delve: update to 1.27.1 2026-08-11 13:50:26 +03:00
fonts/dejavu-fonts-ttf
ipv6/generate-ipv6-address
kernel ovpn-dco: update to version 7.1.0.2026080300 2026-08-11 09:18:30 +03:00
lang python3: update to 3.14.7 2026-08-24 20:05:34 +03:00
libs libextractor: update to 1.19 2026-08-24 14:45:02 +01:00
mail exim: update to 4.100 2026-08-24 02:30:57 +01:00
multimedia imagemagick: add test-version.sh version override 2026-08-07 11:27:13 +03:00
net gnunet: update to 0.29.0 2026-08-24 14:45:02 +01:00
sound libxmp: update to 4.7.2 2026-08-23 20:03:59 +03:00
utils uvol: update to 1.2, expose volume operations over ubus 2026-08-24 17:54:41 +01:00
.gitignore
CONTRIBUTING.md
LICENSE
README.md

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.