projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
gcc: disable mips non-PIC ABI calls in the codesourcery based version by default...
[openwrt.git]
/
tools
/
firmware-utils
/
Makefile
diff --git
a/tools/firmware-utils/Makefile
b/tools/firmware-utils/Makefile
index
96b4b59
..
5ccc0d1
100644
(file)
--- a/
tools/firmware-utils/Makefile
+++ b/
tools/firmware-utils/Makefile
@@
-49,6
+49,9
@@
define Host/Compile
$(call cc,nand_ecc)
$(call cc2,mkplanexfw sha1)
$(call cc2,mktplinkfw md5)
+ $(call cc,pc1crypt)
+ $(call cc,osbridge-crc)
+ $(call cc2,wrt400n cyg_crc32)
endef
define Host/Install
This page took
0.020726 seconds
and
4
git commands to generate.