diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-27 13:04:11 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-27 16:01:09 +0100 |
commit | b10711d42e65c1ae604891d33cfd83628ca7aa64 (patch) | |
tree | e093b0425985c241cf7f5cc13f4145573516f060 /.gitmodules | |
parent | 4d073e64d0b9ee61d30592b8b324560da08c31c2 (diff) | |
download | vyos-build-b10711d42e65c1ae604891d33cfd83628ca7aa64.tar.gz vyos-build-b10711d42e65c1ae604891d33cfd83628ca7aa64.zip |
build-submodules: add libyang
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 22bb87d5..30793200 100644 --- a/.gitmodules +++ b/.gitmodules @@ -236,4 +236,7 @@ [submodule "packages/igmpproxy"] path = packages/igmpproxy url = https://github.com/vyos/igmpproxy.git - branch = current
\ No newline at end of file + branch = current +[submodule "packages/libyang"] + path = packages/libyang + url = https://github.com/opensourcerouting/libyang.git |