diff options
author | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-10-30 22:57:41 +0000 |
---|---|---|
committer | Vasilis Tsiligiannis <acinonyx@openwrt.gr> | 2011-10-30 22:57:41 +0000 |
commit | aadbbc4bacecf80ce86515a0775faac185f14676 (patch) | |
tree | 8b90483a15f50a9619f9182e4b52e4ce89e21e29 /tools/firmware-utils/Makefile | |
parent | 29958120a28c9c07ad0c2f611fbf924843f41623 (diff) | |
download | upstream-aadbbc4bacecf80ce86515a0775faac185f14676.tar.gz upstream-aadbbc4bacecf80ce86515a0775faac185f14676.tar.bz2 upstream-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/Makefile | 3 |
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 |