diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-07-26 03:33:46 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-07-26 03:33:46 +0000 |
commit | d3b5e766db4c33d2cf430cc7b860da0dce6203ce (patch) | |
tree | dbebb25a30bf5945d11315d4c3d28081a7204bbb /packages/ethtool/ethtool.inc | |
parent | 82afd1cb6aa933f7ae0cc41d8109c4a09d6e27a9 (diff) |
ethtool 4: Add latest ethtool version. Also updated the description
and added the home page information in the recipe.
The original release announcement:
NEWS for this release: Version 4 - July 18, 2006
* Feature: UFO support
* Feature: support long options
* Features: e1000, pcnet32, tg3 updates
* Feature: added PPC4xx EMAC support
* Feature: Use hexdump instead of single values for register dump
[and also a couple minor bug fixes]
Diffstat (limited to 'packages/ethtool/ethtool.inc')
-rw-r--r-- | packages/ethtool/ethtool.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/ethtool/ethtool.inc b/packages/ethtool/ethtool.inc new file mode 100644 index 0000000000..323ae9a029 --- /dev/null +++ b/packages/ethtool/ethtool.inc @@ -0,0 +1,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 |