summaryrefslogtreecommitdiffstats
path: root/recipes/madwifi/madwifi-ng_r.inc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-05-07 20:31:36 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2009-05-07 20:31:36 +0400
commit0628081b0377b36a7db9e74e5a27a079978f2924 (patch)
tree57f684f837c5865b2e52c3243509cb4aa8ab5af6 /recipes/madwifi/madwifi-ng_r.inc
parent54d9df34828cfa75fa71a2ca086aa2468ea38c5c (diff)
downloadopenembedded-0628081b0377b36a7db9e74e5a27a079978f2924.tar.gz
madwifi: compilation fixes
Fix compilation of madwifi-ng 1) for powerpc arches with recent kernels (which provide no PPC_MERGE config) 2) for 2.6.30-rc kernels which provide no more netdev->priv Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/madwifi/madwifi-ng_r.inc')
-rw-r--r--recipes/madwifi/madwifi-ng_r.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/madwifi/madwifi-ng_r.inc b/recipes/madwifi/madwifi-ng_r.inc
index 2161486f7a..4eef55c636 100644
--- a/recipes/madwifi/madwifi-ng_r.inc
+++ b/recipes/madwifi/madwifi-ng_r.inc
@@ -15,6 +15,7 @@ SRC_URI = "http://snapshots.madwifi.org/madwifi-trunk/${SRCNAME}-${PV}.tar.gz \
file://10-xscale-be-elf-copts.patch;patch=1 \
file://10-xscale-le-elf-copts.patch;patch=1 \
file://10-sh4-le-elf-copts.patch;patch=1 \
+ file://powerpc-fix.patch;patch=1 \
${WACKELF_SRC_URI}"
S = "${WORKDIR}/${SRCNAME}-${PV}"