X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ff8987a16b5e7f997ef2b6d128259279d99b2a5f..fd8969afc418b1ad3758a1a38f5eee3b272ed050:/tools/firmware-utils/Makefile diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index e0f60c7f9..70f9e828a 100644 --- a/tools/firmware-utils/Makefile +++ b/tools/firmware-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -30,8 +30,10 @@ define Build/Compile $(call cc,lzma2eva,-lz) $(call cc,mkcasfw) $(call cc,mkfwimage,-lz) + $(call cc,mkfwimage2,-lz) $(call cc,imagetag) $(call cc,add_header) + $(call cc,makeamitbin) endef define Build/Install