summaryrefslogtreecommitdiff
path: root/packages/ixp425-eth/ixp425-eth_1.1.bb
diff options
context:
space:
mode:
authorJohn Bowler <jbowler@nslu2-linux.org>2005-10-05 18:08:33 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-05 18:08:33 +0000
commit962eb38eb1b819c02545cbc7e7ea15af7856c6b3 (patch)
tree22e1188760a9e7402332b20e46c27e5081048c0c /packages/ixp425-eth/ixp425-eth_1.1.bb
parent07cf0d98b30ce6887993db22608d84d1ad66f522 (diff)
ixp4xx,ixp4225-eth: provide virtual/ixp-eth
Also on ixp4xx/ixp4xx-csr_2.0.bb (only) the ixp400.ko driver is now installed in kernel/drivers, not drivers. On all versions ixp-eth now RDEPENDS on ixp4xx (this should happen automatically but probably doesn't because the modules are done as independent module builds).
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r--packages/ixp425-eth/ixp425-eth_1.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb
index cbf7e106ce..79243fa1d3 100644
--- a/packages/ixp425-eth/ixp425-eth_1.1.bb
+++ b/packages/ixp425-eth/ixp425-eth_1.1.bb
@@ -10,12 +10,16 @@ SRC_URI = "http://www.intel.com/design/network/swsup/ixp400LinuxEthernetDriverPa
file://mm4.patch;patch=1"
SRC_URI += "file://2.6.13.patch;patch=1"
SRC_URI += "file://2.6.14.patch;patch=1"
-PR = "r10"
+PR = "r11"
+
+RDEPENDS = "ixp4xx-csr"
S = "${WORKDIR}"
COMPATIBLE_HOST = "^armeb-linux.*"
+PROVIDES = "virtual/ixp-eth"
+
inherit module
# Add the architecture compiler flags to KERNEL_CC and KERNEL_LD as