From f82f684a2159a011f26cc6fa19b8740b0f68380c Mon Sep 17 00:00:00 2001 From: Alexandre Derumier Date: Fri, 23 Jun 2023 11:02:56 +0200 Subject: [PATCH] add ethtool as depend some users need to disable some buggy features for their nic, install ethtool by default Signed-off-by: Alexandre Derumier Signed-off-by: Thomas Lamprecht --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4eea122..29eef2e 100644 --- a/debian/control +++ b/debian/control @@ -17,8 +17,8 @@ Architecture: all Provides: ifupdown Conflicts: ifupdown Replaces: ifupdown -Depends: ${python3:Depends}, ${misc:Depends}, iproute2, python3-six, python3-setuptools, python3-systemd -Suggests: isc-dhcp-client, bridge-utils, ethtool, python3-gvgen, python3-mako +Depends: ${python3:Depends}, ${misc:Depends}, iproute2, python3-six, python3-setuptools, python3-systemd, ethtool +Suggests: isc-dhcp-client, bridge-utils, python3-gvgen, python3-mako Description: Network Interface Management tool similar to ifupdown ifupdown2 is ifupdown re-written in Python. It replaces ifupdown and provides the same user interface as ifupdown for network interface configuration.