4
1
Fork
You've already forked packages
0
No description
  • Makefile 50%
  • Shell 35%
  • C 7.3%
  • UnrealScript 3%
  • C++ 1.7%
  • Other 2.8%
Find a file
Christian Korber ebb7c18a5d modemmanager: bump PKG_RELEASE
Bump PKG_RELEASE number. This is due because of earlier changes.
Signed-off-by: Christian Korber <ckorber@tdt.de>
2026年07月15日 10:16:54 +02:00
.devcontainer meta: create devcontainer.json 2025年06月15日 13:20:08 +02:00
.github ci: add nightly LLM review workflow 2026年07月09日 07:17:31 +02:00
.vscode vscode: update commit message validation line length 2026年07月04日 15:30:52 +02:00
admin zabbix: add version check override 2026年07月10日 20:56:10 +02:00
devel gcc: synchronize with toolchain 2026年07月07日 12:09:29 +02: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 python-asgiref: improve version check in test.sh 2026年07月15日 10:22:17 +03:00
libs gpgme: fix double -sf flag passed to ln 2026年07月15日 08:32:08 +02:00
mail tree-wide: remove redundant test.sh files 2026年07月04日 23:42:46 +03:00
multimedia yt-dlp: add version check override 2026年06月14日 14:11:15 +03:00
net modemmanager: bump PKG_RELEASE 2026年07月15日 10:16:54 +02:00
sound tree-wide: remove redundant test.sh files 2026年07月04日 23:42:46 +03:00
utils zsh: update to 5.9.2 2026年07月15日 08:30:36 +02:00
.gitignore .gitignore: add initial version 2024年05月10日 23:34:46 +02:00
CONTRIBUTING.md contributing: update CI section with current test infrastructure 2026年07月03日 15:25:09 +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.