diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-05-01 23:59:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-05-01 23:59:53 +0200 |
commit | 86670e60bf70a6640e7a610baa4469ab74afc83a (patch) | |
tree | 52484057e558d557111b542bb9006cdca79966db /scripts/build-packages | |
parent | 21e6775dbc86f6025e42677d105c788eddaeb1d7 (diff) | |
download | vyos-build-86670e60bf70a6640e7a610baa4469ab74afc83a.tar.gz vyos-build-86670e60bf70a6640e7a610baa4469ab74afc83a.zip |
Packages: favour Debian Buster version of 'ethtool'
Diffstat (limited to 'scripts/build-packages')
-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 22565e62..864e7da9 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('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 |