aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/package/hostap
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-02 02:42:06 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-02 02:42:06 +0000
commit442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec (patch)
tree75814e710d040e17bbea4d72bbc73621ad76c341 /target/linux/package/hostap
parent07ea0ea1bb6808b2a8f753d8812cb40d1ca2dfc0 (diff)
downloadupstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.tar.gz
upstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.tar.bz2
upstream-442bb9fdd2b2d6ca2d32754f2e0e44ab240798ec.zip
use the cross-compiler to build additional packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/package/hostap')
-rw-r--r--target/linux/package/hostap/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile
index 06c063a5ea..d28550975b 100644
--- a/target/linux/package/hostap/Makefile
+++ b/target/linux/package/hostap/Makefile
@@ -31,6 +31,7 @@ $(PKG_BUILD_DIR)/.configured:
$(PKG_BUILD_DIR)/.built:
$(MAKE) -C $(KERNEL_DIR)/ \
ARCH="$(LINUX_KARCH)" \
+ CROSS_COMPILE="$(TARGET_CROSS)" \
SUBDIRS="$(PKG_BUILD_DIR)/driver/modules" \
modules
touch $@