blob: a8664e1ee598bff87799b539e54f6a859c01db83 (
plain)
1
2
3
4
5
6
7
8
9
|
SECTION = "console/network"
DESCRIPTION = "ethtool is a Linux net driver diagnostic \
and tuning tool for the Linux 2.4.x (or later) series \
of kernels."
SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
S = "${WORKDIR}/ethtool-${PV}"
inherit autotools
|