1
0
mirror of https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git synced 2025-10-19 17:11:09 +02:00

Add dkms configuration file

This commit is contained in:
Vicent Llongo
2015-02-06 20:41:39 +02:00
parent 935057fae7
commit 707c52d7a0
2 changed files with 17 additions and 0 deletions

View File

@@ -2,3 +2,13 @@ rtl8812AU_8821AU_linux
====================== ======================
rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter rtl8812AU_8821AU linux kernel driver for AC1200 (801.11ac) Wireless Dual-Band USB Adapter
##Autocompiling with DKMS
```
sudo cp -R . /usr/src/rtl8812AU_8821AU_linux
sudo dkms add -m rtl8812AU_8821AU_linux -v 1.0
sudo dkms build -m rtl8812AU_8821AU_linux -v 1.0
sudo dkms install -m rtl8812AU_8821AU_linux -v 1.0
```

7
dkms.conf Normal file
View File

@@ -0,0 +1,7 @@
PACKAGE_NAME=8812au
PACKAGE_VERSION=1.0
MAKE[0]="'make'"
BUILT_MODULE_NAME[0]=8812au
BUILT_MODULE_LOCATION[0]="./"
DEST_MODULE_LOCATION[0]="/kernel/updates/dkms"
AUTOINSTALL="YES"