-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update irqbalance to version 1.9.4. * refresh version in meson patch * remove EINVAL handling patch as upstream seems to have silenced the log spam for unmanageable IRQs Signed-off-by: Hannu Nyman <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,13 @@ | |
include $(TOPDIR)/rules.mk | ||
|
||
PKG_NAME:=irqbalance | ||
PKG_VERSION:=1.9.3 | ||
PKG_RELEASE:=3 | ||
PKG_VERSION:=1.9.4 | ||
PKG_RELEASE:=1 | ||
|
||
PKG_SOURCE_PROTO:=git | ||
PKG_SOURCE_URL:=https://github.com/Irqbalance/irqbalance.git | ||
PKG_SOURCE_VERSION:=v$(PKG_VERSION) | ||
PKG_MIRROR_HASH:=ff2936e9b7486e802206cbf9e16aa6cb7e1501bdf502441d31f409d104e757b8 | ||
PKG_MIRROR_HASH:=92af1d0e6775e1b66bc34da95443d9f2d953ec0c3c276dc55f9558029f9c42b8 | ||
|
||
PKG_MAINTAINER:=Hannu Nyman <[email protected]> | ||
PKG_LICENSE:=GPL-2.0-or-later | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Subject: [PATCH] add meson | |
|
||
Signed-off-by: Rosen Penev <[email protected]> | ||
|
||
[update version string to 1.9.3] | ||
[update version string to 1.9.4] | ||
|
||
--- | ||
meson.build | 43 +++++++++++++++++++++++++++++++++++++++++++ | ||
|
@@ -18,7 +18,7 @@ Signed-off-by: Rosen Penev <[email protected]> | |
+++ b/meson.build | ||
@@ -0,0 +1,43 @@ | ||
+project('irqbalance', 'c', | ||
+ version : '1.9.3', | ||
+ version : '1.9.4', | ||
+ default_options : ['warning_level=1'] | ||
+) | ||
+ | ||
|
15 changes: 0 additions & 15 deletions
15
utils/irqbalance/patches/020-mark-EINVAL-error-permanent.patch
This file was deleted.
Oops, something went wrong.