diff options
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r-- | packages/ixp425-eth/ixp425-eth_1.1.bb | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb index 6332aeaadb..40e7f19f54 100644 --- a/packages/ixp425-eth/ixp425-eth_1.1.bb +++ b/packages/ixp425-eth/ixp425-eth_1.1.bb @@ -4,8 +4,10 @@ MAINTAINER = "Chris Larson <kergoth@handhelds.org>" SRC_URI = "http://www.intel.com/design/network/swsup/ixp400LinuxEthernetDriverPatch-1_1.zip \ file://makefile.patch;patch=1 \ file://ethhdr.patch;patch=1 \ - file://intdriven.patch;patch=1" -PR = "r1" + file://intdriven.patch;patch=1 \ + file://pollcontroller.patch;patch=1 \ + file://mm4.patch;patch=1" +PR = "r3" S = "${WORKDIR}" @@ -13,6 +15,12 @@ COMPATIBLE_HOST = "^armeb-linux.*" inherit module +# Add the architecture compiler flags to KERNEL_CC and KERNEL_LD as +# required. Notice that this has to be done for each separately built +# module as well! +KERNEL_CC += "${TARGET_CC_ARCH} -mno-thumb-interwork" +# KERNEL_LD += + do_ixp425_c_patch_fetch () { if test ! -e ${DL_DIR}/ixp425_eth.c.patch.md5; then cd ${DL_DIR} |