diff options
author | John Crispin <john@openwrt.org> | 2014-01-12 17:26:24 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-01-12 17:26:24 +0000 |
commit | 9821ce8ed698cb66f419d21eb4b57fc75a65e488 (patch) | |
tree | 06bf5fb2e811dfc418194c58e215431c99c8322b /tools/firmware-utils | |
parent | 5b4a7953becee8f994678e5423733d260657b998 (diff) | |
download | upstream-9821ce8ed698cb66f419d21eb4b57fc75a65e488.tar.gz upstream-9821ce8ed698cb66f419d21eb4b57fc75a65e488.tar.bz2 upstream-9821ce8ed698cb66f419d21eb4b57fc75a65e488.zip |
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/firmware-utils')
-rw-r--r-- | tools/firmware-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 309189bdfc..585090ec71 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 |