From 8f37c266a301fd8ff423018d9c8aa8360331977d Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 11 Jun 2005 21:18:26 +0000 Subject: cleanup in target/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1205 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/squashfs/patches/100-lzma.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 target/linux/image/squashfs/patches/100-lzma.patch (limited to 'target/linux/image/squashfs/patches/100-lzma.patch') diff --git a/target/linux/image/squashfs/patches/100-lzma.patch b/target/linux/image/squashfs/patches/100-lzma.patch new file mode 100644 index 000000000..324f8d822 --- /dev/null +++ b/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 -- cgit v1.2.3