blob: 323ae9a029c828f8c30004f091449c50bf7800ce (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "A small utility for examining and tuning the settings \
of your ethernet-based network interfaces."
HOMEPAGE = "http://sourceforge.net/projects/gkernel/"
SECTION = "console/network"
LICENSE = "GPL"
SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
inherit autotools
|