move tools from toolchain/ to tools/
authorFelix Fietkau <nbd@openwrt.org>
Wed, 27 Sep 2006 14:06:46 +0000 (14:06 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 27 Sep 2006 14:06:46 +0000 (14:06 +0000)
commita723361df9cb4cb58d7e806218d98df72d57cdae
treedc35000b8b3ff329b1029e8563aab31aaba9f98b
parent0199c0e95cfbd490a1c39ac744fdb68149c73977
move tools from toolchain/ to tools/

git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4866 3c298f89-4303-0410-b956-a3cf2f4a3e73
52 files changed:
Makefile
rules.mk
toolchain/Makefile
toolchain/binutils/Makefile
toolchain/ext2fs/Makefile [deleted file]
toolchain/gcc/Makefile
toolchain/gdb/Makefile
toolchain/ipkg-utils/Makefile [deleted file]
toolchain/ipkg-utils/patches/100-build_clean.patch [deleted file]
toolchain/ipkg-utils/patches/110-buildpackage.patch [deleted file]
toolchain/ipkg-utils/patches/120-build_tar.patch [deleted file]
toolchain/ipkg-utils/patches/130-tar_wildcards.patch [deleted file]
toolchain/jffs2/Makefile [deleted file]
toolchain/jffs2/patches/100-gcc4_fix.patch [deleted file]
toolchain/kernel-headers/Makefile
toolchain/libnotimpl/Makefile
toolchain/lzma/Makefile [deleted file]
toolchain/lzma/patches/100-lzma_zlib.patch [deleted file]
toolchain/mkimage/Makefile [deleted file]
toolchain/mkimage/src/crc32.c [deleted file]
toolchain/mkimage/src/image.h [deleted file]
toolchain/mkimage/src/mkimage.c [deleted file]
toolchain/sed/Makefile [deleted file]
toolchain/sed/sedcheck.sh [deleted file]
toolchain/squashfs/Makefile [deleted file]
toolchain/squashfs/patches/100-lzma.patch [deleted file]
toolchain/sstrip/Makefile [deleted file]
toolchain/sstrip/include/elf.h [deleted file]
toolchain/sstrip/src/sstrip.c [deleted file]
toolchain/uClibc/Makefile
tools/Makefile [new file with mode: 0644]
tools/ext2fs/Makefile [new file with mode: 0644]
tools/ipkg-utils/Makefile [new file with mode: 0644]
tools/ipkg-utils/patches/100-build_clean.patch [new file with mode: 0644]
tools/ipkg-utils/patches/110-buildpackage.patch [new file with mode: 0644]
tools/ipkg-utils/patches/120-build_tar.patch [new file with mode: 0644]
tools/ipkg-utils/patches/130-tar_wildcards.patch [new file with mode: 0644]
tools/lzma/Makefile [new file with mode: 0644]
tools/lzma/patches/100-lzma_zlib.patch [new file with mode: 0644]
tools/mkimage/Makefile [new file with mode: 0644]
tools/mkimage/src/crc32.c [new file with mode: 0644]
tools/mkimage/src/image.h [new file with mode: 0644]
tools/mkimage/src/mkimage.c [new file with mode: 0644]
tools/mtd-utils/Makefile [new file with mode: 0644]
tools/mtd-utils/patches/100-gcc4_fix.patch [new file with mode: 0644]
tools/sed/Makefile [new file with mode: 0644]
tools/sed/sedcheck.sh [new file with mode: 0755]
tools/squashfs/Makefile [new file with mode: 0644]
tools/squashfs/patches/100-lzma.patch [new file with mode: 0644]
tools/sstrip/Makefile [new file with mode: 0644]
tools/sstrip/include/elf.h [new file with mode: 0644]
tools/sstrip/src/sstrip.c [new file with mode: 0644]