map-agent: map_genconfig: use ubus uci to commit mapcontroller changes

This commit is contained in:
Suvendhu Hansa 2025-08-06 20:23:54 +05:30 committed by IOPSYS Dev
parent c3564ff528
commit d69245f570
No known key found for this signature in database

View file

@ -258,7 +258,6 @@ map_genconf () {
config_foreach mapcontroller_remove_mld_id ap
}
fi
uci -q commit mapcontroller
ubus send bbfdm.wifidmd.reload
ubus -t 5 call uci commit '{"config":"mapcontroller"}'
fi
}