net-wireless/rtl8192eu: Add support 6.1 kernel

Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2023-03-13 19:41:06 +06:00
parent 37336639f7
commit 0dc8aed21f
3 changed files with 8 additions and 4 deletions

View File

@@ -1 +1 @@
DIST rtl8192eu-0_pre20220825.tar.gz 2487499 BLAKE2B 7eb9a4e67069a06e9efe210a2ccd68f647aa9c1eaa81ae7a60145d58cc4fb4c767f1adb4192cf816231532ddc59f6fda8b1b4838f5ac1bf48c4339e16eb1772b SHA512 2741b3bb76921510d5b56375d9cdc93bcec31df8e5b9fbceb3f4c97add78d1a02504d8a1842ac37a15234145ee6c0d575d6edc334de66e61f5a887b01765e576
DIST rtl8192eu-0_pre20230218.tar.gz 2488219 BLAKE2B 1c43b3f5331844d763b9e5df94420cb84586d9057cb83937024cd941fb2f5e8e1f9ccc461e52f890857e8679c9b46004ff50192ee5ba42cb03215eaa550c1ded SHA512 7809a490be542a6e92fff5107eb7fe670eeb54bf1e90a27ca2fbdd039da8c9f5e03aaf883ac553edcb4e938333d027f891e2eb5619596b82af677229a4cf7add

View File

@@ -5,4 +5,8 @@
<email>abbat.2008@gmail.com</email>
<name>Aleksandr Batyuk</name>
</maintainer>
<upstream>
<remote-id type="github">Mange/rtl8192eu-linux-driver</remote-id>
<bugs-to>https://github.com/Mange/rtl8192eu-linux-driver/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
inherit linux-mod
COMMIT="e39c4e7a66b05fab6eceb2bb251d399c003fb544"
COMMIT="9557ed2796f864b4d73abad8a4a3b0772254b59f"
DESCRIPTION="Realtek 8192EU driver module for Linux kernel"
HOMEPAGE="https://github.com/Mange/rtl8192eu-linux-driver"