1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

firmware-utils: add a small utility for generating nand flash images with ecc info

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16458 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2009-06-14 20:42:28 +00:00
parent d9d7899718
commit 8378beaa85
2 changed files with 205 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ define Host/Compile
$(call cc,add_header)
$(call cc,makeamitbin)
$(call cc,encode_crc)
$(call cc,nand_ecc)
$(call cc2,mkplanexfw sha1)
$(call cc2,mktplinkfw md5)
endef