summaryrefslogtreecommitdiff
path: root/openwrt/package/wireless-tools
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
committerMike Baker <mbm@openwrt.org>2006-08-04 05:30:27 +0000
commit6c81c75f030fc43a28977211533b2416ebfaecc6 (patch)
tree3b9ec3cf0b0d5b12cbd97614ab748855fd89d266 /openwrt/package/wireless-tools
parent429f4764ac6023dd1e0380ff4a476a3c09d99577 (diff)
downloadmtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.zip
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.gz
mtk-20170518-6c81c75f030fc43a28977211533b2416ebfaecc6.tar.bz2
more cleanup (make sure to pass TARGET_PATH and not just TARGET_CC)
SVN-Revision: 4432
Diffstat (limited to 'openwrt/package/wireless-tools')
-rw-r--r--openwrt/package/wireless-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/package/wireless-tools/Makefile b/openwrt/package/wireless-tools/Makefile
index 5884424..32e7fc0 100644
--- a/openwrt/package/wireless-tools/Makefile
+++ b/openwrt/package/wireless-tools/Makefile
@@ -35,7 +35,8 @@ define Build/Compile
rm -rf $(PKG_INSTALL_DIR)
mkdir -p $(PKG_INSTALL_DIR)
$(MAKE) -C $(PKG_BUILD_DIR) \
- CC="$(TARGET_CC)" CFLAGS="$(TARGET_CFLAGS) -I." \
+ $(TARGET_CONFIGURE_OPTS) \
+ CFLAGS="$(TARGET_CFLAGS) -I." \
libiw.so.28 iwmulticall
$(MAKE) -C $(PKG_BUILD_DIR) \
PREFIX="$(PKG_INSTALL_DIR)" \