Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Philip Prindeville 04dc151b3e bind: bump to 9.20.0
We no longer use "epoll()", but a new library dependency "liburcu"
(user-space RCU) has been added.

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
2024-08-05 07:00:50 +02:00
.github
.keys
admin
devel
fonts/dejavu-fonts-ttf
ipv6
kernel
lang lua-eco: update to 3.5.3 2024-08-02 22:23:54 +08:00
libs minizip: update to 4.0.7 2024-08-03 16:42:01 -07:00
mail
multimedia rtpmidi: fix compilation with GCC14 and fmt10.2 2024-08-04 02:08:51 +01:00
net bind: bump to 9.20.0 2024-08-05 07:00:50 +02:00
sound
utils gawk: set gawk as an alternative to awk 2024-08-03 19:51:02 +01: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.