diff options
-rw-r--r-- | .gitmodules | 4 | ||||
m--------- | packages/eventwatchd | 0 | ||||
-rwxr-xr-x | scripts/build-submodules | 1 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index d1f203fd..939d77c6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -190,3 +190,7 @@ path = packages/conntrack-tools url = https://github.com/vyos/conntrack-tools.git branch = current +[submodule "packages/eventwatchd"] + path = packages/eventwatchd + url = https://github.com/vyos/eventwatchd.git + branch = current
\ No newline at end of file diff --git a/packages/eventwatchd b/packages/eventwatchd new file mode 160000 +Subproject c3d8ae7352f3e9c65b0f05dda245d144252574c diff --git a/scripts/build-submodules b/scripts/build-submodules index 909f6905..c36dccca 100755 --- a/scripts/build-submodules +++ b/scripts/build-submodules @@ -175,6 +175,7 @@ for PKG in mdns-repeater \ pmacct \ udp-broadcast-relay \ conntrack-tools \ + eventwatchd \ vyatta-bash \ vyatta-cfg \ vyatta-cfg-firewall \ |