wifi-scripts: add missing mesh_nolearn
authorDavid Bauer <mail@david-bauer.net>
Fri, 20 Jun 2025 21:43:01 +0000 (23:43 +0200)
committerDavid Bauer <mail@david-bauer.net>
Fri, 20 Jun 2025 21:51:20 +0000 (23:51 +0200)
Add the missing mesh_nolearn option in order to make it work.

Signed-off-by: David Bauer <mail@david-bauer.net>
package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh

index 059fd9b8c8a50ddf212bf0d23affe572db7f2741..6c3d3f38b46b95c44d621a1c086edaa49f97e8a7 100755 (executable)
@@ -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() {