net-wireless/rtl8821ce: Add support for kernel 5.8

Package-Manager: Portage-3.0.4, Repoman-2.3.23
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2020-08-30 11:26:33 +06:00
parent 43c37745a3
commit fb75edaaaa
3 changed files with 2 additions and 24 deletions

View File

@@ -1,2 +1 @@
DIST rtl8821ce-0_pre20200224.tar.gz 4519145 BLAKE2B dec8974d16d7a4d136c3a452d182aeec26270ddf6ffc4e5059a8260fa6dbed32aa407925244d4fe543d4156956f54ab464b6502f6f185a83e3b98de003fdc715 SHA512 2946b36d0315db292870d1760d1d68f3135e202c90312bc37619a8de04b1fd60f4acb13d14700e0a5ca3ae4a21aab68306cf0f4a801134a37ff573fcc6a8e11f
DIST rtl8821ce-0_pre20200703.tar.gz 4519547 BLAKE2B d10313298e6807f4c5ef35582be01dba5d11c36cb2bfb572186b32123f8388e6edca03de716b545dacc02e6aa43439d7379d1727dc6206791c0f7d296ad8b62a SHA512 e0bdc7feaf7f29e760b86c2b85caf177e084c06fa681bb8888bf43927d766505d3573931ee878842089863eeefc25fee5107276dbde18375462c96600225f7ce
DIST rtl8821ce-0_pre20200826.tar.gz 4519560 BLAKE2B 7dd862dd9a5fed5f670e306bc96b02f8c3630908a78153c170768d4775ca772e6c293a05e9926657b4ec483fb80275294954f969c98d1be37c7ce1bdc71c50da SHA512 55ab70e74b6aadfa5be78c3d3a14a78739ac1ec5ad89583ccda517afdef3298d619d74735fe69f860fa9f81b04735326cea6ee6f9fa1908a61c46a09cc86bf3d

View File

@@ -1,21 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit linux-mod
COMMIT="18c1f607c10307a249be82cb398fb08eb7857a9f"
DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
HOMEPAGE="https://github.com/tomaspinho/rtl8821ce"
SRC_URI="https://github.com/tomaspinho/rtl8821ce/archive/${COMMIT}.tar.gz -> rtl8821ce-${PV}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
DEPEND="virtual/linux-sources"
S="${WORKDIR}/rtl8821ce-${COMMIT}"
MODULE_NAMES="8821ce(net/wireless)"
BUILD_TARGETS="all"

View File

@@ -4,7 +4,7 @@
EAPI=7
inherit linux-mod
COMMIT="df0c98c00d27508381eb280d568602bd85cd8f69"
COMMIT="26e3caf94061f12997f3cd73bb635b7db238763c"
DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
HOMEPAGE="https://github.com/tomaspinho/rtl8821ce"