net-wireless/rtl8821cu: Add support 5.17 kernel

Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2022-04-15 19:20:55 +06:00
parent 75247c076c
commit a1e3832635
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
DIST rtl8821cu-0_pre20211114.tar.gz 3645523 BLAKE2B e30c86e37f7f005db49f51eaa2778857e70d0e069c3dd2c50f422e49b837c2df303f8758dd8c741e30331c3c9ac932cbd0d88493e12507d80626bbf13abad433 SHA512 21662e31954547292e119c50d4155a3a0317df8fc357a044d5b980a32e97fdc1c1dc34be216d0df9d36ee42692c032e3ed9e9f2db810b1fa3459bf591a7b7170
DIST rtl8821cu-0_pre20220409.tar.gz 3645561 BLAKE2B 99cd64a1dd3ff48b5d003fcc436a0d0c7f3ac645537560d9d116a3a4e73b1844be2bb1767662e2fd9761811cee2550b6df7870688a4cc4d1001b6b68ddd4ba97 SHA512 f6d00d9c09747537517bbcfc80a09ea3da49a83b7c03642c1f26e4a827879be7308aceec7cc8e6c8729abed950919f5e73b3bb942506a07f8661007d7b3329f3

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,7 +6,7 @@ EAPI=7
inherit linux-mod toolchain-funcs
BUILD_PARAMS="CC=$(tc-getCC) V=1 KSRC=${KERNEL_DIR}"
COMMIT="ef3ff12118a75ea9ca1db8f4806bb0861e4fffef"
COMMIT="8c2226a74ae718439d56248bd2e44ccf717086d5"
DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
HOMEPAGE="https://github.com/brektrou/rtl8821CU"