rtl8821ce-eklendi
This commit is contained in:
parent
9bf0cafe4b
commit
b5fd8a09ca
2 changed files with 23 additions and 0 deletions
2
talimatname/genel/r/rtl8821ce/rtl8821ce.kur-kos
Normal file
2
talimatname/genel/r/rtl8821ce/rtl8821ce.kur-kos
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
depmod
|
||||||
|
modprobe 8821ce
|
21
talimatname/genel/r/rtl8821ce/talimat
Normal file
21
talimatname/genel/r/rtl8821ce/talimat
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Tanım: Rtl8821ce kernel modül ve sürücüleri
|
||||||
|
# URL: https://github.com/tomaspinho/rtl8821ce
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler: kernel
|
||||||
|
# Grup: sürücü
|
||||||
|
|
||||||
|
isim=rtl8821ce
|
||||||
|
surum=git
|
||||||
|
devir=1
|
||||||
|
kaynak=()
|
||||||
|
|
||||||
|
kernel_surum=$(ls /lib/modules/)
|
||||||
|
derle() {
|
||||||
|
kernel_surum=$(ls /lib/modules/)
|
||||||
|
modul="8821ce.ko"
|
||||||
|
git_indir https://github.com/tomaspinho/rtl8821ce $isim
|
||||||
|
cd $SRC/$isim
|
||||||
|
unset LDFLAGS
|
||||||
|
make
|
||||||
|
install -v -D -m644 $modul "$PKG/lib/modules/$kernel_surum/extra/${modul}"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue