Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Miroslav Lichvar ad3c42c407 chrony: update to 4.7
Release notes: https://chrony-project.org/news.html#_jun_11_2025_chrony_4_7_released

Signed-off-by: Miroslav Lichvar <mlichvar0@gmail.com>
2025-07-04 07:35:27 +02:00
.devcontainer
.github
.keys
.vscode
admin
devel
fonts/dejavu-fonts-ttf
ipv6
kernel
lang luabitop: update to 1.0.3 2025-06-26 09:47:05 +02:00
libs libtorrent: update to 0.15.5 2025-07-02 18:10:20 +08:00
mail
multimedia yt-dlp: bump to 2025.06.30 2025-07-03 00:49:22 +02:00
net chrony: update to 4.7 2025-07-04 07:35:27 +02:00
sound treewide: include `nls.mk` when depending on glib2 2025-06-30 21:36:06 +02:00
utils eza: update to 0.21.6 2025-07-02 08:05:57 +02: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.