summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-04-23 15:06:48 +0200
committerChristian Poessinger <christian@poessinger.com>2019-04-26 10:32:44 +0200
commitf4df31d37e9192dfcbe0a6d97ae8634fe20dae08 (patch)
tree56c9587831fbf9c83f557e4e6f561e15eac64434 /scripts
parenta9c5df1f42b59b3c0b61474d74ceeed7e65c9df2 (diff)
downloadvyos-build-f4df31d37e9192dfcbe0a6d97ae8634fe20dae08.tar.gz
vyos-build-f4df31d37e9192dfcbe0a6d97ae8634fe20dae08.zip
Packages: add bgpq3 (debian/0.1.33-1) package to build procedure
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build-packages1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build-packages b/scripts/build-packages
index 7e23665b..93618fbc 100755
--- a/scripts/build-packages
+++ b/scripts/build-packages
@@ -202,6 +202,7 @@ pkg_special.append( add_package('ipaddrcheck', branch='master'))
pkg_special.append( add_package('hvinfo', url='https://github.com/dmbaturin/hvinfo.git', branch='master') )
pkg_special.append( add_package('lldpd', url='https://github.com/vincentbernat/lldpd.git', branch='master', tag='1.0.3') )
pkg_special.append( add_package('ethtool', url='https://salsa.debian.org/kernel-team/ethtool.git', branch='master', tag='debian/1%4.19-1') )
+pkg_special.append( add_package('bgpq3', url='https://salsa.debian.org/debian/bgpq3.git', branch='master', tag='debian/0.1.33-1') )
# VyOS strongswan ships additional python3-vici packages required by vyos-1x and this is not build by default
vyos_strongswan_build_cmd = "dpkg-buildpackage -b -us -uc -tc && " \