summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build-packages5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/build-packages b/scripts/build-packages
index 07baa040..08c6ee22 100755
--- a/scripts/build-packages
+++ b/scripts/build-packages
@@ -200,8 +200,9 @@ pkg_special.append( add_package('libvyosconfig', branch='master', custombuild_cm
pkg_special.append( add_package('ipaddrcheck', branch='master'))
# Packages where we directly build the upstream source
-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('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') )
# 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 && " \