summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarlson2k (Evgeny Grin) <k2k@narod.ru>2023-04-03 18:52:22 +0300
committerJoonas Niilola <juippis@gentoo.org>2023-04-15 15:41:16 +0300
commit8212d430a2de8bbe74e842ad54ec744b81463384 (patch)
tree42805ac9d094a223f2cf68cf57bddd6b01d09536 /net-misc/r8125/r8125-9.009.02.ebuild
parentnet-misc/r8125: New upstream version 9.011.00 (diff)
downloadgentoo-8212d430a2de8bbe74e842ad54ec744b81463384.tar.gz
gentoo-8212d430a2de8bbe74e842ad54ec744b81463384.tar.bz2
gentoo-8212d430a2de8bbe74e842ad54ec744b81463384.zip
net-misc/r8125: Fixes for kernels 5.19 and 6.1
Closes: https://bugs.gentoo.org/890714 Signed-off-by: Karlson2k (Evgeny Grin) <k2k@narod.ru> Closes: https://github.com/gentoo/gentoo/pull/30461 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/r8125/r8125-9.009.02.ebuild')
-rw-r--r--net-misc/r8125/r8125-9.009.02.ebuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/net-misc/r8125/r8125-9.009.02.ebuild b/net-misc/r8125/r8125-9.009.02.ebuild
index 9178eeaa64df..60221798a097 100644
--- a/net-misc/r8125/r8125-9.009.02.ebuild
+++ b/net-misc/r8125/r8125-9.009.02.ebuild
@@ -18,6 +18,10 @@ MODULE_NAMES="r8125(net:${S}/src)"
BUILD_TARGETS="modules"
IUSE="+multi-tx-q ptp +rss use-firmware"
+PATCHES=(
+ "${FILESDIR}/${PN}-9.011.00-linux-6.1.patch" # bug 890714
+)
+
CONFIG_CHECK="~!R8169"
WARNING_R8169="CONFIG_R8169 is enabled. ${PN} will not be loaded unless kernel driver Realtek 8169 PCI Gigabit Ethernet (CONFIG_R8169) is DISABLED."