mirror of
https://github.com/abperiasamy/rtl8812AU_8821AU_linux.git
synced 2025-08-16 08:34:15 +02:00
date-time warning suppression is not needed fixes #44
This commit is contained in:
parent
446ac59e86
commit
12217798c3
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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user