diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-17 23:46:10 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-17 23:46:10 +0100 |
commit | d952ca236dda6fa23ad6864509c728851e2260d1 (patch) | |
tree | 05c777058ba0341e1d3b12c7315f6f64a866e83c /.gitmodules | |
parent | f39651f668bbe983c84aaff8bade5c72a4e5425a (diff) | |
download | vyos-build-d952ca236dda6fa23ad6864509c728851e2260d1.tar.gz vyos-build-d952ca236dda6fa23ad6864509c728851e2260d1.zip |
build-submodules: add vyos-netplug
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 1b6e8327..cf586e80 100644 --- a/.gitmodules +++ b/.gitmodules @@ -229,3 +229,7 @@ path = packages/vyconf url = https://github.com/vyos/vyconf.git branch = master +[submodule "packages/vyos-netplug"] + path = packages/vyos-netplug + url = https://github.com/vyos/vyos-netplug.git + branch = current |