diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-17 06:59:02 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-01-17 07:03:51 +0100 |
commit | 7f57ddd45344a51358c79ca7a9ad8488a760b37e (patch) | |
tree | d1acc80f104509d00c62cb72c9128348a573fbb5 /.gitmodules | |
parent | 04389cbef57a5f36eb8dccd5dc2d81ef5e94f9b2 (diff) | |
download | vyos-build-7f57ddd45344a51358c79ca7a9ad8488a760b37e.tar.gz vyos-build-7f57ddd45344a51358c79ca7a9ad8488a760b37e.zip |
build-submodules: add ddclient and vyatta-biosdevname
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 939d77c6..8f05f5fa 100644 --- a/.gitmodules +++ b/.gitmodules @@ -193,4 +193,12 @@ [submodule "packages/eventwatchd"] path = packages/eventwatchd url = https://github.com/vyos/eventwatchd.git - branch = current
\ No newline at end of file + branch = current +[submodule "packages/ddclient"] + path = packages/ddclient + url = https://github.com/vyos/ddclient.git + branch = current +[submodule "packages/vyatta-biosdevname"] + path = packages/vyatta-biosdevname + url = https://github.com/vyos/vyatta-biosdevname.git + branch = current |