Use mkfwimage from athero.openwrt.net with modification for XS2 devices. Add back...
[openwrt-10.03/.git] / tools / firmware-utils / Makefile
index 962e5d18026595af1c961527eab58ad8e02be208..e0f60c7f918b539f87b040dbfeebe49d9edabe5b 100644 (file)
@@ -29,6 +29,9 @@ define Build/Compile
        $(call cc,mkzynfw)
        $(call cc,lzma2eva,-lz)
        $(call cc,mkcasfw)
+       $(call cc,mkfwimage,-lz)
+       $(call cc,imagetag)
+       $(call cc,add_header)
 endef
 
 define Build/Install