diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:09 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:23:09 +0000 |
commit | 249401ea5e073a3b98c1fab643671533907d094b (patch) | |
tree | ecd1676a744a6719bb04125ace4a2446ee592ad5 /tools/firmware-utils/Makefile | |
parent | 70f4ccf42412074beca1c0d62d847c1d4ffcb477 (diff) | |
download | upstream-249401ea5e073a3b98c1fab643671533907d094b.tar.gz upstream-249401ea5e073a3b98c1fab643671533907d094b.tar.bz2 upstream-249401ea5e073a3b98c1fab643671533907d094b.zip |
firmware-utils: new tool for fixing U-Media firmware headers
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33848 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index 96ccc5ffcf..3fdf2d0060 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -61,6 +61,7 @@ define Host/Compile $(call cc,mkdapimg) $(call cc, mkcameofw, -Wall) $(call cc,seama md5) + $(call cc,fix-u-media-header cyg_crc32,-Wall) endef define Host/Install |