diff options
Diffstat (limited to 'recipes/ethtool')
-rw-r--r-- | recipes/ethtool/ethtool.inc | 9 | ||||
-rw-r--r-- | recipes/ethtool/ethtool_3.bb | 2 | ||||
-rw-r--r-- | recipes/ethtool/ethtool_4.bb | 2 | ||||
-rw-r--r-- | recipes/ethtool/ethtool_5.bb | 2 | ||||
-rw-r--r-- | recipes/ethtool/ethtool_6.bb | 2 |
5 files changed, 17 insertions, 0 deletions
diff --git a/recipes/ethtool/ethtool.inc b/recipes/ethtool/ethtool.inc new file mode 100644 index 0000000000..323ae9a029 --- /dev/null +++ b/recipes/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 diff --git a/recipes/ethtool/ethtool_3.bb b/recipes/ethtool/ethtool_3.bb new file mode 100644 index 0000000000..ae17e10e76 --- /dev/null +++ b/recipes/ethtool/ethtool_3.bb @@ -0,0 +1,2 @@ +require ethtool.inc +PR ="r1" diff --git a/recipes/ethtool/ethtool_4.bb b/recipes/ethtool/ethtool_4.bb new file mode 100644 index 0000000000..7335c3b025 --- /dev/null +++ b/recipes/ethtool/ethtool_4.bb @@ -0,0 +1,2 @@ +require ethtool.inc +PR ="r0" diff --git a/recipes/ethtool/ethtool_5.bb b/recipes/ethtool/ethtool_5.bb new file mode 100644 index 0000000000..7335c3b025 --- /dev/null +++ b/recipes/ethtool/ethtool_5.bb @@ -0,0 +1,2 @@ +require ethtool.inc +PR ="r0" diff --git a/recipes/ethtool/ethtool_6.bb b/recipes/ethtool/ethtool_6.bb new file mode 100644 index 0000000000..4c9ae5304f --- /dev/null +++ b/recipes/ethtool/ethtool_6.bb @@ -0,0 +1,2 @@ +require ethtool.inc +PR = "r0" |