From 3c516aff0fd12df7cee7d62595ec48be22ed5e18 Mon Sep 17 00:00:00 2001 From: "Deomid \"rojer\" Ryabkov" Date: Sat, 29 May 2021 03:16:42 +0100 Subject: [PATCH] s/origin: /location: / --- mos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mos.yml b/mos.yml index dedefce..4b38c81 100644 --- a/mos.yml +++ b/mos.yml @@ -6,8 +6,8 @@ includes: [ include ] sources: [ src ] libs: - - origin: https://github.com/mongoose-os-libs/core - - origin: https://github.com/mongoose-os-libs/lwip + - location: https://github.com/mongoose-os-libs/core + - location: https://github.com/mongoose-os-libs/lwip config_schema: - ["pppos.enable", "b", false, {title: "Enable PPPoS"}]