diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-17 07:13:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-17 07:13:40 +0100 |
commit | fc721e01d33caa5280592c08853fb8c252f78972 (patch) | |
tree | 5283abc85b189f3b3dc7c3bb815186796251569f /.gitmodules | |
parent | 0e8cbf971532e0f6b7c62cecbffc0cc606c3d444 (diff) | |
download | vyos-build-fc721e01d33caa5280592c08853fb8c252f78972.tar.gz vyos-build-fc721e01d33caa5280592c08853fb8c252f78972.zip |
build-submodules: add librtr
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index e6ffd226..691170b3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -210,3 +210,6 @@ path = packages/vyos-salt-minion url = https://github.com/vyos/vyos-salt-minion.git branch = current +[submodule "packages/rtrlib"] + path = packages/rtrlib + url = https://github.com/rtrlib/rtrlib.git |