mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 12:39:45 +01:00
wifi-scripts: add missing mesh_nolearn
Some checks failed
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Some checks failed
Build all core packages / Build all core packages for selected target (push) Has been cancelled
Add the missing mesh_nolearn option in order to make it work. Signed-off-by: David Bauer <mail@david-bauer.net>
This commit is contained in:
parent
d848c2790d
commit
eee14dd6db
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ MP_CONFIG_INT="mesh_retry_timeout mesh_confirm_timeout mesh_holding_timeout mesh
|
|||
mesh_hwmp_rann_interval mesh_gate_announcements mesh_sync_offset_max_neighor
|
||||
mesh_rssi_threshold mesh_hwmp_active_path_to_root_timeout mesh_hwmp_root_interval
|
||||
mesh_hwmp_confirmation_interval mesh_awake_window mesh_plink_timeout"
|
||||
MP_CONFIG_BOOL="mesh_auto_open_plinks mesh_fwding"
|
||||
MP_CONFIG_BOOL="mesh_auto_open_plinks mesh_fwding mesh_nolearn"
|
||||
MP_CONFIG_STRING="mesh_power_mode"
|
||||
|
||||
wdev_tool() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue