Skip to content

Commit

Permalink
Remove wrong notes about building on ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Oct 27, 2021
1 parent c4e78f8 commit e41d4af
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand Down

0 comments on commit e41d4af

Please sign in to comment.