Skip to content

Commit

Permalink
Merge pull request #769 from vyos/t6729-ethtool
Browse files Browse the repository at this point in the history
ethtool: T6729: upgrade to 6.10 to make use of more --json options
  • Loading branch information
dmbaturin authored Sep 21, 2024
2 parents 3f57943 + 9e7dd13 commit fa50a50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ethtool/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

def pkgList = [
['name': 'ethtool',
'scmCommit': 'debian/1%6.6-1',
'scmCommit': 'debian/1%6.10-1',
'scmUrl': 'https://salsa.debian.org/kernel-team/ethtool',
'buildCmd': 'sudo mk-build-deps --install --tool "apt-get --yes --no-install-recommends"; dpkg-buildpackage -uc -us -tc -b'],
]
Expand Down
2 changes: 1 addition & 1 deletion scripts/package-build/ethtool/package.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[[packages]]
name = "ethtool"
commit_id = "debian/1%6.6-1"
commit_id = "debian/1%6.10-1"
scm_url = "https://salsa.debian.org/kernel-team/ethtool"

0 comments on commit fa50a50

Please sign in to comment.