aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-23 18:34:21 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-23 18:34:21 +0000
commitc3e51ef17d4074dd7f10c14e8a0fe511a612fe2a (patch)
treef1e3721f1b450069dabaf343deb87a9b780b2b10
parentdc3a21f48d51497b6842a48c0a249bd4bdd92764 (diff)
downloadupstream-c3e51ef17d4074dd7f10c14e8a0fe511a612fe2a.tar.gz
upstream-c3e51ef17d4074dd7f10c14e8a0fe511a612fe2a.tar.bz2
upstream-c3e51ef17d4074dd7f10c14e8a0fe511a612fe2a.zip
fix hostap build when target arch != mipsel
SVN-Revision: 2283
-rw-r--r--openwrt/target/linux/package/hostap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/linux/package/hostap/Makefile b/openwrt/target/linux/package/hostap/Makefile
index 69d5ae6e78..c7d187bf3a 100644
--- a/openwrt/target/linux/package/hostap/Makefile
+++ b/openwrt/target/linux/package/hostap/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile 1832 2005-09-03 19:27:27Z wbx $
+# $Id$
include $(TOPDIR)/rules.mk
include ../../rules.mk
@@ -30,6 +30,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(KERNEL_DIR)/ \
+ ARCH="$(LINUX_KARCH)" \
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
modules
touch $@