Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Dharmik Parmar c11ef37d55 bcp38: clean up nft rule handling
Quote interface names when creating nft rules and use destroy table for idempotent cleanup.

Signed-off-by: Dharmik Parmar <dharmikparmar2004@yahoo.com>
2026-08-13 19:43:55 +03:00
.devcontainer
.github
.vscode
admin tree-wide: rename version check test.sh to test-version.sh 2026-08-13 15:21:26 +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 python-typing-extensions: bump to 4.16.0 2026-08-11 14:39:47 +03:00
libs tree-wide: rename version check test.sh to test-version.sh 2026-08-13 15:21:26 +02:00
mail
multimedia
net bcp38: clean up nft rule handling 2026-08-13 19:43:55 +03:00
sound squeezelite: add version test override 2026-08-11 09:25:18 +03:00
utils tree-wide: rename version check test.sh to test-version.sh 2026-08-13 15:21:26 +02: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.