X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2FMakefile;h=19ee453343b0a7fcbfc9c8018439160853ec41a3;hb=3e1a1361f4c6d9f337d21b9804e25637cede5563;hp=54520bc75ca2eda33e568338e06032ef4e598236;hpb=2d9fc1455b3bfa52b13d72e1a990ff61ad8d9470;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/tools/Makefile b/tools/Makefile index 54520bc75c..19ee453343 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -12,14 +12,14 @@ curdir:=tools tools-y := tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr tools-y += m4 autoconf automake bison pkg-config sed -tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage +tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma-old mkimage tools-y += firmware-utils patch-cmdline quilt yaffs2 tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_powerpc) += dtc # builddir dependencies -$(curdir)/squashfs/compile := $(curdir)/lzma/install +$(curdir)/squashfs/compile := $(curdir)/lzma-old/install $(curdir)/quilt/compile := $(curdir)/sed/install $(curdir)/dtc/compile := $(curdir)/bison/install $(curdir)/autoconf/compile := $(curdir)/m4/install