diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2008-10-13 17:17:19 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2008-10-13 17:17:19 +0000 |
commit | a1f36eaa949e95dde2538f2514d79db548ce7f29 (patch) | |
tree | 2f5389fcf4a8f63f9d6ad6f4450fdd7c7c43adfd /tools/firmware-utils/Makefile | |
parent | bd900ac812bf7b018e3d72c4135a74af7702e799 (diff) | |
download | upstream-a1f36eaa949e95dde2538f2514d79db548ce7f29.tar.gz upstream-a1f36eaa949e95dde2538f2514d79db548ce7f29.tar.bz2 upstream-a1f36eaa949e95dde2538f2514d79db548ce7f29.zip |
firmware-utils: new firmware generation tool for the WILIGEAR WBD-111
SVN-Revision: 12975
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 3 |
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 |