aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-12-12 00:44:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-12-12 00:44:03 +0000
commit4e4178d716d24fd7cc8bd5e55af5db74899df871 (patch)
tree895d02f569fe616fc623d95a8ac234dc3f2ee75f /tools/Makefile
parent25c63429574eeb5af569c5eda190ada7ec75eac1 (diff)
downloadmaster-187ad058-4e4178d716d24fd7cc8bd5e55af5db74899df871.tar.gz
master-187ad058-4e4178d716d24fd7cc8bd5e55af5db74899df871.tar.bz2
master-187ad058-4e4178d716d24fd7cc8bd5e55af5db74899df871.zip
add wrt350n v2 image building code from #5970 (thx, maddes)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18761 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index f5be9bb5c4..272c625435 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -16,6 +16,7 @@ endif
tools-y += m4 autoconf automake bison pkg-config sed mklibs
tools-y += sstrip ipkg-utils genext2fs mtd-utils mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2
+tools-y += wrt350nv2-builder
ifneq ($(CONFIG_LINUX_2_4)$(CONFIG_LINUX_2_6_21)$(CONFIG_LINUX_2_6_25)$(CONFIG_LINUX_2_6_28),)
tools-y += squashfs lzma-old
else