diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-14 23:06:39 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-14 23:06:39 +0000 |
commit | a69e54e71a6f4443719bb0c5e3ffa02f6559193e (patch) | |
tree | 4dad11fa6bfc9bf0217bafeb885cdc9fd3f52e30 | |
parent | 53b69e0f99019f034870649596d925264f58091f (diff) |
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages
2004/11/14 18:06:27-05:00 handhelds.org!kergoth
Add ixp4xx CSR layer (needed for ethernet on the Linksys NSLU2).
BKrev: 4197e4ff_p7V1614YoWQUHeo_HFZvQ
-rw-r--r-- | classes/module-base.oeclass | 1 | ||||
-rw-r--r-- | ixp4xx/ixp4xx-csr/badpaths.patch | 0 | ||||
-rw-r--r-- | ixp4xx/ixp4xx-csr_1.4.oe | 0 |
3 files changed, 1 insertions, 0 deletions
diff --git a/classes/module-base.oeclass b/classes/module-base.oeclass index 90deb3317f..20827ab385 100644 --- a/classes/module-base.oeclass +++ b/classes/module-base.oeclass @@ -1,6 +1,7 @@ export ARCH = "${TARGET_ARCH}" export ARCH_i686 = "i386" export ARCH_mipsel = "mips" +export ARCH_armeb = "arm" export OS = "${TARGET_OS}" export CROSS_COMPILE = "${TARGET_PREFIX}" diff --git a/ixp4xx/ixp4xx-csr/badpaths.patch b/ixp4xx/ixp4xx-csr/badpaths.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ixp4xx/ixp4xx-csr/badpaths.patch diff --git a/ixp4xx/ixp4xx-csr_1.4.oe b/ixp4xx/ixp4xx-csr_1.4.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ixp4xx/ixp4xx-csr_1.4.oe |