projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use the cross-compiler to build additional packages
[openwrt.git]
/
target
/
linux
/
package
/
hostap
/
Makefile
diff --git
a/target/linux/package/hostap/Makefile
b/target/linux/package/hostap/Makefile
index
06c063a
..
d285509
100644
(file)
--- a/
target/linux/package/hostap/Makefile
+++ b/
target/linux/package/hostap/Makefile
@@
-31,6
+31,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(KERNEL_DIR)/ \
ARCH="$(LINUX_KARCH)" \
+ CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
modules
touch $@
This page took
0.025177 seconds
and
4
git commands to generate.