net-wireless/rtl8821ce: Add support kernel 6.9

Signed-off-by: Aleksandr Batyuk <abbat.2008@gmail.com>
This commit is contained in:
Aleksandr Batyuk
2024-05-20 09:43:17 +06:00
parent bf78b103dd
commit 5b8d0f5a75
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
DIST rtl8821ce-0_pre20240120.tar.gz 4522341 BLAKE2B ed686786848485674ecb3eccb98557a67fe650b21af74fb02c16451b388cd3c045b169fe0c0b2d14ed302e75cba68d06435e599ef07a039d86691465153ea465 SHA512 4a60823236da497b1b9077f4bf76c07b12a94c77fa3de0b03b27d6182c30dea1634d44b5fc0733e0a65142c91387c354bf08d751e655d3bd0d716d573c9308e3
DIST rtl8821ce-0_pre20240326.tar.gz 4522223 BLAKE2B 7858f340c6b940b6149ea6a466621456b55c919b318cb0d2042237e444473a33d7712722aba08f1c51b12011f628979824fdb44cca70e80704cb4a9924b5a854 SHA512 6ad47174bcc32dab1206fc080f739c81f2e164fa54fd5d3a0232ec547d7fb219542e7258bd46a437a2c524392fec14a800c3b65f3d02dfa9493cb3a94ef20116

View File

@@ -6,7 +6,7 @@ EAPI=8
inherit linux-mod-r1
MY_PN="rtl8821ce"
COMMIT="66983b69120a13699acf40a12979317f29012111"
COMMIT="f119398d868b1a3395f40c1df2e08b57b2c882cd"
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"