aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYiping Wang <b25805@freescale.com>2011-07-04 17:33:27 +0800
committerTom Rini <tom_rini@mentor.com>2011-07-05 08:06:36 -0700
commit400736229dabe42210a26559c9e89934569d1246 (patch)
treeb2c220d7755c5fd3e8210ff5c21ab01d03f6cb96
parent51cee0c4458d26660622197a0c897829625b0669 (diff)
downloadopenembedded-400736229dabe42210a26559c9e89934569d1246.tar.gz
ethtool: Add 2.6.26
Upgrade to 2.6.36 verion for ipsec 2c2pf support. Signed-off-by: Yiping Wang <b25805@freescale.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/ethtool/ethtool.inc3
-rw-r--r--recipes/ethtool/ethtool_2.6.35.bb3
-rw-r--r--recipes/ethtool/ethtool_2.6.36.bb6
3 files changed, 10 insertions, 2 deletions
diff --git a/recipes/ethtool/ethtool.inc b/recipes/ethtool/ethtool.inc
index 9c1c292505..323ae9a029 100644
--- a/recipes/ethtool/ethtool.inc
+++ b/recipes/ethtool/ethtool.inc
@@ -4,7 +4,6 @@ HOMEPAGE = "http://sourceforge.net/projects/gkernel/"
SECTION = "console/network"
LICENSE = "GPL"
-SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz \
- file://fifo.patch"
+SRC_URI = "${SOURCEFORGE_MIRROR}/gkernel/ethtool-${PV}.tar.gz"
inherit autotools
diff --git a/recipes/ethtool/ethtool_2.6.35.bb b/recipes/ethtool/ethtool_2.6.35.bb
index afb69fd22c..fb571bc5b2 100644
--- a/recipes/ethtool/ethtool_2.6.35.bb
+++ b/recipes/ethtool/ethtool_2.6.35.bb
@@ -1,4 +1,7 @@
require ethtool.inc
+
+SRC_URI += "file://fifo.patch"
+
PR = "r1"
SRC_URI[md5sum] = "e0f617779a58b77af061a9e5178d0b25"
diff --git a/recipes/ethtool/ethtool_2.6.36.bb b/recipes/ethtool/ethtool_2.6.36.bb
new file mode 100644
index 0000000000..5268aa58e3
--- /dev/null
+++ b/recipes/ethtool/ethtool_2.6.36.bb
@@ -0,0 +1,6 @@
+require ethtool.inc
+
+PR = "r0"
+
+SRC_URI[md5sum] = "3b2322695e9ee7bf447ebcdb85f93e83"
+SRC_URI[sha256sum] = "639622180fe48dc7bb117ffbf263395d7ae47aac9819b8d9f83ff053ecf17bdd"