summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/linux/package/hostap/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile
index 69d5ae6e7..c7d187bf3 100644
--- a/target/linux/package/hostap/Makefile
+++ b/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 $@