diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-12 06:00:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-02-12 06:00:38 +0000 |
commit | 2f3d65dabad91870035f50cd7dc5fcf1f33fd2be (patch) | |
tree | d604d47ed0783b1cb44ec9a1efb3c5cfb88fc203 /target/utils/Makefile | |
parent | 54259a7a47ca4130a5ee7e8172ef4fdab819fd59 (diff) |
add support for netgear dg834 and the almost identical sphairon jdr454wb: new images, automatic boot loader patcher, updated flash script (dlink.pl renamed to adam2flash.pl) - Thanks to Jonathan McDowell (Noodles)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3221 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 753db53de..5b0f2470b 100644 --- a/target/utils/Makefile +++ b/target/utils/Makefile @@ -1,6 +1,6 @@ include $(TOPDIR)/rules.mk -TARGETS := addpattern trx motorola-bin +TARGETS := addpattern trx motorola-bin dgfirmware UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils |