From 1a2eac4b9fbe4e3ccc9ccf78f327877407617f40 Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 13 Oct 2008 17:17:19 +0000 Subject: [tools] firmware-utils: new firmware generation tool for the WILIGEAR WBD-111 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12975 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/firmware-utils/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/firmware-utils/Makefile') diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index e0f60c7f9..36a61862c 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,6 +30,7 @@ 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) endef -- cgit v1.2.3