diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2006-01-10 03:21:57 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 03:21:57 +0000 |
commit | 931b88d4f952a2fbba63d9cbfbe6e5816cacfa95 (patch) | |
tree | b065c37cf3097da5743bab3c6a5a038c724ddd2f /packages/ixp4xx/ixp4xx-csr_2.1.bb | |
parent | 2f0e3d2a376647127e9d569aa9d2ab0ae2211843 (diff) |
ixp4xx-csr: add support for the RTL8201CP in NSLU2 in ixp4xx-csr 2.1
- this adds the missing checks for the Realtek 8201 series and
thereby removes some unwarranted error messages on boot.
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr_2.1.bb')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr_2.1.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr_2.1.bb b/packages/ixp4xx/ixp4xx-csr_2.1.bb index a0798df722..a37f8c6944 100644 --- a/packages/ixp4xx/ixp4xx-csr_2.1.bb +++ b/packages/ixp4xx/ixp4xx-csr_2.1.bb @@ -31,10 +31,12 @@ SRC_URI += "file://ixethdb-header.patch;patch=1" SRC_URI += "file://bit-macro.patch;patch=1" SRC_URI += "file://ixnpemhconfigisr-is-private.patch;patch=1" SRC_URI += "file://le.patch;patch=1" +SRC_URI += "file://mii-debug.patch;patch=1" +SRC_URI += "file://rtl8201-support.patch;patch=1" DEPENDS = "ixp-osal" S = "${WORKDIR}/ixp400_xscale_sw" -PR = "r4" +PR = "r5" COMPATIBLE_HOST = "^arm.*-linux.*" |