diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:18:26 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-11 21:18:26 +0000 |
| commit | 4c659f618c83aa8ef850cf24e6f240e0aeb0f598 (patch) | |
| tree | 8813ca5ad209754da7f4b71014c7a131ee200196 /openwrt/target/linux/image/squashfs/patches | |
| parent | c90793463c2602b951b71d629a6530bab2be50d0 (diff) | |
| download | mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.zip mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.tar.gz mtk-20170518-4c659f618c83aa8ef850cf24e6f240e0aeb0f598.tar.bz2 | |
cleanup in target/
SVN-Revision: 1205
Diffstat (limited to 'openwrt/target/linux/image/squashfs/patches')
| -rw-r--r-- | openwrt/target/linux/image/squashfs/patches/100-lzma.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/openwrt/target/linux/image/squashfs/patches/100-lzma.patch b/openwrt/target/linux/image/squashfs/patches/100-lzma.patch new file mode 100644 index 0000000..324f8d8 --- /dev/null +++ b/openwrt/target/linux/image/squashfs/patches/100-lzma.patch @@ -0,0 +1,22 @@ +--- squashfs2.0/squashfs-tools/Makefile 2004-04-30 19:29:35.000000000 +0400 ++++ squashfs-tools/Makefile 2005-01-20 14:57:53.423668596 +0300 +@@ -1,12 +1,18 @@ + INCLUDEDIR = . ++#LZMAPATH = ../lzma/SRC/7zip/Compress/LZMA_Lib + + CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 + + mksquashfs: mksquashfs.o read_fs.o sort.o + $(CC) mksquashfs.o read_fs.o sort.o -lz -o $@ + ++mksquashfs-lzma: mksquashfs.o read_fs.o sort.o ++ $(CXX) mksquashfs.o read_fs.o sort.o -L$(LZMAPATH) -llzma -o $@ ++ + mksquashfs.o: mksquashfs.c mksquashfs.h + + read_fs.o: read_fs.c read_fs.h + + sort.o: sort.c ++ ++clean: ++ rm -f *.o mksquashfs mksquashfs-lzma |
