diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-12-12 00:44:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-12-12 00:44:03 +0000 |
commit | a5e97547c6713ddb6b8f5f1333f45123f60b105f (patch) | |
tree | b2ba7c15cfd2ec678a428cb4c5e0d89f6f1fc22a /tools/Makefile | |
parent | d0ca6b908056f1f50d39a158c08bf328f0aca2bc (diff) | |
download | upstream-a5e97547c6713ddb6b8f5f1333f45123f60b105f.tar.gz upstream-a5e97547c6713ddb6b8f5f1333f45123f60b105f.tar.bz2 upstream-a5e97547c6713ddb6b8f5f1333f45123f60b105f.zip |
add wrt350n v2 image building code from #5970 (thx, maddes)
SVN-Revision: 18761
Diffstat (limited to 'tools/Makefile')
-rw-r--r-- | tools/Makefile | 1 |
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 |