diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 17:23:09 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 17:23:09 +0000 |
commit | 5fa85363aa958a11e78378db9c0dc207f8a73966 (patch) | |
tree | b4894dc398cde93b99aa701520c6e65bed547630 /packages | |
parent | d9ec5a373d6cc93e9382214ff0d047feb223b45f (diff) |
ixp4xx-csr: move to NPE library 2_0_5 in 2.0
Diffstat (limited to 'packages')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr_2.0.bb b/packages/ixp4xx/ixp4xx-csr_2.0.bb index 49eba4f1e1..e88d371513 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.0.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.0.bb @@ -8,7 +8,7 @@ LICENSE_HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp425 # directory before using this package: # # IPL_ixp400AccessLibrary-2_0.zip -# IPL_ixp400NpeLibrary-2_0.zip +# IPL_ixp400NpeLibrary-2_0_5.zip # # To do this go to the LICENSE_HOMEPAGE above, register/login (using a # web browser which is supported by the login page), this will give you @@ -20,14 +20,14 @@ LICENSE_HOMEPAGE = "http://www.intel.com/design/network/products/npfamily/ixp425 # Store the files with the names given below in your downloads directory # SRC_URI = "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400AccessLibrary-2_0.zip" -SRC_URI += "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_0.zip" +SRC_URI += "http://www.intel.com/Please-Read-The-BB-File/IPL_ixp400NpeLibrary-2_0_5.zip" SRC_URI += "file://Makefile.patch;patch=1" SRC_URI += "file://2.6.patch;patch=1" SRC_URI += "file://2.6.14.patch;patch=1" SRC_URI += "file://le.patch;patch=1" DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" -PR = "r2" +PR = "r3" COMPATIBLE_HOST = "^arm.*-linux.*" |