[openwrt/openwrt] wifi-scripts: add missing mesh_nolearn
LEDE Commits
lede-commits at lists.infradead.org
Fri Jun 20 14:51:39 PDT 2025
blocktrron pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/eee14dd6db37477d60836a8d1dcc604d483856f8
commit eee14dd6db37477d60836a8d1dcc604d483856f8
Author: David Bauer <mail at david-bauer.net>
AuthorDate: Fri Jun 20 23:43:01 2025 +0200
wifi-scripts: add missing mesh_nolearn
Add the missing mesh_nolearn option in order to make it work.
Signed-off-by: David Bauer <mail at david-bauer.net>
---
.../network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
index 059fd9b8c8..6c3d3f38b4 100755
--- a/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
+++ b/package/network/config/wifi-scripts/files/lib/netifd/wireless/mac80211.sh
@@ -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() {
More information about the lede-commits
mailing list