diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-06-13 19:49:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-13 19:49:21 +0000 |
commit | 7c25414f4432765bbd17d8e1820e2756e09bf6dc (patch) | |
tree | 6dc22dc8eb38e0311c732395ad5a08859455d0c3 /openwrt | |
parent | 54ee1e30bb605227a36e5255d831a4de5b61e92a (diff) | |
download | mtk-20170518-7c25414f4432765bbd17d8e1820e2756e09bf6dc.zip mtk-20170518-7c25414f4432765bbd17d8e1820e2756e09bf6dc.tar.gz mtk-20170518-7c25414f4432765bbd17d8e1820e2756e09bf6dc.tar.bz2 |
oops... forgot that we don't use the belkin-bin thing
SVN-Revision: 1229
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index db65fce..b4c1a21 100644 --- a/openwrt/target/utils/Makefile +++ b/openwrt/target/utils/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -TARGETS := addpattern trx belkin-bin motorola-bin +TARGETS := addpattern trx motorola-bin UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils |