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)
commit03689bcc0ee71b2864920839a9578b76ddd20b02
tree3135c27e8108334d40343f05ccf09623590f116b
parentca2b91feceb3b9608682b79893f24f4f9971b49a
move tools from toolchain/ to tools/

SVN-Revision: 4866
52 files changed:
openwrt/Makefile
openwrt/rules.mk
openwrt/toolchain/Makefile
openwrt/toolchain/binutils/Makefile
openwrt/toolchain/ext2fs/Makefile [deleted file]
openwrt/toolchain/gcc/Makefile
openwrt/toolchain/gdb/Makefile
openwrt/toolchain/ipkg-utils/Makefile [deleted file]
openwrt/toolchain/ipkg-utils/patches/100-build_clean.patch [deleted file]
openwrt/toolchain/ipkg-utils/patches/110-buildpackage.patch [deleted file]
openwrt/toolchain/ipkg-utils/patches/120-build_tar.patch [deleted file]
openwrt/toolchain/ipkg-utils/patches/130-tar_wildcards.patch [deleted file]
openwrt/toolchain/jffs2/Makefile [deleted file]
openwrt/toolchain/jffs2/patches/100-gcc4_fix.patch [deleted file]
openwrt/toolchain/kernel-headers/Makefile
openwrt/toolchain/libnotimpl/Makefile
openwrt/toolchain/lzma/Makefile [deleted file]
openwrt/toolchain/lzma/patches/100-lzma_zlib.patch [deleted file]
openwrt/toolchain/mkimage/Makefile [deleted file]
openwrt/toolchain/mkimage/src/crc32.c [deleted file]
openwrt/toolchain/mkimage/src/image.h [deleted file]
openwrt/toolchain/mkimage/src/mkimage.c [deleted file]
openwrt/toolchain/sed/Makefile [deleted file]
openwrt/toolchain/sed/sedcheck.sh [deleted file]
openwrt/toolchain/squashfs/Makefile [deleted file]
openwrt/toolchain/squashfs/patches/100-lzma.patch [deleted file]
openwrt/toolchain/sstrip/Makefile [deleted file]
openwrt/toolchain/sstrip/include/elf.h [deleted file]
openwrt/toolchain/sstrip/src/sstrip.c [deleted file]
openwrt/toolchain/uClibc/Makefile
openwrt/tools/Makefile [new file with mode: 0644]
openwrt/tools/ext2fs/Makefile [new file with mode: 0644]
openwrt/tools/ipkg-utils/Makefile [new file with mode: 0644]
openwrt/tools/ipkg-utils/patches/100-build_clean.patch [new file with mode: 0644]
openwrt/tools/ipkg-utils/patches/110-buildpackage.patch [new file with mode: 0644]
openwrt/tools/ipkg-utils/patches/120-build_tar.patch [new file with mode: 0644]
openwrt/tools/ipkg-utils/patches/130-tar_wildcards.patch [new file with mode: 0644]
openwrt/tools/lzma/Makefile [new file with mode: 0644]
openwrt/tools/lzma/patches/100-lzma_zlib.patch [new file with mode: 0644]
openwrt/tools/mkimage/Makefile [new file with mode: 0644]
openwrt/tools/mkimage/src/crc32.c [new file with mode: 0644]
openwrt/tools/mkimage/src/image.h [new file with mode: 0644]
openwrt/tools/mkimage/src/mkimage.c [new file with mode: 0644]
openwrt/tools/mtd-utils/Makefile [new file with mode: 0644]
openwrt/tools/mtd-utils/patches/100-gcc4_fix.patch [new file with mode: 0644]
openwrt/tools/sed/Makefile [new file with mode: 0644]
openwrt/tools/sed/sedcheck.sh [new file with mode: 0755]
openwrt/tools/squashfs/Makefile [new file with mode: 0644]
openwrt/tools/squashfs/patches/100-lzma.patch [new file with mode: 0644]
openwrt/tools/sstrip/Makefile [new file with mode: 0644]
openwrt/tools/sstrip/include/elf.h [new file with mode: 0644]
openwrt/tools/sstrip/src/sstrip.c [new file with mode: 0644]