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

Merge pull request #31 from vicentllongo/dkms

Add dkms configuration file
This commit is contained in:
Harshavardhana
2015-05-04 11:51:52 -07:00
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
##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"