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

Update README.md

This commit is contained in:
Christian Bremvåg 2019-09-08 22:12:47 +02:00 committed by GitHub
parent 5129cac125
commit 15f9179d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ 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 1/2/3: Then run this step to change platform in Makefile, For RPI 1/2/3/ & 0/Zero:
``` ```
$ 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