1
0
mirror of https://github.com/aircrack-ng/rtl8812au.git synced 2024-11-25 22:54:13 +00:00

README.md: Fix typo

This commit is contained in:
Christian B 2018-12-28 02:30:55 +01:00 committed by GitHub
parent 625de80d01
commit cdb848d548
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ $ sudo modprobe 88XXau
then run this step to change platform in Makefile, For RPI 2/3: then run this step to change platform in Makefile, For RPI 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' Makefil $ 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 But for RPI 3 B+ you will need to run those below
which builds the ARM64 arch driver: which builds the ARM64 arch driver: