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 | |
parent | 04389cbef57a5f36eb8dccd5dc2d81ef5e94f9b2 (diff) | |
download | vyos-build-7f57ddd45344a51358c79ca7a9ad8488a760b37e.tar.gz vyos-build-7f57ddd45344a51358c79ca7a9ad8488a760b37e.zip |
build-submodules: add ddclient and vyatta-biosdevname
-rw-r--r-- | .gitmodules | 10 | ||||
m--------- | packages/ddclient | 0 | ||||
m--------- | packages/vyatta-biosdevname | 0 | ||||
-rwxr-xr-x | scripts/build-submodules | 2 |
4 files changed, 11 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 diff --git a/packages/ddclient b/packages/ddclient new file mode 160000 +Subproject 869a613c81245678f1261034ff941fc047c2c15 diff --git a/packages/vyatta-biosdevname b/packages/vyatta-biosdevname new file mode 160000 +Subproject 28ccb143a09e8a1fb8363757c9a82c3e732a552 diff --git a/scripts/build-submodules b/scripts/build-submodules index c36dccca..59e4c42f 100755 --- a/scripts/build-submodules +++ b/scripts/build-submodules @@ -176,7 +176,9 @@ for PKG in mdns-repeater \ udp-broadcast-relay \ conntrack-tools \ eventwatchd \ + ddclient \ vyatta-bash \ + vyatta-biosdevname \ vyatta-cfg \ vyatta-cfg-firewall \ vyatta-cfg-op-pppoe \ |