Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Daniel F. Dickinson b3087fee99 zabbix: remove unneeded postinsts
Handling uci-defaults scripts in package postinst is not needed in
modern OpenWrt and in fact results in error messages on install since
the common postinst processes and deletes uci-defaults scripts before
package-specific postinsts are executed.

Therefore remove the unneeded postinsts in this package.

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-09-05 18:37:50 +03:00
.devcontainer
.github
.vscode
admin zabbix: remove unneeded postinsts 2026-09-05 18:37:50 +03: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 golang: bump 1.27 to 1.27.1 2026-09-03 18:46:53 +03:00
libs c-ares: bump to 1.34.8 2026-09-04 17:04:44 +03:00
mail msmtp: update to 1.8.34 2026-09-04 20:54:34 +02:00
multimedia
net csshnpd: bump to c1.1.0 release 2026-09-05 18:37:14 +03:00
sound fluidsynth: update to 2.6.0 2026-08-27 14:55:51 +03:00
utils qemu: update to 11.1.1 2026-09-04 17:04:13 +03: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.