Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Paul Donald 38e02fbd57 ddns-scripts: drop split_FQDN()
The function is unused - it can be removed.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2025-06-25 15:40:21 +02:00
.devcontainer meta: create devcontainer.json 2025-06-15 13:20:08 +02:00
.github
.keys
.vscode
admin btop: add patch to fix download/upload display 2025-06-20 12:03:02 +08:00
devel treewide: drop nanosleep patches related to uClibc-ng 2025-06-16 12:17:17 +02:00
fonts/dejavu-fonts-ttf
ipv6
kernel
lang golang: bump to 1.24.4 2025-06-16 18:23:12 +08:00
libs libradcli: fix build options 2025-06-23 14:52:02 +08:00
mail bogofilter: replace no-docs patch with backport of upstream commit 2025-06-06 23:05:09 +02:00
multimedia tvheadend: cut subnet from lan IP reported by uci, fix bug #26681 2025-06-07 20:26:47 +02:00
net ddns-scripts: drop split_FQDN() 2025-06-25 15:40:21 +02:00
sound sox_ng: Remove (lib)speex un-expected inclusion by discovery 2025-06-19 11:54:00 +02:00
utils prometheus-node-exporter-lua: mwan3: speed up 2025-06-25 01:53:43 +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.