diff options
| author | Nicolas Thill <nico@openwrt.org> | 2005-11-02 02:42:06 +0000 |
|---|---|---|
| committer | Nicolas Thill <nico@openwrt.org> | 2005-11-02 02:42:06 +0000 |
| commit | 576b7eca0fc269c1ba220d80228309eb271a0e78 (patch) | |
| tree | ed21b44107563337f579e302f94ef73bf24c2833 /openwrt/target/linux/package/hostap | |
| parent | ea72d399efdfd968036ed9b6b0db60a5d29091c7 (diff) | |
| download | mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.zip mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.gz mtk-20170518-576b7eca0fc269c1ba220d80228309eb271a0e78.tar.bz2 | |
use the cross-compiler to build additional packages
SVN-Revision: 2312
Diffstat (limited to 'openwrt/target/linux/package/hostap')
| -rw-r--r-- | openwrt/target/linux/package/hostap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/target/linux/package/hostap/Makefile b/openwrt/target/linux/package/hostap/Makefile index 06c063a..d285509 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 $@ |
