projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bcd843
)
fix building when target arch != mipsel (arch defaults to mipsel if not set when...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 14 Aug 2005 15:35:16 +0000
(15:35 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 14 Aug 2005 15:35:16 +0000
(15:35 +0000)
SVN-Revision: 1662
openwrt/target/linux/package/madwifi/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/linux/package/madwifi/Makefile
b/openwrt/target/linux/package/madwifi/Makefile
index df1ae1082db976a3c28ff1dcac6e878b26cae054..bde33e2e1b70f549d5f0cb1af88f464649d423b9 100644
(file)
--- a/
openwrt/target/linux/package/madwifi/Makefile
+++ b/
openwrt/target/linux/package/madwifi/Makefile
@@
-36,6
+36,7
@@
$(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(PKG_BUILD_DIR) \
+ ARCH="$(ARCH)" \
TARGET="$(HAL_TARGET)" \
TOOLPREFIX="$(KERNEL_CROSS)" \
KERNELPATH="$(KERNEL_DIR)"