aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ethtool/ethtool_3.bb
blob: e1b0aaf0921e48cae3a63cfb6de4db0da3a2478f (plain)
1
2
3
4
5
6
7
8
9
10
11
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."
LICENSE = "GPL"

SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
S = "${WORKDIR}/ethtool-${PV}"

inherit autotools