rtl8821cu-dkms: update to 20210916.
This commit is contained in:
parent
a023089edb
commit
fe85925eb1
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'rtl8821cu-dkms'
|
||||
pkgname=rtl8821cu-dkms
|
||||
version=20210118
|
||||
revision=2
|
||||
_modver=5.12.0
|
||||
_gitrev=76605e464119f0d56bf3a41866b58defd54464d8
|
||||
version=20210916
|
||||
revision=1
|
||||
_modver=5.12.0.4
|
||||
_gitrev=4784915bfaa06190cd614f616028550793366980
|
||||
depends="dkms bc"
|
||||
short_desc="Realtek 8811CU/8821CU/8731AU USB WiFi driver (DKMS)"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/morrownr/8821cu"
|
||||
distfiles="https://github.com/morrownr/8821cu-${version}/archive/${_gitrev}.tar.gz"
|
||||
checksum=5f0990c67839f1e6318da7d14d0e11a474a827543723d59e8eacdbc4bf742cb5
|
||||
checksum=f046694da362bb8b76897f48ce6a53d7cfe71c67486fc3cb0fb7a68298811d1a
|
||||
dkms_modules="rtl8821cu ${_modver}"
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
@ -27,11 +27,11 @@ do_install() {
|
|||
local dest=/usr/src/rtl8821cu-${_modver}
|
||||
|
||||
vmkdir ${dest}
|
||||
for itm in dkms.conf rtl8821c.mk halmac.mk Kconfig Makefile platform core hal include os_dep; do
|
||||
for itm in dkms.conf rtl8821c.mk halmac.mk Kconfig Makefile platform core hal include os_dep dkms-make.sh; do
|
||||
vcopy ${itm} ${dest}
|
||||
done
|
||||
|
||||
vinstall rtw88_8821cu.conf 644 usr/lib/modprobe.d
|
||||
vinstall 8821cu.conf 644 usr/lib/modprobe.d
|
||||
|
||||
# modules-load.d(5) file.
|
||||
vmkdir usr/lib/modules-load.d
|
||||
|
|
Loading…
Reference in New Issue