From: Felix Fietkau Date: Fri, 12 Sep 2008 19:55:38 +0000 (+0000) Subject: madwifi: fix x86_64 compilation X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=aed64c542274ddd3efcddc7ca534a676455d36b4 madwifi: fix x86_64 compilation SVN-Revision: 12574 --- diff --git a/package/madwifi/patches/106-get_arch.patch b/package/madwifi/patches/106-get_arch.patch new file mode 100644 index 0000000000..b5ef4f299e --- /dev/null +++ b/package/madwifi/patches/106-get_arch.patch @@ -0,0 +1,16 @@ +--- a/scripts/get_arch.mk ++++ b/scripts/get_arch.mk +@@ -36,6 +36,13 @@ + $(Cannot determine ARCH) + endif + ++# Allow ARCH to be x86 ++ifneq (,$(CONFIG_X86)) ++ifeq (x86,$(ARCH)) ++ARCH-y = $(ARCH) ++endif ++endif ++ + # Don't allow ARCH to be overridden by a different value. + ifeq (,$(ARCH)) + ARCH = $(ARCH-y)