mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2025-12-26 04:36:18 +08:00
Update README.md
This commit is contained in:
parent
f26f8e1b67
commit
e5a405136e
22
README.md
22
README.md
@ -49,27 +49,7 @@ ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu
|
||||
Make sure `8821cu.ko` file present on that directory
|
||||
|
||||
Check with **DKMS**:
|
||||
|
||||
``
|
||||
sudo dkms status
|
||||
``
|
||||
|
||||
## Raspberry Pi
|
||||
To build this driver on Raspberry Pi you need to set correct platform in Makefile.
|
||||
Change
|
||||
```
|
||||
CONFIG_PLATFORM_I386_PC = y
|
||||
CONFIG_PLATFORM_ARM_RPI = n
|
||||
CONFIG_PLATFORM_ARM_RPI3 = n
|
||||
```
|
||||
to
|
||||
```
|
||||
CONFIG_PLATFORM_I386_PC = n
|
||||
CONFIG_PLATFORM_ARM_RPI = y
|
||||
CONFIG_PLATFORM_ARM_RPI3 = n
|
||||
```
|
||||
For the Raspberry Pi 3 you need to change it to
|
||||
```
|
||||
CONFIG_PLATFORM_I386_PC = n
|
||||
CONFIG_PLATFORM_ARM_RPI = n
|
||||
CONFIG_PLATFORM_ARM_RPI3 = y
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user