X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/4a74184e813e172a3d1a9b4f2ba5ccae38251c1c..9f67405758d5164b2b635e4373eebba37f5bec6c:/tools/firmware-utils/Makefile?ds=sidebyside diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile index da6980514..46fc40c37 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. @@ -52,7 +52,9 @@ define Host/Compile $(call cc,xorimage) $(call cc,buffalo-enc buffalo-lib, -Wall) $(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