Update README.md
This commit is contained in:
parent
402134dbb9
commit
34356cccd2
|
@ -9,11 +9,11 @@
|
|||
- Support Kernel: 3.8 - 5.4 (Realtek)
|
||||
- Support up to Kernel 5.19
|
||||
|
||||
Kernel 5.19.X patch
|
||||
Kernel 5.19.X - 6.0.0rc3 patch
|
||||
```
|
||||
cd rtl8188eu
|
||||
wget https://raw.githubusercontent.com/ivanovborislav/document/main/patch/rtl8188EU_v5.13.3_kernel_5.19.2.patch
|
||||
patch -p1 < rtl8188EU_v5.13.3_kernel_5.19.2.patch
|
||||
wget https://raw.githubusercontent.com/ivanovborislav/document/main/patch/rtl8188EU_v5.13.3_kernel_5.19.2-6.0.0rc3.patch
|
||||
patch -p1 < rtl8188EU_v5.13.3_kernel_5.19.2-6.0.0rc3.patch
|
||||
sudo make uninstall
|
||||
make clean
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue