diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-10-24 07:30:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-10-24 07:30:15 +0000 |
commit | 65137b9eaf4ec4cca3bc6d625d4f7b16b5fd1438 (patch) | |
tree | 1b2c5f5f7cc3caf0fa39a3fc0cf12e71229aac9b /packages/ixp425-eth/ixp400-eth_1.4.bb | |
parent | 6d8d6c460ec34ce88605c8f72221842c1e31cde1 (diff) |
ixp400-eth: fix reboot (module unload) problem in LE patch for 1.4
- The LE patch removed code to initialise a semaphore, this caused
- a crash when the semaphore was used during the device close
- Also change config to use the 'only one NPE' option in the build,
- however by examination this doesn't work very well.
Diffstat (limited to 'packages/ixp425-eth/ixp400-eth_1.4.bb')
-rw-r--r-- | packages/ixp425-eth/ixp400-eth_1.4.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/ixp425-eth/ixp400-eth_1.4.bb b/packages/ixp425-eth/ixp400-eth_1.4.bb index 3a059d212c..ae2de89b21 100644 --- a/packages/ixp425-eth/ixp400-eth_1.4.bb +++ b/packages/ixp425-eth/ixp400-eth_1.4.bb @@ -8,7 +8,7 @@ SRC_URI += "file://ixp400-le-be.patch;patch=1" SRC_URI += "file://makefile.patch;patch=1" SRC_URI += "file://2.6.13.patch;patch=1" SRC_URI += "file://2.6.14.patch;patch=1" -PR = "r3" +PR = "r4" DEPENDS = "ixp4xx-csr" RDEPENDS = "ixp4xx-csr" @@ -38,7 +38,7 @@ EXTRA_OEMAKE = "'CC=${KERNEL_CC}' \ 'IX_TARGET=${IX_TARGET}' \ 'IXP4XX_CSR_DIR=${STAGING_INCDIR}/linux/ixp4xx-csr' \ 'OSAL_DIR=${OSAL_DIR}' \ - 'IX_CFLAGS=-DIX_UTOPIAMODE=0 -DIX_MPHYSINGLEPORT=1' \ + 'IX_CFLAGS=-DIX_UTOPIAMODE=0 -DIX_MPHYSINGLEPORT=1 -DCONFIG_IXP400_ETH_NPEB_ONLY=1' \ 'LINUX_SRC=${STAGING_KERNEL_DIR}' \ 'LINUX_CROSS_COMPILE=${HOST_PREFIX}' \ " |