From: Nicolas Thill 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: https://git.librecmc.org/?a=commitdiff_plain;h=bde7d2ee0d6a8bde3ed5277c11b87d17e930a009;p=librecmc%2Flibrecmc.git fix building when target arch != mipsel (arch defaults to mipsel if not set when entering linux_dir) SVN-Revision: 1662 --- diff --git a/openwrt/target/linux/package/madwifi/Makefile b/openwrt/target/linux/package/madwifi/Makefile index df1ae1082d..bde33e2e1b 100644 --- a/openwrt/target/linux/package/madwifi/Makefile +++ b/openwrt/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)"