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

Update README.md

This commit is contained in:
Christian Bremvåg 2019-09-08 18:14:45 +02:00 committed by GitHub
parent e35068cfcb
commit 358fcdae3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,8 @@ Only for use with Linux & Android
* WPA3 SAE * WPA3 SAE
* Wi-Fi Direct * Wi-Fi Direct
* Hostapd * Hostapd
* Kernel up to v5.2+ * Kernel up to v5.3+
* RTKMPtool for low level debug
``` ```
### TODO ### TODO
@ -113,13 +114,13 @@ sudo apt-get install linux-headers-`uname -r`
sudo apt-get install bc raspberrypi-kernel-headers sudo apt-get install bc raspberrypi-kernel-headers
``` ```
Then run this step to change platform in Makefile, For RPI 2/3: Then run this step to change platform in Makefile, For RPI 1/2/3:
``` ```
$ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile $ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
$ sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile $ sed -i 's/CONFIG_PLATFORM_ARM_RPI = n/CONFIG_PLATFORM_ARM_RPI = y/g' Makefile
``` ```
But for RPI 3 B+ you will need to run those below which builds the ARM64 arch driver: But for RPI 3B+ & 4B you will need to run those below which builds the ARM64 arch driver:
``` ```
$ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile $ sed -i 's/CONFIG_PLATFORM_I386_PC = y/CONFIG_PLATFORM_I386_PC = n/g' Makefile
$ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile $ sed -i 's/CONFIG_PLATFORM_ARM64_RPI = n/CONFIG_PLATFORM_ARM64_RPI = y/g' Makefile
@ -199,3 +200,5 @@ evilphish - https://github.com/evilphish
fariouche - https://github.com/fariouche fariouche - https://github.com/fariouche
CGarces - https://github.com/CGarces CGarces - https://github.com/CGarces
ZerBea - https://github.com/ZerBea ZerBea - https://github.com/ZerBea
lwfinger - https://github.com/lwfinger
Ulli-Kroll - https://github.com/Ulli-Kroll