summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/hostap/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 18:34:21 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-23 18:34:21 +0000
commita30d5ade953ce04e6541201181ea6f500b9fd653 (patch)
tree3e6375a635de4fee1cb5357412e91baa51d993db /openwrt/target/linux/package/hostap/Makefile
parenta4949c69ef3b4ac509d79a157bd39ec703827e80 (diff)
fix hostap build when target arch != mipsel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/hostap/Makefile')
-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 69d5ae6e7..c7d187bf3 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 $@