aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware-utils/Makefile
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-06 08:04:53 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-06 08:04:53 +0000
commit6780ee387da66cbb34d043b3e3139c57ff0cf733 (patch)
tree20e033ca050f02a0f790b50360c2474abf5366dc /tools/firmware-utils/Makefile
parent6419ac43c2b354e9b8c0c46490c4c53c76b85a6f (diff)
downloadmaster-187ad058-6780ee387da66cbb34d043b3e3139c57ff0cf733.tar.gz
master-187ad058-6780ee387da66cbb34d043b3e3139c57ff0cf733.tar.bz2
master-187ad058-6780ee387da66cbb34d043b3e3139c57ff0cf733.zip
tools/firmware-utils: add yet another buffalo tool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r--tools/firmware-utils/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/firmware-utils/Makefile b/tools/firmware-utils/Makefile
index da6980514c..3293398e4a 100644
--- a/tools/firmware-utils/Makefile
+++ b/tools/firmware-utils/Makefile
@@ -52,6 +52,7 @@ 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)
endef