net-wireless/rtl8821ce: Add support kernel 6.7

Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2024-02-07 10:56:12 +06:00
parent a48f11341f
commit 81c8159292
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
DIST rtl8821ce-0_pre20231002.tar.gz 4523465 BLAKE2B 24fc29856565e5b4a7023aef05f3602c0b0440f3b157ec867965365b1555a4466297505eb6bc655ca5eb3cefb39c794e05619a942f2780dbbb5dd450e18cb11c SHA512 8534a4d7dbece51b569fd243cf4d6be8935c4ecbb01309a798ef43cf38bca41cf019af46c3bde020dce8085563b97f7c30e1b56b225ed064b0c14e18944b200b
DIST rtl8821ce-0_pre20240120.tar.gz 4522341 BLAKE2B ed686786848485674ecb3eccb98557a67fe650b21af74fb02c16451b388cd3c045b169fe0c0b2d14ed302e75cba68d06435e599ef07a039d86691465153ea465 SHA512 4a60823236da497b1b9077f4bf76c07b12a94c77fa3de0b03b27d6182c30dea1634d44b5fc0733e0a65142c91387c354bf08d751e655d3bd0d716d573c9308e3

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -6,7 +6,7 @@ EAPI=8
inherit linux-mod-r1
MY_PN="rtl8821ce"
COMMIT="b5b8a5c1b884b429cd33f627caafe805b9f204e8"
COMMIT="66983b69120a13699acf40a12979317f29012111"
DESCRIPTION="Realtek RTL8821CE Driver module for Linux kernel"
HOMEPAGE="https://github.com/tomaspinho/rtl8821ce"
SRC_URI="https://github.com/tomaspinho/${MY_PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"