diff options
author | Florian Fainelli <florian@openwrt.org> | 2006-11-01 13:24:20 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2006-11-01 13:24:20 +0000 |
commit | e7614e91b9a29e7b61cc5d4da4138dfef91a19dd (patch) | |
tree | eb1c0060626c2fe71b5c61932a3a2b3bb0472db8 /target/utils/Makefile | |
parent | ec52fc217de0d0eb81a3a5251b37382bfd606d59 (diff) | |
download | upstream-e7614e91b9a29e7b61cc5d4da4138dfef91a19dd.tar.gz upstream-e7614e91b9a29e7b61cc5d4da4138dfef91a19dd.tar.bz2 upstream-e7614e91b9a29e7b61cc5d4da4138dfef91a19dd.zip |
Add USR5461 image generation and tool (#817), thanks to Dick Streefland !
SVN-Revision: 5373
Diffstat (limited to 'target/utils/Makefile')
-rw-r--r-- | target/utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/utils/Makefile b/target/utils/Makefile index 8412194e00..d11d7442f2 100644 --- a/target/utils/Makefile +++ b/target/utils/Makefile @@ -6,7 +6,7 @@ # include $(TOPDIR)/rules.mk -TARGETS := addpattern trx motorola-bin dgfirmware +TARGETS := addpattern trx motorola-bin dgfirmware trx2usr UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils |