Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Atanas Vladimirov ec542feed4 hcxdumptool: build hcxdumptool target only
Leaving hcxnmealog out is intentional.
It is the GPS/wardriving helper that was split out of hcxdumptool in
6.3.5. It needs a GPS receiver (USB NMEA device such as /dev/ttyACM0,
or gpsd wrapping one) and is not used for the usual handshake/PMKID
capture on a stationary router.

Signed-off-by: Atanas Vladimirov <vladimirov.atanas@gmail.com>
2026-09-14 07:14:47 +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
admin openwisp-config: fetch release tarball instead of git clone 2026-09-13 09:00:47 +02:00
devel
fonts/dejavu-fonts-ttf
ipv6/generate-ipv6-address
kernel dcwapd: remove dcwapd and related packages 2026-08-26 08:24:13 +02:00
lang django-restframework: update to 3.18.1 2026-09-12 11:41:24 +03:00
libs expat: update to 2.8.4 2026-09-12 23:33:43 +02:00
mail mutt: update to 2.4.2 2026-09-05 18:39:01 +03:00
multimedia tvheadend: drop the handwritten version override 2026-09-10 08:53:25 +02:00
net hcxdumptool: build hcxdumptool target only 2026-09-14 07:14:47 +03:00
sound fluidsynth: update to 2.6.0 2026-08-27 14:55:51 +03:00
utils podman: wire the podman bridges into dnsmasq and fw4 2026-09-13 23:57:19 +01:00
.gitignore
CONTRIBUTING.md CONTRIBUTING.md: add pointers to LLM review prompts 2026-08-31 18:06:41 +03: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.