projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[package] iwinfo: populate tx power offsets for most ubnt devices, add NSM2/5 and...
[openwrt.git]
/
package
/
madwifi
/
patches
/
106-get_arch.patch
diff --git
a/package/madwifi/patches/106-get_arch.patch
b/package/madwifi/patches/106-get_arch.patch
index
4873271
..
3140f36
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
--- 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
$(Cannot determine ARCH)
endif
@@
-14,3
+14,8
@@
# Don't allow ARCH to be overridden by a different value.
ifeq (,$(ARCH))
ARCH = $(ARCH-y)
# 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
This page took
0.020372 seconds
and
4
git commands to generate.