From ce6935134808f99e5bcda21e8e7e3599aef0b43b Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 2 Nov 2005 02:42:06 +0000 Subject: use the cross-compiler to build additional packages git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/package/hostap/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/package/hostap') diff --git a/target/linux/package/hostap/Makefile b/target/linux/package/hostap/Makefile index 06c063a5e..d28550975 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 $@ -- cgit v1.2.3