summaryrefslogtreecommitdiffstats
path: root/package/madwifi/patches/106-get_arch.patch
blob: b5ef4f299eaae20906e9e35202d5251bf7d9c43d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)