projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change localhost into a fully qualified name; remove OpenWrt alias to 127.0.0.1
[openwrt.git]
/
toolchain
/
kernel-headers
/
Makefile
diff --git
a/toolchain/kernel-headers/Makefile
b/toolchain/kernel-headers/Makefile
index
3731673
..
f95c8b9
100644
(file)
--- a/
toolchain/kernel-headers/Makefile
+++ b/
toolchain/kernel-headers/Makefile
@@
-33,6
+33,7
@@
endef
ifneq (,$(findstring uml,$(BOARD)))
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH=i386 \
CONFIG_SHELL=$(BASH)
else
KMAKE := $(MAKE) -C $(PKG_BUILD_DIR) \
This page took
0.022455 seconds
and
4
git commands to generate.