From: nico Date: Sun, 14 Aug 2005 15:35:16 +0000 (+0000) Subject: fix building when target arch != mipsel (arch defaults to mipsel if not set when... X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=38c44e577082ee68529cfa6550f540380264ed83;p=openwrt-10.03%2F.git fix building when target arch != mipsel (arch defaults to mipsel if not set when entering linux_dir) git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1662 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/package/madwifi/Makefile b/target/linux/package/madwifi/Makefile index df1ae1082..bde33e2e1 100644 --- a/target/linux/package/madwifi/Makefile +++ b/target/linux/package/madwifi/Makefile @@ -36,6 +36,7 @@ $(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ + ARCH="$(ARCH)" \ TARGET="$(HAL_TARGET)" \ TOOLPREFIX="$(KERNEL_CROSS)" \ KERNELPATH="$(KERNEL_DIR)"