From: Bruno Randolf Date: Fri, 24 Sep 2004 15:54:34 +0000 (+0000) Subject: madwifi: remove hardcoded toolchain prefix X-Git-Tag: Release-2010-05/1~16910 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccf1bb7df496e9527f90be6004aca111c0c66076;p=openembedded.git madwifi: remove hardcoded toolchain prefix BKrev: 4154433a4fb8hye7JZtpIvbMLliPiA --- diff --git a/madwifi/madwifi-modules_cvs.oe b/madwifi/madwifi-modules_cvs.oe index e69de29bb2..86cf0b09e4 100644 --- a/madwifi/madwifi-modules_cvs.oe +++ b/madwifi/madwifi-modules_cvs.oe @@ -0,0 +1,36 @@ +DESCRIPTION = "Linux driver for 802.11a/b/g universal NIC cards using Atheros chip sets" +SECTION = "net" +PRIORITY = "optional" +MAINTAINER = "Bruno Randolf " +LICENSE = "GPL" +RDEPENDS = "kernel (${KERNEL_VERSION})" +DEPENDS = "virtual/kernel" + +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/madwifi;module=madwifi" + +S = "${WORKDIR}/madwifi" + +inherit module-base + +# Hack Alert :D +ARCH_mipsel = "mips" +EXTRA_OEMAKE_mtx-1 = "TARGET=mips-le-elf KERNELPATH=${KERNEL_SOURCE} KERNELRELEASE=${KERNEL_VERSION} TOOLPREFIX=${TARGET_PREFIX} COPTS='-G 0 -mno-abicalls -fno-pic -Wa,--trap -fno-strict-aliasing -fno-common -fomit-frame-pointer -mlong-calls'" + +do_compile() { + oe_runmake +} + +do_install() { + oe_runmake DESTDIR=${D} install + +} + +pkg_postinst() { +if test "x$D" != "x"; then + exit 1 +else + depmod -ae +fi +} + +FILES_${PN} = "/lib/modules/"