diff --git a/src/core/startup/store.c b/src/core/startup/store.c index c3edeac..f1635cd 100644 --- a/src/core/startup/store.c +++ b/src/core/startup/store.c @@ -95,10 +95,12 @@ int system_startup_store_data(system_ctx_t *ctx, sr_session_ctx_t *session) "timezone-name", system_startup_store_timezone_name, }, +#ifdef AUGYANG { "ntp", system_startup_store_ntp, }, +#endif { "dns-resolver", system_startup_store_dns_resolver,