diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-25 06:46:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-25 06:46:30 +0000 |
commit | c5e3e839eb7fd3ccadb0e9b1a7f71de7ff97f29f (patch) | |
tree | 59d0b9b0e5a1ec70504dbada3e80a73e86c1c67d /packages/ixp425-eth/ixp425-eth_1.1.bb | |
parent | 700b8e3f9bad98c84f78a1088e0699614812fff8 (diff) |
ixp425_eth: commit fixes for 2.6.14 kernels
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r-- | packages/ixp425-eth/ixp425-eth_1.1.bb | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb index dec772b7b6..cbf7e106ce 100644 --- a/packages/ixp425-eth/ixp425-eth_1.1.bb +++ b/packages/ixp425-eth/ixp425-eth_1.1.bb @@ -9,7 +9,8 @@ SRC_URI = "http://www.intel.com/design/network/swsup/ixp400LinuxEthernetDriverPa file://pollcontroller.patch;patch=1 \ file://mm4.patch;patch=1" SRC_URI += "file://2.6.13.patch;patch=1" -PR = "r9" +SRC_URI += "file://2.6.14.patch;patch=1" +PR = "r10" S = "${WORKDIR}" @@ -23,22 +24,6 @@ inherit module KERNEL_CC += "${TARGET_CC_KERNEL_ARCH}" KERNEL_LD += "${TARGET_LD_KERNEL_ARCH}" -#do_ixp425_c_patch_fetch () { -# if test ! -e ${DL_DIR}/ixp425_eth.c.patch.md5; then -# cd ${DL_DIR} -# wget -Oixp425_eth.c.patch http://sourceforge.net/tracker/download.php?group_id=74209\&atid=544386\&file_id=90129\&aid=970193 -# md5sum > ixp425_eth.c.patch.md5 -# fi -#} -# -#addtask ixp425_c_patch_fetch after do_fetch before do_unpack - -#do_ixp425_c_patch_unpack () { -# install -m 0644 ${DL_DIR}/ixp425_eth.c.patch ${WORKDIR}/ -#} - -#addtask ixp425_c_patch_unpack after do_unpack before do_pre_patch - do_pre_patch () { patcher -p 0 -i ixp425_eth_1_1_update_nf_bridge.patch patcher -f -p 0 -i ixp425_eth.c.patch @@ -51,7 +36,7 @@ do_compile () { oe_runmake 'KDIR=${STAGING_KERNEL_DIR}' \ 'CC=${KERNEL_CC}' \ 'LD=${KERNEL_LD}' \ - 'EXTRA_CFLAGS=-I${STAGING_INCDIR}/linux/ixp4xx-csr -I${STAGING_KERNEL_DIR}/include' + 'EXTRA_CFLAGS=-I${STAGING_INCDIR}/linux/ixp4xx-csr -I${STAGING_KERNEL_DIR}/include -DCPU=33 -DXSCALE=33' } do_install () { |