diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-27 13:47:21 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-02-27 13:47:21 +0000 |
commit | 0c837a5eb20f1179185fec3759337c0cc9b9bb09 (patch) | |
tree | 0275b95047ea44a29a4932e1692576407547ea2c /packages/madwifi/madwifi-ng_r.inc | |
parent | d1ff23c92b35eb9b39e398ac018fecd54b173315 (diff) |
packages/madwifi/madwifi-ng_r.inc: Add efika and walnut compile support
Diffstat (limited to 'packages/madwifi/madwifi-ng_r.inc')
-rw-r--r-- | packages/madwifi/madwifi-ng_r.inc | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/packages/madwifi/madwifi-ng_r.inc b/packages/madwifi/madwifi-ng_r.inc index 01d0e1e0d3..bbd6215539 100644 --- a/packages/madwifi/madwifi-ng_r.inc +++ b/packages/madwifi/madwifi-ng_r.inc @@ -4,21 +4,30 @@ PRIORITY = "optional" LICENSE = "GPL" RDEPENDS = "kernel (${KERNEL_VERSION})" DEPENDS = "virtual/kernel" -PR="r0" +PR="r1" SRC_URI = "http://snapshots.madwifi.org/${PN}/${PN}-${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://20-xscale-VFP-wackelf.patch;patch=1" + file://10-sh4-le-elf-copts.patch;patch=1" + +SRC_URI_slugos = "http://snapshots.madwifi.org/${PN}/${PN}-${PV}.tar.gz \ + file://slugos-xscale-be-elf-copts.patch;patch=1 \ + file://slugos-xscale-le-elf-copts.patch;patch=1 \ + file://slugos-VFP-wackelf.patch;patch=1" S = "${WORKDIR}/${PN}-${PV}" inherit module-base +ARCH_efika="powerpc" +ARCH_dht-walnut="ppc" + EXTRA_OEMAKE = "LDFLAGS= KERNELPATH=${STAGING_KERNEL_DIR} KERNELRELEASE=${KERNEL_VERSION} TOOLPREFIX=${TARGET_PREFIX}" -EXTRA_OEMAKE_prepend_ixp4xx = "TARGET=xscale-${SITEINFO_ENDIANESS}-elf " +EXTRA_OEMAKE_prepend_ixp4xxle = "TARGET=xscale-le-elf " +EXTRA_OEMAKE_prepend_ixp4xxbe = "TARGET=xscale-be-elf " + do_compile() { oe_runmake all |