Skip to content

Commit 0fe4b13

Browse files
committed
Add openwrt 24.10 note
1 parent 547bd24 commit 0fe4b13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

wfb_ng/conf/master.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ nodes = {
7070
# Remote cards:
7171
#'192.168.1.123' : { 'wlans': ['wlan0', 'wlan1'], 'wifi_txpower': 'off'}, # rx-only node
7272
#'192.168.1.155' : { 'wlans': ['wlan0', 'wlan1']}, # rx/tx node
73+
74+
# OpenWRT >= 24.10 doesn't create wifi interface when wifi card is disabled
75+
# in /etc/config/wireless (this is required for wfb-ng operation).
76+
# So you need to add custom_init_script that will create this interface during wfb-ng init.
77+
# '192.168.1.222': { 'wlans': ['wlan0'], 'wifi_txpower': None, 'custom_init_script': 'iw phy phy0 interface add wlan0 type monitor flags otherbss || true'},
7378
}
7479

7580
# Cluster init can be auto (--cluster ssh) or manual (--cluster manual)

0 commit comments

Comments
 (0)