diff options
Diffstat (limited to 'packages/ixp425-eth/ixp425-eth_1.1.bb')
-rw-r--r-- | packages/ixp425-eth/ixp425-eth_1.1.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/ixp425-eth/ixp425-eth_1.1.bb b/packages/ixp425-eth/ixp425-eth_1.1.bb index 5f1e37220a..6332aeaadb 100644 --- a/packages/ixp425-eth/ixp425-eth_1.1.bb +++ b/packages/ixp425-eth/ixp425-eth_1.1.bb @@ -3,7 +3,10 @@ LICENSE = "GPL" 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://ethhdr.patch;patch=1 \ + file://intdriven.patch;patch=1" +PR = "r1" + S = "${WORKDIR}" COMPATIBLE_HOST = "^armeb-linux.*" |