Skip to content

Commit

Permalink
Fix firmware-tool conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
JiapengLi committed Oct 8, 2013
1 parent 8e6945c commit 1a9642a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openwrt-hlk-rm04-firmware-tool.patch
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Index: tools/firmware-utils/Makefile
===================================================================
--- tools/firmware-utils/Makefile (revision 37825)
--- tools/firmware-utils/Makefile (revision 38333)
+++ tools/firmware-utils/Makefile (working copy)
@@ -65,6 +65,7 @@
$(call cc,fix-u-media-header cyg_crc32,-Wall)
$(call cc,hcsmakeimage bcmalgo)
$(call cc,mkporayfw, -Wall)
+ $(call cc,mkhilinkfw, -lcrypto)
$(call cc,mkdcs932, -Wall)
endef

define Host/Install
Index: tools/firmware-utils/src/mkhilinkfw.c
===================================================================
--- tools/firmware-utils/src/mkhilinkfw.c (revision 0)
Expand Down

0 comments on commit 1a9642a

Please sign in to comment.