]> git.ipfire.org Git - ipfire-3.x.git/blame - ethtool/ethtool.nm
kernel: Disable support for 6RD
[ipfire-3.x.git] / ethtool / ethtool.nm
CommitLineData
15efb3c6 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
15efb3c6
MT
4###############################################################################
5
802ea3af 6name = ethtool
15477c16 7version = 4.5
62fcf3c3 8release = 1
15efb3c6 9
56a3a748 10groups = Applications/System
62fcf3c3 11url = https://www.kernel.org/pub/software/network/ethtool/
802ea3af
MT
12license = GPLv2
13summary = Ethernet settings tool for PCI ethernet cards.
15efb3c6 14
802ea3af 15description
15efb3c6
MT
16 This utility allows querying and changing settings such as speed, \
17 port, autonegotiation, PCI locations and checksum offload on many \
18 network devices, especially of ethernet devices.
802ea3af
MT
19end
20
62fcf3c3 21source_dl = https://www.kernel.org/pub/software/network/ethtool/
15efb3c6 22
802ea3af
MT
23packages
24 package %{name}
56a3a748 25 groups += Base
802ea3af 26 end
1f9bc2f0
MT
27
28 package %{name}-debuginfo
29 template DEBUGINFO
30 end
802ea3af 31end