mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-10-19 09:01:10 +02:00
date-time warning suppression is not needed fixes #44
This commit is contained in:
3
Makefile
3
Makefile
@@ -15,7 +15,6 @@ EXTRA_CFLAGS += -Wno-unused-function
|
||||
EXTRA_CFLAGS += -Wno-unused
|
||||
|
||||
EXTRA_CFLAGS += -Wno-uninitialized
|
||||
EXTRA_CFLAGS += -Wno-error=date-time
|
||||
|
||||
EXTRA_CFLAGS += -I$(src)/include
|
||||
|
||||
@@ -1079,8 +1078,6 @@ check:
|
||||
ssh -p $$TMP -i $(HOME)/.vagrant.d/insecure_private_key vagrant@localhost 'bash -s' < fetch.sh
|
||||
vagrant ssh -c 'sudo dpkg -i linux-headers-4.0.1-040001_4.0.1-040001.201504290935_all.deb linux-headers-4.0.1-040001-generic_4.0.1-040001.201504290935_i386.deb linux-image-4.0.1-040001-generic_4.0.1-040001.201504290935_i386.deb'
|
||||
vagrant ssh -c 'sudo apt-get update && sudo apt-get install --yes git make'
|
||||
#vagrant ssh -c 'sudo apt-get upgrade --yes gcc'
|
||||
vagrant ssh -c 'if ! [ -d rtl8812AU_8821AU_linux ] ; then git clone https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git; fi'
|
||||
vagrant ssh -c 'cd rtl8812AU_8821AU_linux; make KVER=4.0.1-040001-generic'
|
||||
vagrant ssh -c 'cd rtl8812AU_8821AU_linux; sudo make install'
|
||||
|
||||
|
Reference in New Issue
Block a user