mirror of
https://github.com/brektrou/rtl8821CU.git
synced 2025-12-25 20:26:46 +08:00
Remove wrong notes about building on ARM
This commit is contained in:
parent
c4e78f8dd1
commit
e41d4afc37
11
README.md
11
README.md
@ -110,18 +110,7 @@ Make sure `8821cu.ko` file present on that directory
|
||||
``
|
||||
sudo dkms status
|
||||
``
|
||||
### ARM architecture tweak for this driver (this solves compilation problem of this driver):
|
||||
```
|
||||
# For AArch32
|
||||
sudo cp /lib/modules/$(uname -r)/build/arch/arm/Makefile /lib/modules/$(uname -r)/build/arch/arm/Makefile.$(date +%Y%m%d%H%M)
|
||||
sudo sed -i 's/-msoft-float//' /lib/modules/$(uname -r)/build/arch/arm/Makefile
|
||||
sudo ln -s /lib/modules/$(uname -r)/build/arch/arm /lib/modules/$(uname -r)/build/arch/armv7l
|
||||
|
||||
# For AArch64
|
||||
sudo cp /lib/modules/$(uname -r)/build/arch/arm64/Makefile /lib/modules/$(uname -r)/build/arch/arm64/Makefile.$(date +%Y%m%d%H%M)
|
||||
sudo sed -i 's/-mgeneral-regs-only//' /lib/modules/$(uname -r)/build/arch/arm64/Makefile
|
||||
|
||||
```
|
||||
### Monitor mode
|
||||
Use the tool 'iw', please don't use other tools like 'airmon-ng'
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user