Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Daniel Golle cc100f7a59 rtorrent: use ATOMIC64_DEPENDS
libatomic is only needed where the compiler does not inline 64-bit
atomics, but the package depends on it on every target.
ATOMIC64_DEPENDS restricts the dependency to those targets.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2026-09-16 16:35:19 +01:00
.devcontainer
.github
.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 ovpn-dco: update to 7.2.0.2026082800 2026-09-16 14:36:17 +03:00
lang python3: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
libs libopen62541: drop libatomic dependency 2026-09-16 16:35:19 +01:00
mail mutt: update to 2.4.2 2026-09-05 18:39:01 +03:00
multimedia gstreamer1: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
net rtorrent: use ATOMIC64_DEPENDS 2026-09-16 16:35:19 +01:00
sound openal-soft: drop libatomic dependency 2026-09-16 16:35:19 +01:00
utils zoneinfo: update to 2026d release 2026-09-15 18:06:36 +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.