mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-25 14:44:09 +00:00
README.md: Fix typo
This commit is contained in:
parent
625de80d01
commit
cdb848d548
@ -80,7 +80,7 @@ $ sudo modprobe 88XXau
|
||||
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_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
|
||||
which builds the ARM64 arch driver:
|
||||
|
Loading…
Reference in New Issue
Block a user