Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
  • Makefile 50%
  • Shell 35%
  • C 7.3%
  • UnrealScript 3%
  • C++ 1.7%
  • Other 2.8%
Find a file
Mieczyslaw Nalewaj 1d40ad929a dockerd: update configuration to select TFTP modules
PR https://github.com/openwrt/openwrt/pull/23690 introduces
the ability to add PACKAGE_kmod-nf-nathelper-tftp instead of
PACKAGE_kmod-nf-nathelper-extra to reduce space usage.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
2026-07-02 12:49:51 +02:00
.devcontainer meta: create devcontainer.json 2025-06-15 13:20:08 +02:00
.github ci: trigger build on pull_request and wait for FormalityCheck 2026-06-30 13:33:46 +02:00
.keys build: move gpg keys into .keys directory 2018-04-30 13:14:25 -07:00
.vscode vscode: update editor settings and commit constraints 2026-03-13 19:59:50 +02:00
admin monit: update to 6.0.0 2026-06-27 22:59:10 +02:00
devel treewide: add or correct license information 2026-06-08 16:29:56 +03:00
fonts/dejavu-fonts-ttf treewide: cleanup URLs 2026-05-08 22:28:27 +02:00
ipv6/generate-ipv6-address tayga: move to net 2025-07-24 15:33:18 +02:00
kernel ovpn-dco: fix build on kernel 6.18.33 2026-05-26 12:04:35 +03:00
lang node: bump to 22.23.0 2026-06-23 08:19:18 +03:00
libs giflib: add version check override 2026-06-30 23:30:05 +02:00
mail exim: update to version 4.99.4 2026-06-10 21:28:20 +01:00
multimedia yt-dlp: add version check override 2026-06-14 14:11:15 +03:00
net nut: rewrite scripts 2026-07-02 06:43:08 +02:00
sound treewide: add or correct license information 2026-06-08 16:29:56 +03:00
utils dockerd: update configuration to select TFTP modules 2026-07-02 12:49:51 +02:00
.gitignore .gitignore: add initial version 2024-05-10 23:34:46 +02:00
CONTRIBUTING.md CONTRIBUTING.md: accept only real names in the SoB 2025-08-05 21:08:01 +02:00
LICENSE Add GPLv2 pro-forma license 2014-06-16 08:14:04 +02:00
README.md Update the SDK URL in the README. 2020-05-24 14:50:30 -07:00

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.