Skip to content

Commit 8875e76

Browse files
authored
Update README.md
1 parent 52553c9 commit 8875e76

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,27 @@ My Hardware:
77
Intel NUC with "Intel Corporation Wireless 8265 / 8275 (rev 78)" card
88

99
Patch: for hostapd v2.10/2.11
10+
11+
## Instructions
12+
13+
Download hostapd
14+
```
15+
git clone git://w1.fi/hostap.git
16+
```
17+
18+
Apply patch
19+
```
20+
git checkout hostap_2_10
21+
git apply For_intel_Wi-Fi_cards_v2_10.patch
22+
```
23+
24+
Build
25+
```
26+
cd src
27+
make -j8
28+
```
29+
30+
After copying the modifyed version to your system, run the command bellow so that the file doesn't get replaced or delete in case of system updates:
31+
```
32+
chattr +i /usr/sbin/hostapd
33+
```

0 commit comments

Comments
 (0)