Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Daniel Golle e2dd1dc19d udpspeeder: drop libatomic dependency
The binary links nothing from libatomic on any architecture, so the
dependency is unnecessary.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2026-09-16 16:35:19 +01: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 openwisp-config: fetch release tarball instead of git clone 2026-09-13 09:00:47 +02:00
devel
fonts/dejavu-fonts-ttf
ipv6/generate-ipv6-address
kernel ovpn-dco: update to 7.2.0.2026082800 2026-09-16 14:36:17 +03:00
lang ruby: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
libs srt: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
mail mutt: update to 2.4.2 2026-09-05 18:39:01 +03:00
multimedia gstreamer1: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
net udpspeeder: drop libatomic dependency 2026-09-16 16:35:19 +01:00
sound openal-soft: drop libatomic dependency 2026-09-16 16:35:19 +01:00
utils zoneinfo: update to 2026d release 2026-09-15 18:06:36 +02:00
.gitignore
CONTRIBUTING.md CONTRIBUTING.md: add pointers to LLM review prompts 2026-08-31 18:06:41 +03:00
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.