Community maintained packages for OpenWrt.
 
 
 
 
 
 
Go to file
Hannu Nyman 22188b42bd irqbalance: Add upstream fix for AARCH64 irq name parsing
Add upstream fix for AARCH64 irq name parsing.

> On arm64 SoCs like TI's K3 SoC and few other SoCs,
> IRQ names don't get parsed correct due to which they
> end up being classified into wrong class. Fix this by
> considering last token to contain IRQ name always.

The fix seems to enable e.g. RT3200 to notice a few more
interrupts and start balancing them.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2023-02-15 23:51:58 +02:00
.circleci
.github github-ci: error on any shell errors 2022-12-08 10:55:52 +01:00
.keys
admin Merge pull request #20451 from graysky2/htop 2023-02-07 08:25:07 +02:00
devel delve: update to version 1.20.1 2023-01-24 17:59:52 -08:00
fonts/dejavu-fonts-ttf
ipv6 miredo: add miredo.conf conffile 2023-01-17 00:08:12 +03:00
kernel v4l2loopback: upgrade to v0.12.7 2023-01-29 20:32:39 -08:00
lang Jinja2: pass maintainership to Michal Vasílek 2023-02-14 17:37:18 +01:00
libs nghttp2: update to 1.51.0 2023-01-29 20:33:07 -08:00
mail alpine: fix old URL 2023-01-14 13:54:16 -08:00
multimedia v4l2tools: upgrade to release 0.2.0 2023-01-29 20:32:26 -08:00
net adblock: update 4.1.5-5 2023-02-15 21:15:20 +01:00
sound mpd: update to 0.23.11 2023-01-13 20:45:39 -08:00
utils irqbalance: Add upstream fix for AARCH64 irq name parsing 2023-02-15 23:51:58 +02:00
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.