Merge updates from master

This commit is contained in:
Repository mirror & CI
2020-08-04 10:05:08 +00:00
2 changed files with 22 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST rtl8821ce-0_pre20200224.tar.gz 4519145 BLAKE2B dec8974d16d7a4d136c3a452d182aeec26270ddf6ffc4e5059a8260fa6dbed32aa407925244d4fe543d4156956f54ab464b6502f6f185a83e3b98de003fdc715 SHA512 2946b36d0315db292870d1760d1d68f3135e202c90312bc37619a8de04b1fd60f4acb13d14700e0a5ca3ae4a21aab68306cf0f4a801134a37ff573fcc6a8e11f
DIST rtl8821ce-0_pre20200703.tar.gz 4519547 BLAKE2B d10313298e6807f4c5ef35582be01dba5d11c36cb2bfb572186b32123f8388e6edca03de716b545dacc02e6aa43439d7379d1727dc6206791c0f7d296ad8b62a SHA512 e0bdc7feaf7f29e760b86c2b85caf177e084c06fa681bb8888bf43927d766505d3573931ee878842089863eeefc25fee5107276dbde18375462c96600225f7ce

View File

@@ -0,0 +1,21 @@
# 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"