mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
rtl8821cu-dkms: update to 20210916.
This commit is contained in:
parent
a023089edb
commit
fe85925eb1
1 changed files with 7 additions and 7 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'rtl8821cu-dkms'
|
# Template file for 'rtl8821cu-dkms'
|
||||||
pkgname=rtl8821cu-dkms
|
pkgname=rtl8821cu-dkms
|
||||||
version=20210118
|
version=20210916
|
||||||
revision=2
|
revision=1
|
||||||
_modver=5.12.0
|
_modver=5.12.0.4
|
||||||
_gitrev=76605e464119f0d56bf3a41866b58defd54464d8
|
_gitrev=4784915bfaa06190cd614f616028550793366980
|
||||||
depends="dkms bc"
|
depends="dkms bc"
|
||||||
short_desc="Realtek 8811CU/8821CU/8731AU USB WiFi driver (DKMS)"
|
short_desc="Realtek 8811CU/8821CU/8731AU USB WiFi driver (DKMS)"
|
||||||
maintainer="classabbyamp <void@placeviolette.net>"
|
maintainer="classabbyamp <void@placeviolette.net>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/morrownr/8821cu"
|
homepage="https://github.com/morrownr/8821cu"
|
||||||
distfiles="https://github.com/morrownr/8821cu-${version}/archive/${_gitrev}.tar.gz"
|
distfiles="https://github.com/morrownr/8821cu-${version}/archive/${_gitrev}.tar.gz"
|
||||||
checksum=5f0990c67839f1e6318da7d14d0e11a474a827543723d59e8eacdbc4bf742cb5
|
checksum=f046694da362bb8b76897f48ce6a53d7cfe71c67486fc3cb0fb7a68298811d1a
|
||||||
dkms_modules="rtl8821cu ${_modver}"
|
dkms_modules="rtl8821cu ${_modver}"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
@ -27,11 +27,11 @@ do_install() {
|
||||||
local dest=/usr/src/rtl8821cu-${_modver}
|
local dest=/usr/src/rtl8821cu-${_modver}
|
||||||
|
|
||||||
vmkdir ${dest}
|
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}
|
vcopy ${itm} ${dest}
|
||||||
done
|
done
|
||||||
|
|
||||||
vinstall rtw88_8821cu.conf 644 usr/lib/modprobe.d
|
vinstall 8821cu.conf 644 usr/lib/modprobe.d
|
||||||
|
|
||||||
# modules-load.d(5) file.
|
# modules-load.d(5) file.
|
||||||
vmkdir usr/lib/modules-load.d
|
vmkdir usr/lib/modules-load.d
|
||||||
|
|
Loading…
Add table
Reference in a new issue