aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2008-10-13 17:17:19 +0000
committerGabor Juhos <juhosg@openwrt.org>2008-10-13 17:17:19 +0000
commit312f01253072591d777998b7ce9518e9f16dedf7 (patch)
tree3521dfcb1970eb4b98a60bbb27aa81d4c06adcf7 /tools/firmware-utils/Makefile
parenta4ce16d04921e394b52f688b7761994e48926a0d (diff)
downloadupstream-312f01253072591d777998b7ce9518e9f16dedf7.tar.gz
upstream-312f01253072591d777998b7ce9518e9f16dedf7.tar.bz2
upstream-312f01253072591d777998b7ce9518e9f16dedf7.zip
[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
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index e0f60c7f91..36a61862c2 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