Update README.md

This commit is contained in:
ivanovborislav 2022-01-18 23:02:17 +02:00 committed by GitHub
parent be0c6db082
commit 6cf3c0e25f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -155,6 +155,18 @@ IMPORTANT: Prevent loading old driver r8188eu.
echo "blacklist r8188eu" > /etc/modprobe.d/realtek.conf
```
Raspberry Pi:
Edit `Makefile`:
Ln143 - `CONFIG_PLATFORM_I386_PC = y` to `CONFIG_PLATFORM_I386_PC = n`
Ln144 - `CONFIG_PLATFORM_RPI_ARM = n` to `CONFIG_PLATFORM_RPI_ARM = y` for ARM
or
Ln145 - `CONFIG_PLATFORM_RPI_ARM64 = n` to `CONFIG_PLATFORM_RPI_ARM64 = y` for ARM64
### Monitor mode
```