From 49d6c61a8abe6ffc4e24de4ac5d1b57ae912ce90 Mon Sep 17 00:00:00 2001 From: Anjan Chanda Date: Fri, 28 Oct 2022 16:02:42 +0200 Subject: [PATCH] ieee1905: 5.0.19: fixup EASYMESH_VERSION default value --- ieee1905/plugins/map.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/ieee1905/plugins/map.mk b/ieee1905/plugins/map.mk index f447535c0..080f1d132 100644 --- a/ieee1905/plugins/map.mk +++ b/ieee1905/plugins/map.mk @@ -12,6 +12,7 @@ define Package/map-plugin/config config MULTIAP_EASYMESH_VERSION int "Easymesh version" + default 2 config MULTIAP_DYNAMIC_CNTLR_SYNC_CONFIG bool "Sync configuration between dynamic controllers in the network"