From e2b9b1de92c287f7c463ac1bebb256e87d08ba0a Mon Sep 17 00:00:00 2001 From: Jakob Olsson <jakob.olsson@iopsys.eu> Date: Tue, 11 May 2021 13:59:45 +0200 Subject: [PATCH] cntlr: use i1905 for almac --- src/core/cntlr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/cntlr.c b/src/core/cntlr.c index 772e7739..34297a3a 100644 --- a/src/core/cntlr.c +++ b/src/core/cntlr.c @@ -2293,11 +2293,11 @@ int start_controller(void) for (;;) { int ret; - ret = ubus_lookup_id(c->ubus_ctx, "ieee1905", &ieee1905_obj); + ret = ubus_lookup_id(c->ubus_ctx, "i1905", &ieee1905_obj); if (!ret) break; - trace("ieee1905 not up yet, sleeping for 2s!\n"); + trace("i1905 not up yet, sleeping for 2s!\n"); sleep(2); } -- GitLab