projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3b0435
)
madwifi: remove the get_arch.mk build failure when the 'detected' arch doesn't match...
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 1 Aug 2009 21:29:10 +0000
(21:29 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 1 Aug 2009 21:29:10 +0000
(21:29 +0000)
SVN-Revision: 17084
package/madwifi/patches/106-get_arch.patch
patch
|
blob
|
history
diff --git
a/package/madwifi/patches/106-get_arch.patch
b/package/madwifi/patches/106-get_arch.patch
index 48732711382feb1842bcd4e86eb98f59ed1e063e..3140f3679953f9dc326e02fddd61b4496b4fbfd7 100644
(file)
--- a/
package/madwifi/patches/106-get_arch.patch
+++ b/
package/madwifi/patches/106-get_arch.patch
@@
-1,6
+1,6
@@
--- a/scripts/get_arch.mk
+++ b/scripts/get_arch.mk
-@@ -36,
6 +36,13
@@ ifeq (,$(ARCH-y))
+@@ -36,
11 +36,14
@@ ifeq (,$(ARCH-y))
$(Cannot determine ARCH)
endif
@@
-14,3
+14,8
@@
# 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