From a69e54e71a6f4443719bb0c5e3ffa02f6559193e Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sun, 14 Nov 2004 23:06:39 +0000 Subject: [PATCH] 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 --- classes/module-base.oeclass | 1 + ixp4xx/ixp4xx-csr/badpaths.patch | 0 ixp4xx/ixp4xx-csr_1.4.oe | 0 3 files changed, 1 insertion(+) create mode 100644 ixp4xx/ixp4xx-csr/badpaths.patch create mode 100644 ixp4xx/ixp4xx-csr_1.4.oe 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 diff --git a/ixp4xx/ixp4xx-csr_1.4.oe b/ixp4xx/ixp4xx-csr_1.4.oe new file mode 100644 index 0000000000..e69de29bb2 -- 2.39.5