diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-24 23:02:02 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-24 23:02:02 +0000 |
commit | d0074af438883b0fae050ad6a6c76effeb3e4715 (patch) | |
tree | 3cab185acf601643e8a38be20d6e0749600a19a5 /tools | |
parent | 42f612a5cbb36fcc36b2b852333efaa90c83b5a4 (diff) | |
download | upstream-d0074af438883b0fae050ad6a6c76effeb3e4715.tar.gz upstream-d0074af438883b0fae050ad6a6c76effeb3e4715.tar.bz2 upstream-d0074af438883b0fae050ad6a6c76effeb3e4715.zip |
rename tools/ext2fs to tools/genext2fs
SVN-Revision: 9899
Diffstat (limited to 'tools')
-rw-r--r-- | tools/Makefile | 2 | ||||
-rw-r--r-- | tools/genext2fs/Makefile (renamed from tools/ext2fs/Makefile) | 0 | ||||
-rw-r--r-- | tools/genext2fs/patches/01-remove_getline.patch (renamed from tools/ext2fs/patches/01-remove_getline.patch) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile index ecab9dae84..fc3b2e175d 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 index 69700ed54b..69700ed54b 100644 --- a/tools/ext2fs/Makefile +++ b/tools/genext2fs/Makefile diff --git a/tools/ext2fs/patches/01-remove_getline.patch b/tools/genext2fs/patches/01-remove_getline.patch index d09404c0c5..d09404c0c5 100644 --- a/tools/ext2fs/patches/01-remove_getline.patch +++ b/tools/genext2fs/patches/01-remove_getline.patch |