treewide: adjust ubus object type names
[project/rpcd.git] / sys.c
diff --git a/sys.c b/sys.c
index 69daa1b02aeb343646202265bd0316abd70f010c..097e7057f7daad2208a6a24f07132ebff39c66a8 100644 (file)
--- a/sys.c
+++ b/sys.c
@@ -355,7 +355,7 @@ rpc_sys_api_init(const struct rpc_daemon_ops *o, struct ubus_context *ctx)
        };
 
        static struct ubus_object_type sys_type =
-               UBUS_OBJECT_TYPE("luci-rpc-sys", sys_methods);
+               UBUS_OBJECT_TYPE("rpcd-plugin-sys", sys_methods);
 
        static struct ubus_object obj = {
                .name = "rpc-sys",