Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Austin Lane 0616b9d7f7 python-platformio: update to v6.2.0
tested with meshtasticd (dependent) compile

Signed-off-by: Austin Lane <vidplace7@gmail.com>
2026-09-17 20:45:34 +03: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 vscode: exclude .patch files from trimTrailingWhitespace 2026-09-17 07:21:56 +02:00
admin openwisp-config: fetch release tarball instead of git clone 2026-09-13 09:00:47 +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 7.2.0.2026082800 2026-09-16 14:36:17 +03:00
lang python-platformio: update to v6.2.0 2026-09-17 20:45:34 +03: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 ustreamer: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
net modemmanager: fix custom initial EPS bearer username 2026-09-17 16:54:35 +02:00
sound openal-soft: drop libatomic dependency 2026-09-16 16:35:19 +01:00
utils swanmon: add version check override 2026-09-17 16:53:20 +02:00
.gitignore
CONTRIBUTING.md CONTRIBUTING: document what a patch has to look like 2026-09-17 10:03:50 +02: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.