From 46ff394de278350ffaed9e866561fb250904e342 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@2312 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/target/linux/package/hostap/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'openwrt/target/linux/package/hostap') diff --git a/openwrt/target/linux/package/hostap/Makefile b/openwrt/target/linux/package/hostap/Makefile index 06c063a5ea..d28550975b 100644 --- a/openwrt/target/linux/package/hostap/Makefile +++ b/openwrt/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