Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
  • Makefile 49.8%
  • Shell 35.3%
  • C 7.3%
  • UnrealScript 3%
  • C++ 1.7%
  • Other 2.7%
Find a file
Daniel F. Dickinson 261d062ea9 radicale3: bump to v3.7.8
This is a bugfix and enhancement release: https://github.com/Kozea/Radicale/releases/tag/v3.7.8

It is intended to be the last of the 3.7.x series.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-08-09 06:37:37 +02:00
.devcontainer meta: create devcontainer.json 2025-06-15 13:20:08 +02:00
.github ci: bump lewagon/wait-on-check-action from 1.8.1 to 1.9.0 2026-08-03 21:09:42 +02:00
.vscode vscode: update commit message validation line length 2026-07-04 15:30:52 +02:00
admin rsyslog: track config files for procd restart 2026-08-07 13:37:49 +03:00
devel lttng-tools: update to 2.15.1 2026-07-30 14:23:47 +03:00
fonts/dejavu-fonts-ttf treewide: cleanup URLs 2026-05-08 22:28:27 +02:00
ipv6/generate-ipv6-address tayga: move to net 2025-07-24 15:33:18 +02:00
kernel ovpn-dco: fix build on 6.18.40 2026-08-04 15:05:08 +02:00
lang perl: fix arch in powerpc64 config 2026-08-07 13:45:30 +03:00
libs liblo: update to 0.36 2026-08-07 16:10:30 +03:00
mail tree-wide: remove redundant test.sh files 2026-07-04 23:42:46 +03:00
multimedia imagemagick: add test-version.sh version override 2026-08-07 11:27:13 +03:00
net radicale3: bump to v3.7.8 2026-08-09 06:37:37 +02:00
sound snapcast: fix "dirty" cmake-add-build-with-soxr-option.patch 2026-07-30 08:12:29 +02:00
utils gpsd: run as dedicated 'gpsd' system user 2026-08-07 13:47:42 +03:00
.gitignore .gitignore: add initial version 2024-05-10 23:34:46 +02:00
CONTRIBUTING.md contributing: update CI section with current test infrastructure 2026-07-03 15:25:09 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md Update the SDK URL in the README. 2020-05-24 14:50:30 -07:00

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.