diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:34:21 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-23 18:34:21 +0000 |
commit | d3c417d60e78cc0c7ee170dfe23c2506624f90ae (patch) | |
tree | 5ac9a524f6ac490502456fc49ce0a3b5cd579815 /target/linux/package/hostap | |
parent | 8c22b3ad4ccb0aa3fa3fd378af8ca4c0de5b0d33 (diff) |
fix hostap build when target arch != mipsel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2283 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/hostap')
-rw-r--r-- | target/linux/package/hostap/Makefile | 3 |
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 $@ |