mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
net-wireless/rtl8821cu: Add support 6.3 kernel
Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
DIST rtl8821cu-0_pre20220409.tar.gz 3645561 BLAKE2B 99cd64a1dd3ff48b5d003fcc436a0d0c7f3ac645537560d9d116a3a4e73b1844be2bb1767662e2fd9761811cee2550b6df7870688a4cc4d1001b6b68ddd4ba97 SHA512 f6d00d9c09747537517bbcfc80a09ea3da49a83b7c03642c1f26e4a827879be7308aceec7cc8e6c8729abed950919f5e73b3bb942506a07f8661007d7b3329f3
|
||||
DIST rtl8821cu-0_pre20230428.tar.gz 13821386 BLAKE2B f71e979f9d783486809343e777fa008058c61ead739a64ef11149d4a6da24d628c61d56c7c03f0c32c90d5474b2c179e106702b0cc695ca0261ce8f1f457de8f SHA512 2ff4503bc5a80a28611c293381d4b08deb9512042b1ffcb2e379dba65ae833250210abd25255d6066f28ecdd551d45bcf0dcc3db4a75e0605a3414ed29189efd
|
||||
|
||||
@@ -6,4 +6,8 @@
|
||||
<email>abbat.2008@gmail.com</email>
|
||||
<name>Aleksandr Batyuk</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">morrownr/8821cu-20210916</remote-id>
|
||||
<bugs-to>https://github.com/morrownr/8821cu-20210916/issues</bugs-to>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@@ -6,18 +6,18 @@ EAPI=7
|
||||
inherit linux-mod toolchain-funcs
|
||||
BUILD_PARAMS="CC=$(tc-getCC) V=1 KSRC=${KERNEL_DIR}"
|
||||
|
||||
COMMIT="8c2226a74ae718439d56248bd2e44ccf717086d5"
|
||||
COMMIT="e49409f22ceea0d5b5ef431e6170580028b84c9d"
|
||||
|
||||
DESCRIPTION="Realtek 8821CU/RTL8811CU module for Linux kernel"
|
||||
HOMEPAGE="https://github.com/brektrou/rtl8821CU"
|
||||
SRC_URI="https://github.com/brektrou/rtl8821CU/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz"
|
||||
HOMEPAGE="https://github.com/morrownr/8821cu-20210916"
|
||||
SRC_URI="https://github.com/morrownr/8821cu-20210916/archive/${COMMIT}.tar.gz -> rtl8821cu-${PV}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="virtual/linux-sources"
|
||||
|
||||
S="${WORKDIR}/rtl8821CU-${COMMIT}"
|
||||
S="${WORKDIR}/8821cu-20210916-${COMMIT}"
|
||||
|
||||
MODULE_NAMES="8821cu(net/wireless)"
|
||||
BUILD_TARGETS="all"
|
||||
Reference in New Issue
Block a user