diff options
author | Christian Breunig <christian@breunig.cc> | 2024-09-22 06:51:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-22 06:51:59 +0200 |
commit | 644a91e970c96de01d2e17a7ea91502b8f7265e6 (patch) | |
tree | 313e919507f7762890ee62220510abddf5c2b97f /debian | |
parent | 3e884c5d8bda2236abb07cdf1bcae5474d81f693 (diff) | |
parent | 884f561d3a0ea362ded93d053236c3f6b04683b2 (diff) | |
download | vyos-1x-644a91e970c96de01d2e17a7ea91502b8f7265e6.tar.gz vyos-1x-644a91e970c96de01d2e17a7ea91502b8f7265e6.zip |
Merge pull request #4094 from c-po/ethtool
ethtool: T6729: drop text based feature parsing in favour of JSON
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index d1d1602ae..f8cfb876c 100644 --- a/debian/control +++ b/debian/control @@ -94,7 +94,7 @@ Depends: linux-cpupower, # ipaddrcheck is widely used in IP value validators ipaddrcheck, - ethtool, + ethtool (>= 6.10), lm-sensors, procps, netplug, |