openwrt/packages

Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 15th, 2026
Created on May 29th, 2014
Open Issues & Pull Requests: 990 (+1)
GitHub issues: Enabled
Number of forks: 3,972
Total Stargazers: 4,611 (+0)
Total Subscribers: 205 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.6 hours
Mean response time: 77.0 days
90th percentile: 101.7 days
Tracked items: 1,319

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 6% of issues opened in the past year have never received a reply. 92% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "release/25.12" is answered fastest, typically in about 5 hours, while "release/22.03" waits about 3 days. 50% of tracked open issues have had no activity in three months. 69% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 537
New in 7 days: 4
Closed in 7 days: 5
Avg open age: 1,023 days
Stale 30+ days: 475
Stale 90+ days: 439

Recent activity

Opened in 7 days: 3
Closed in 7 days: 5
Comments in 7 days: 1
Events in 7 days: 1

Top labels

  • bug (437)
  • stale (326)
  • release/19.07 (68)
  • release/21.02 (64)
  • release/22.03 (59)
  • release/24.10 (46)
  • release/23.05 (41)
  • release/25.12 (37)

Most active issues this week

Sign in to see which issues are moving.

Detailed Description

OpenWrt packages is a community-maintained package feed that provides build scripts, options and patches for applications, modules and libraries used within OpenWrt systems.

The tool solves the problem of extending OpenWrt with additional software beyond the core system. It works by providing Makefile-based package definitions that integrate with the OpenWrt buildroot and SDK, allowing developers to compile and package applications for embedded Linux systems running OpenWrt. Packages can be installed either pre-built through the opkg utility on a running system or compiled from source using the OpenWrt SDK on a build machine.

This feed is intended for developers working with OpenWrt who need to add custom applications or libraries to their embedded systems. It suits projects ranging from simple single-package additions to comprehensive custom distributions. The feed is enabled by default in OpenWrt buildroots, making it the natural choice for anyone extending OpenWrt functionality. Developers should be familiar with the OpenWrt build system and the Makefile format used for package definitions, as the repository assumes an existing OpenWrt buildroot installation.

The project maintains active community engagement through documented contribution guidelines in its CONTRIBUTING.md file, which sets clear expectations for submitting pull requests. The codebase is primarily composed of Makefiles reflecting the build-system-centric nature of the work. The project participates in community initiatives that encourage broader participation in open source development.