Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Dharmik Parmar 8e912e91d5 trafficshaper: avoid recursive dependency
The conditional nftables dependency causes Kconfig to select
PACKAGE_nftables-nojson from itself:

  symbol PACKAGE_nftables-nojson is selected by PACKAGE_nftables-nojson

Split the firewall dependencies into nftables and iptables variants. Keep
trafficshaper as the default nftables variant and provide
trafficshaper-iptables for older systems.

Fixes: 2e945de232 ("trafficshaper: add nftables firewall backend")

Signed-off-by: Dharmik Parmar <dharmikparmar2004@yahoo.com>
2026-08-03 21:08:02 +02:00
.devcontainer
.github ci: add LLM review rules 2026-07-28 23:11:53 +02:00
.vscode
admin fluent-bit: fix HTTP output SIGSEGV on too-small coroutine stack 2026-08-01 21:19:47 +03:00
devel lttng-tools: update to 2.15.1 2026-07-30 14:23:47 +03:00
fonts/dejavu-fonts-ttf
ipv6/generate-ipv6-address
kernel
lang node: bump to 22.23.2 2026-08-02 09:35:26 +02:00
libs nghttp2: bump to 1.70.0 2026-08-02 09:18:28 +02:00
mail
multimedia v4l2camera: update to v0.3.2 2026-07-29 22:49:42 +03:00
net trafficshaper: avoid recursive dependency 2026-08-03 21:08:02 +02:00
sound snapcast: fix "dirty" cmake-add-build-with-soxr-option.patch 2026-07-30 08:12:29 +02:00
utils nano: update to 9.2 2026-08-03 18:10:36 +03: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.