From: nico Date: Sun, 23 Oct 2005 18:34:21 +0000 (+0000) Subject: fix hostap build when target arch != mipsel X-Git-Tag: fast2504n-3.10.28-merged~22942^2~1717 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=d3c417d60e78cc0c7ee170dfe23c2506624f90ae;p=openwrt.git fix hostap build when target arch != mipsel git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2283 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile index 69d5ae6e78..c7d187bf3a 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 $@