diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-04-21 13:54:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-04-26 10:32:36 +0200 |
commit | de68bd05fef1db2b0363352afb84d77b393e7fe7 (patch) | |
tree | 1eee883566e981fc5b2bb8de1f34f5c4730ed59d /scripts | |
parent | 9e234232bf1ac1d139dde6da7c74f82a8b5b4f41 (diff) | |
download | vyos-build-de68bd05fef1db2b0363352afb84d77b393e7fe7.tar.gz vyos-build-de68bd05fef1db2b0363352afb84d77b393e7fe7.zip |
Packages: add ethtool (debian/1%4.19-1) package to build procedure
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build-packages | 5 |
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 && " \ |