summaryrefslogtreecommitdiff
path: root/package/madwifi/patches/106-get_arch.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/madwifi/patches/106-get_arch.patch')
-rw-r--r--package/madwifi/patches/106-get_arch.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/madwifi/patches/106-get_arch.patch b/package/madwifi/patches/106-get_arch.patch
deleted file mode 100644
index 3140f36..0000000
--- a/package/madwifi/patches/106-get_arch.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/scripts/get_arch.mk
-+++ b/scripts/get_arch.mk
-@@ -36,11 +36,14 @@ ifeq (,$(ARCH-y))
- $(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)
--else
--ifneq ($(ARCH),$(ARCH-y))
--$(error ARCH mismatch: supplied "$(ARCH)", determined "$(ARCH-y)")
--endif
- endif