diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-01-30 12:14:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-30 12:14:46 +0100 |
commit | 6d01d376da422d20529f329b0995cf00bb003416 (patch) | |
tree | 258ae7ed3546b47171487fa06cc262bda4f4fd8b /scripts | |
parent | c85cda7b402099c37a9d978d3f664ffbaf631132 (diff) | |
parent | 9779f9938e1a80736738b2b9021a0db4dd872bfa (diff) | |
download | vyos-build-6d01d376da422d20529f329b0995cf00bb003416.tar.gz vyos-build-6d01d376da422d20529f329b0995cf00bb003416.zip |
Merge pull request #44 from njh/ipaddrcheck
T1214: Add `ipaddrcheck` to the packages directory
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-submodules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-submodules b/scripts/build-submodules index a167b6e0..ae0c1c09 100755 --- a/scripts/build-submodules +++ b/scripts/build-submodules @@ -260,6 +260,7 @@ for PKG in mdns-repeater \ rtrlib \ hvinfo \ igmpproxy \ + ipaddrcheck \ libvyosconfig \ vyatta-bash \ vyatta-biosdevname \ |