projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
package/busybox: fix endianes issue under FreeBSD 8.1
[openwrt.git]
/
tools
/
firmware-utils
/
Makefile
diff --git
a/tools/firmware-utils/Makefile
b/tools/firmware-utils/Makefile
index
4f12b9f
..
ace2aaa
100644
(file)
--- a/
tools/firmware-utils/Makefile
+++ b/
tools/firmware-utils/Makefile
@@
-45,6
+45,9
@@
define Host/Compile
$(call cc,wrt400n cyg_crc32)
$(call cc,wndr3700)
$(call cc,mkdniimg)
+ $(call cc,mktitanimg)
+ $(call cc,mkchkimg)
+ $(call cc,mkzcfw cyg_crc32)
endef
define Host/Install
This page took
0.027891 seconds
and
4
git commands to generate.