Update BUILD_FOR_NETHUNTER.md

This commit is contained in:
Christian Bremvåg
2019-12-27 08:12:52 +01:00
committed by GitHub
parent feb7b3b0d0
commit 3f24b1e6b3

View File

@@ -36,3 +36,11 @@ make
If there is no error or success you will see a file named 8188eu.ko in this driver directory.
## Load the driver (8188eu.ko)
```
su
cd /system/lib/modules
insmod 8188eu.ko
```