mirror of
https://github.com/gnab/rtl8812au
synced 2025-01-06 14:16:19 +00:00
commit
39ce262665
2
Makefile
2
Makefile
@ -1082,7 +1082,7 @@ config_r:
|
||||
@echo "make config"
|
||||
/bin/bash script/Configure script/config.in
|
||||
|
||||
DRIVER_VERSION = $(shell grep "#define DRIVERVERSION" include/rtw_version.h | awk '{print $$3}' | tr -d v\")
|
||||
DRIVER_VERSION = $(shell grep "\#define DRIVERVERSION" include/rtw_version.h | awk '{print $$3}' | tr -d v\")
|
||||
|
||||
dkms_install:
|
||||
mkdir -p /usr/src/8812au-$(DRIVER_VERSION)
|
||||
|
Loading…
Reference in New Issue
Block a user