diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-01 13:24:20 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-11-01 13:24:20 +0000 |
commit | 42af40f92a6e158b0ec2ae9681a0a8a5c9ab5b3e (patch) | |
tree | 8fc4593979ae98a5424dbfc647c8d91eaed00481 /target/utils/Makefile | |
parent | f92f65d15c3faf3c728a1b7e1aa5dc6956f545e1 (diff) |
Add USR5461 image generation and tool (#817), thanks to Dick Streefland !
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5373 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |