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)
commit1601a816c0393a34482a9cfce72fb178aed3536c
treef4ec9f24d36e5db67e5d5f9429f6bfefc0058b26
parent4fe53f5942e595df86dc7be3903f5315d152b6d4
move lzma loader source in cvs

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