summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-01-12 17:26:24 +0000
committerJohn Crispin <john@openwrt.org>2014-01-12 17:26:24 +0000
commit9821ce8ed698cb66f419d21eb4b57fc75a65e488 (patch)
tree06bf5fb2e811dfc418194c58e215431c99c8322b /tools
parent5b4a7953becee8f994678e5423733d260657b998 (diff)
downloadmtk-20170518-9821ce8ed698cb66f419d21eb4b57fc75a65e488.zip
mtk-20170518-9821ce8ed698cb66f419d21eb4b57fc75a65e488.tar.gz
mtk-20170518-9821ce8ed698cb66f419d21eb4b57fc75a65e488.tar.bz2
ralink: don't build mkhilinkfw untilt he ssl header dependency is resolved
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 39248
Diffstat (limited to 'tools')
-rw-r--r--tools/firmware-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index 309189b..585090e 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -64,7 +64,7 @@ define Host/Compile
$(call cc,fix-u-media-header cyg_crc32,-Wall)
$(call cc,hcsmakeimage bcmalgo)
$(call cc,mkporayfw, -Wall)
- $(call cc,mkhilinkfw, -lcrypto)
+ #$(call cc,mkhilinkfw, -lcrypto)
$(call cc,mkdcs932, -Wall)
endef