From c91626b9ab84ef031b3f2315b713cf476ae2c1c8 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 24 Dec 2007 23:02:02 +0000 Subject: [PATCH] rename tools/ext2fs to tools/genext2fs git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9899 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/Makefile | 2 +- tools/{ext2fs => genext2fs}/Makefile | 0 tools/{ext2fs => genext2fs}/patches/01-remove_getline.patch | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tools/{ext2fs => genext2fs}/Makefile (100%) rename tools/{ext2fs => genext2fs}/patches/01-remove_getline.patch (100%) diff --git a/tools/Makefile b/tools/Makefile index ecab9dae8..fc3b2e175 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -9,7 +9,7 @@ curdir:=tools # subdirectories to descend into -$(curdir)/builddirs := sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config $(if $(CONFIG_CCACHE),ccache) +$(curdir)/builddirs := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config $(if $(CONFIG_CCACHE),ccache) # builddir dependencies $(curdir)/squashfs/compile := $(curdir)/lzma/install diff --git a/tools/ext2fs/Makefile b/tools/genext2fs/Makefile similarity index 100% rename from tools/ext2fs/Makefile rename to tools/genext2fs/Makefile diff --git a/tools/ext2fs/patches/01-remove_getline.patch b/tools/genext2fs/patches/01-remove_getline.patch similarity index 100% rename from tools/ext2fs/patches/01-remove_getline.patch rename to tools/genext2fs/patches/01-remove_getline.patch -- 2.35.1