diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-06-25 04:20:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-25 04:20:16 +0000 |
commit | 65d06317f3624044da9abc872a854136aefd59bd (patch) | |
tree | b400f08afbf728958114c31e93805fa7a6bd8432 /packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch | |
parent | 238722e5b137d0ad7ad7b6cc13043744d1274d35 (diff) |
ixp4xx-csr: Fixed the .bb so that the 2.1.1 patch is actually applied, but unfortunately it now doesn't build.
Diffstat (limited to 'packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch')
-rw-r--r-- | packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch b/packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch new file mode 100644 index 0000000000..8a08f862f6 --- /dev/null +++ b/packages/ixp4xx/ixp4xx-csr-2.1.1/undefined-attribute.patch @@ -0,0 +1,16 @@ + src/include/IxEthDB.h | 2 +- + 1 files changed, 1 insertion(+), 1 deletion(-) + +Index: ixp400_xscale_sw/src/include/IxEthDB.h +=================================================================== +--- ixp400_xscale_sw.orig/src/include/IxEthDB.h ++++ ixp400_xscale_sw/src/include/IxEthDB.h +@@ -273,7 +273,7 @@ + typedef struct + { + UINT8 macAddress[IX_IEEE803_MAC_ADDRESS_SIZE]; +-} IX_OSAL_ATTRIBUTE_PACKED IxEthDBMacAddr; ++} IxEthDBMacAddr; + + /** + * |