diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-07-06 08:04:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-07-06 08:04:53 +0000 |
commit | 9d980dc1213b7c22c5111780cb56d4f3b1c52ab6 (patch) | |
tree | da9b29bdb22d9bcdf79229938c6f4c009dc1e1fe /tools/firmware-utils/Makefile | |
parent | 0dc18d8586670bc6fa1f6bcc899d9695aed4efc0 (diff) | |
download | upstream-9d980dc1213b7c22c5111780cb56d4f3b1c52ab6.tar.gz upstream-9d980dc1213b7c22c5111780cb56d4f3b1c52ab6.tar.bz2 upstream-9d980dc1213b7c22c5111780cb56d4f3b1c52ab6.zip |
tools/firmware-utils: add yet another buffalo tool
SVN-Revision: 27475
Diffstat (limited to 'tools/firmware-utils/Makefile')
-rw-r--r-- | tools/firmware-utils/Makefile | 1 |
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 |