Bug#463353: madwifi-source: patch for compilation under 2.6.24

Eric Cooper ecc at cmu.edu
Tue Feb 5 19:46:11 UTC 2008


Package: madwifi-source
Version: 1:0.9.3.2-2
Tags: patch
Followup-For: Bug #463353

--- modules/madwifi/ath_hal/ah_target.inc~	2006-11-17 18:34:30.000000000 -0500
+++ modules/madwifi/ath_hal/ah_target.inc	2008-02-05 14:35:46.000000000 -0500
@@ -37,5 +37,6 @@
 TARGET-$(CONFIG_CPU_SA110) = xscale-$(ENDIAN)-elf
 TARGET-$(CONFIG_CPU_SA1100) = xscale-$(ENDIAN)-elf
 TARGET-$(CONFIG_CPU_XSCALE) = xscale-$(ENDIAN)-elf
+TARGET-$(CONFIG_X86_32) = i386-elf
 
 TARGET = $(if $(TARGET-y),$(TARGET-y),$(ARCH)-elf)
--- modules/madwifi/scripts/get_arch.mk~	2008-02-05 14:37:07.000000000 -0500
+++ modules/madwifi/scripts/get_arch.mk	2008-02-05 14:39:47.000000000 -0500
@@ -39,8 +39,4 @@
 # Don't allow ARCH to be overridden by a different value.
 ifeq (,$(ARCH))
 ARCH = $(ARCH-y)
-else
-ifneq ($(ARCH),$(ARCH-y))
-$(error ARCH mismatch: supplied "$(ARCH)", determined "$(ARCH-y)")
-endif
 endif





More information about the Pkg-madwifi-maintainers mailing list