summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.c b/config.c
index 4fe72dc..14a91a5 100644
--- a/config.c
+++ b/config.c
@@ -190,6 +190,7 @@ config_init_package(const char *config)
ctx = uci_alloc_context();
uci_ctx = ctx;
+ ctx->flags &= ~UCI_FLAG_STRICT;
if (config_path)
uci_set_confdir(ctx, config_path);