projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[iw] Update iw to version 0.9.13.
[openwrt.git]
/
package
/
madwifi
/
patches
/
106-get_arch.patch
1
--- a/scripts/get_arch.mk
2
+++ b/scripts/get_arch.mk
3
@@ -36,6 +36,13 @@ ifeq (,$(ARCH-y))
4
$(Cannot determine ARCH)
5
endif
6
7
+# Allow ARCH to be x86
8
+ifneq (,$(CONFIG_X86))
9
+ifeq (x86,$(ARCH))
10
+ARCH-y = $(ARCH)
11
+endif
12
+endif
13
+
14
# Don't allow ARCH to be overridden by a different value.
15
ifeq (,$(ARCH))
16
ARCH = $(ARCH-y)
This page took
0.038605 seconds
and
5
git commands to generate.