diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build-packages b/scripts/build-packages index 9378ea85..22565e62 100755 --- a/scripts/build-packages +++ b/scripts/build-packages @@ -201,7 +201,6 @@ 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('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') ) |