diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 11:19:16 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-06 11:19:16 +0000 |
commit | 4abd898930587a870ded7755f39cff04cec46c76 (patch) | |
tree | 97f7496eda9a60f2e8efa32022db7951c803d629 /madwifi | |
parent | e94a5043dafb7a76462a3a9f86f9d7aab455b0f5 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2004/10/06 10:27:04+02:00 (none)!br1
wlan-ng update to 0.2.1pre22, with a more flexible configuration
2004/10/06 10:23:31+02:00 (none)!br1
madwifi fix for mtx-1
2004/10/06 05:27:18+02:00 local!CoreDump
Bump PR to replace -r1 (borked DEPENDS) from the upgrade feed
BKrev: 4163d4b4Uk_QgVNrKdlYXCoR8W_oug
Diffstat (limited to 'madwifi')
-rw-r--r-- | madwifi/madwifi-modules_cvs.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/madwifi/madwifi-modules_cvs.oe b/madwifi/madwifi-modules_cvs.oe index 86cf0b09e4..ed325ddbc9 100644 --- a/madwifi/madwifi-modules_cvs.oe +++ b/madwifi/madwifi-modules_cvs.oe @@ -14,7 +14,8 @@ 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'" +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 -DATH_PCI'" do_compile() { oe_runmake |