add genext2fs to build ext2 filesystem images
[openwrt-10.03/.git] / toolchain / Makefile
index 4ffc46fb3462089e81cf9ae26e6c761d43398a28..92069acb9850c954169f27c0c559b89c5b8ce02a 100644 (file)
@@ -7,7 +7,7 @@
 # Main makefile for the toolchain
 #
 include $(TOPDIR)/rules.mk
-TARGETS-y:=sed kernel-headers sstrip binutils gcc uClibc ipkg-utils libnotimpl squashfs jffs2 lzma
+TARGETS-y:=sed kernel-headers sstrip binutils gcc uClibc ipkg-utils libnotimpl ext2fs squashfs jffs2 lzma
 TARGETS-$(CONFIG_GDB) += gdb
 
 TARGETS_DOWNLOAD:=$(patsubst %,%-download,$(TARGETS-y))