From: Nicolas Thill Date: Sun, 23 Oct 2005 18:34:21 +0000 (+0000) Subject: fix hostap build when target arch != mipsel X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e44266cedf11d1eceeee823bc5903565936adf1b fix hostap build when target arch != mipsel SVN-Revision: 2283 --- 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 $@