aboutsummaryrefslogtreecommitdiff
path: root/utils/irqbalance
Commit message (Collapse)AuthorAge
* irqbalance: fix AARCH64 compilationHannu Nyman2018-07-19
| | | | | | | AARCH64 compilation fails due to upstream bug in 1.2.0 that has been later fixed. Backport the fix commit. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* irqbalance: add PKG_MIRROR_HASHHannu Nyman2017-04-27
| | | | Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* irqbalance: avoid external glib2Hannu Nyman2017-02-08
| | | | | | | | | Revert an upstream commit to enable compiling without external glib2. Edit the 'disable UI compilation' patch to match the original upstream commit more closely. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* irqbalance: add packageHannu Nyman2017-02-08
The purpose of irqbalance is to distribute hardware interrupts across processors/cores on a multiprocessor/-core system in order to increase performance. This initial implementation of the package uses external glib2, which is a large dependency. Only the cmd-line tool is compiled and installed. Run-tested with ipq806x / R7800. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>