move lzma loader source in cvs
authorFelix Fietkau <nbd@openwrt.org>
Thu, 1 Sep 2005 20:07:42 +0000 (20:07 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 1 Sep 2005 20:07:42 +0000 (20:07 +0000)
commit246ccbafe3e3aaee6d035781d65281c3a2121cf7
tree5062f03571be6586725837858676531047c496d3
parenta0df357edf4316d497464bf130df9ea418322497
move lzma loader source in cvs

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1823 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/image/brcm/lzma-loader/Makefile
target/linux/image/brcm/lzma-loader/patches/toolchain.patch [deleted file]
target/linux/image/brcm/lzma-loader/src/LzmaDecode.c [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/LzmaDecode.h [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/Makefile [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/README [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/decompress.c [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/decompress.lds.in [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/head.S [new file with mode: 0644]
target/linux/image/brcm/lzma-loader/src/loader.lds.in [new file with mode: 0644]