summaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorVasilis Tsiligiannis <acinonyx@openwrt.gr>2011-10-30 22:57:41 +0000
committerVasilis Tsiligiannis <acinonyx@openwrt.gr>2011-10-30 22:57:41 +0000
commitaadbbc4bacecf80ce86515a0775faac185f14676 (patch)
tree8b90483a15f50a9619f9182e4b52e4ce89e21e29 /tools/firmware-utils/Makefile
parent29958120a28c9c07ad0c2f611fbf924843f41623 (diff)
downloadmaster-31e0f0ae-aadbbc4bacecf80ce86515a0775faac185f14676.tar.gz
master-31e0f0ae-aadbbc4bacecf80ce86515a0775faac185f14676.tar.bz2
master-31e0f0ae-aadbbc4bacecf80ce86515a0775faac185f14676.zip
Add firmware tool for generating factory images for Edimax devices
SVN-Revision: 28688
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 3293398e4a..46fc40c37e 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -1,5 +1,5 @@
#
-# Copyright (C) 2006-2008 OpenWrt.org
+# Copyright (C) 2006-2011 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@@ -54,6 +54,7 @@ define Host/Compile
$(call cc,buffalo-tag buffalo-lib, -Wall)
$(call cc,buffalo-tftp buffalo-lib, -Wall)
$(call cc,mkwrgimg md5, -Wall)
+ $(call cc,mkedimaximg)
endef
define Host/Install