net-wireless/rtl8821ce: Add support kernel 5.10

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2021-01-02 14:28:03 +06:00
parent ce6c4f44e7
commit 0b28554a41
2 changed files with 5 additions and 3 deletions

View File

@@ -1 +1 @@
DIST rtl8821ce-0_pre20200826.tar.gz 4519560 BLAKE2B 7dd862dd9a5fed5f670e306bc96b02f8c3630908a78153c170768d4775ca772e6c293a05e9926657b4ec483fb80275294954f969c98d1be37c7ce1bdc71c50da SHA512 55ab70e74b6aadfa5be78c3d3a14a78739ac1ec5ad89583ccda517afdef3298d619d74735fe69f860fa9f81b04735326cea6ee6f9fa1908a61c46a09cc86bf3d
DIST rtl8821ce-0_pre20201216.tar.gz 4520587 BLAKE2B 4e333d8e83f0a4d18ff99656be1d435f7ce83155238276e24981b145c945d48404bc1aabb31511dcc3cd0d94823ad900f2ca979d9a7e89c94e7fce75e4423bf6 SHA512 4e7576142a91f5fa18ae23b26bb51ab5c2e7171afe2a08673b6c974d99a445fb04e63c64b38c96c65d85da0c0018267c401a2a6b1f2065de97745cc46ac58588

View File

@@ -1,10 +1,10 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
COMMIT="26e3caf94061f12997f3cd73bb635b7db238763c"
COMMIT="14b536f0c9ad2d0abbdab8afc7ade684900ca9cf"
DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
HOMEPAGE="https://github.com/tomaspinho/rtl8821ce"
@@ -19,3 +19,5 @@ S="${WORKDIR}/rtl8821ce-${COMMIT}"
MODULE_NAMES="8821ce(net/wireless)"
BUILD_TARGETS="all"
CONFIG_CHECK="~!RTW88_8821CE"
ERROR_RTL8XXXU="The RTW88_8821CE module is enabled in the kernel; it conflicts with this module."