1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-09-19 20:50:41 +00:00

Fix a Makefile issue

This commit is contained in:
kimoc0der 2020-07-15 21:49:55 +02:00
parent afb5c175f7
commit 9ec3a13fc8
2 changed files with 1 additions and 5 deletions

View File

@ -2253,11 +2253,7 @@ strip:
install:
install -p -m 644 $(MODULE_NAME).ko $(MODDESTDIR)
ifeq ($(INSTALL_MOD_PATH),)
$(DEPMOD) -a ${KVER}
else
/sbin/depmod -a ${KVER}
endif
uninstall:
rm -f $(MODDESTDIR)/$(MODULE_NAME).ko

View File

@ -1,5 +1,5 @@
PACKAGE_NAME="realtek-rtl88xxau"
PACKAGE_VERSION="5.6.4.2~20200712"
PACKAGE_VERSION="5.6.4.2~20200715"
CLEAN="'make' clean"
BUILT_MODULE_NAME[0]=88XXau
PROCS_NUM=`nproc`