aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/madwifi/files/fix-target-mips32.patch
blob: 743930455fcc4b946d0e841f8221b557d699017a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Upstream: unmaintained version

diff -Naur madwifi-ng-r3314-20080131.orig/ath_hal/ah_target.inc madwifi-ng-r3314-20080131/ath_hal/ah_target.inc
--- madwifi-ng-r3314-20080131.orig/ath_hal/ah_target.inc	2006-11-17 23:34:30.000000000 +0000
+++ madwifi-ng-r3314-20080131/ath_hal/ah_target.inc	2010-10-26 01:36:47.000000000 +0000
@@ -26,8 +26,8 @@
 # Determine the target (i.e. which HAL to use).
 # The default is $(ARCH)-elf
 TARGET-$(CONFIG_CPU_32v4) = armv4-$(ENDIAN)-elf
-TARGET-$(CONFIG_CPU_MIPS32_R1) = mips1-$(ENDIAN)-elf
-TARGET-$(CONFIG_CPU_MIPS32_R2) = mips-$(ENDIAN)-elf
+TARGET-$(CONFIG_CPU_MIPS32_R1) = mips32-$(ENDIAN)-elf
+TARGET-$(CONFIG_CPU_MIPS32_R2) = mips32r2-$(ENDIAN)-elf
 TARGET-$(CONFIG_CPU_R4X00) = mipsisa32-$(ENDIAN)-elf
 TARGET-$(CONFIG_CPU_TX49XX) = mipsisa32-$(ENDIAN)-elf
 TARGET-$(CONFIG_PPC32) = powerpc-be-elf