Cook: firmware-mod-kit 099 ================================================================================ QA: checking package receipt... Checking build dependencies... Installing (pkg/local): xz-tools-5.2.4 Installing (pkg/local): xz-dev-5.2.4 Installing (pkg/local): zlib-dev-1.2.11 Extracting source archive "fmk_099.tar.gz" Executing: compile_rules CFLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CXXLAGS : -march=i486 -Os -pipe -mindirect-branch=thunk CPPFLAGS : -D_GLIBCXX_USE_C99_MATH=1 LDFLAGS : -Wl,-Os,--as-needed configure: loading site script /etc/slitaz/cook.site checking for i486-slitaz-linux-gcc... i486-slitaz-linux-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether i486-slitaz-linux-gcc accepts -g... yes checking for i486-slitaz-linux-gcc option to accept ISO C89... none needed checking for i486-slitaz-linux-g++... i486-slitaz-linux-g++ checking whether we are using the GNU C++ compiler... yes checking whether i486-slitaz-linux-g++ accepts -g... yes checking how to run the C preprocessor... i486-slitaz-linux-gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for memset... yes checking for malloc... yes checking for strstr... yes checking for crc32 in -lz... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking lzma.h usability... yes checking lzma.h presence... yes checking for lzma.h... yes configure: creating ./config.status config.status: creating Makefile gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o asustrx.o asustrx.c gcc asustrx.o -o asustrx gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o addpattern.o addpattern.c gcc addpattern.o -o addpattern g++ -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o untrx.o untrx.cc In file included from untrx.cc:38:0: untrx.h:44:3: warning: #warning "u_int32_t may be undefined. please define as 32-bit type." [-Wcpp] #warning "u_int32_t may be undefined. please define as 32-bit type." ^~~~~~~ g++ untrx.o -o untrx gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o motorola-bin.o motorola-bin.c gcc motorola-bin.o -o motorola-bin g++ -march=i486 -Os -pipe -mindirect-branch=thunk -D_GLIBCXX_USE_C99_MATH=1 -c -o splitter3.o splitter3.cc In file included from splitter3.cc:39:0: untrx.h:44:3: warning: #warning "u_int32_t may be undefined. please define as 32-bit type." [-Wcpp] #warning "u_int32_t may be undefined. please define as 32-bit type." ^~~~~~~ g++ splitter3.o -o splitter3 make -C ./bff/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/bff' gcc bff_huffman_decompress.c -o bff_huffman_decompress bff_huffman_decompress.c: In function 'unpack_parse_header': bff_huffman_decompress.c:167:14: warning: implicit declaration of function 'read'; did you mean 'fread'? [-Wimplicit-function-declaration] bytesread = read(in, hdr + prelen, PACK_HEADER_LENGTH - prelen); ^~~~ fread bff_huffman_decompress.c: In function 'unpack': bff_huffman_decompress.c:318:22: warning: implicit declaration of function 'dup' [-Wimplicit-function-declaration] unpack_parse_header(dup(in), dup(out), pre, prelen, bytes_in, &unpackd); ^~~ make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/bff' make -C ./uncramfs/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs' cc -g -O -g -O -Wl,-Os,--as-needed uncramfs.c -lz -o uncramfs uncramfs.c: In function 'usage': uncramfs.c:72:4: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] exit(1); ^~~~ uncramfs.c:72:4: warning: incompatible implicit declaration of built-in function 'exit' uncramfs.c:72:4: note: include '' or provide a declaration of 'exit' uncramfs.c: In function 'do_symlink': uncramfs.c:315:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ uncramfs.c:315:7: note: include '' or provide a declaration of 'exit' uncramfs.c: In function 'do_chrdev': uncramfs.c:324:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . snprintf(s, 17, "%3d, %3d", major(size), minor(size) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncramfs.c:324:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . snprintf(s, 17, "%3d, %3d", major(size), minor(size) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncramfs.c: In function 'do_blkdev': uncramfs.c:364:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . snprintf(s, 17, "%3d, %3d", major(size), minor(size) ); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ uncramfs.c:364:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . uncramfs.c: In function 'main': uncramfs.c:696:3: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ uncramfs.c:696:3: note: include '' or provide a declaration of 'exit' uncramfs.c:703:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ uncramfs.c:703:7: note: include '' or provide a declaration of 'exit' uncramfs.c:712:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ uncramfs.c:712:7: note: include '' or provide a declaration of 'exit' uncramfs.c:720:7: warning: incompatible implicit declaration of built-in function 'exit' exit(1); ^~~~ uncramfs.c:720:7: note: include '' or provide a declaration of 'exit' make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs' make -C ./uncramfs-lzma/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs-lzma' gcc -O3 -w -c lzma-uncramfs.c cd lzma-rg/SRC/7zip/Compress/LZMA_C;make make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C' gcc -O3 -Wall -c LzmaDecode.c gcc -O3 -Wall -c LzmaTest.c gcc -O3 -Wall -c decode.c decode.c: In function 'lzma_decode': decode.c:127:41: warning: pointer targets in passing argument 10 of 'LzmaDecode' differ in signedness [-Wpointer-sign] (u8 *)src, srclen, (u8 *)dst, out_len, &dstlen); ^ In file included from decode.c:51:0: LzmaDecode.h:86:5: note: expected 'unsigned int *' but argument is of type 'int *' int LzmaDecode( ^~~~~~~~~~ gcc -O3 -Wall -o decode -Wl,-Os,--as-needed LzmaDecode.o LzmaTest.o decode.o -lm make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C' gcc -O3 -w -o uncramfs-lzma -Wl,-Os,--as-needed lzma-uncramfs.o lzma-rg/SRC/7zip/Compress/LZMA_C/decode.o lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.o -lm make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/uncramfs-lzma' make -C ./cramfs-2.x/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/cramfs-2.x' gcc -W -Wall -O2 -g -I. -Wl,-Os,--as-needed mkcramfs.c -lz -o mkcramfs mkcramfs.c: In function 'parse_directory': mkcramfs.c:245:40: warning: passing argument 4 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types] dircount = scandir(name, &dirlist, 0, cramsort); ^~~~~~~~ In file included from mkcramfs.c:31:0: /usr/include/dirent.h:255:12: note: expected 'int (*)(const struct dirent **, const struct dirent **)' but argument is of type 'int (*)(const void *, const void *)' extern int scandir (const char *__restrict __dir, ^~~~~~~ mkcramfs.c:287:15: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] entry->name = strdup(dirent->d_name); ^ mkcramfs.c: In function 'write_superblock': mkcramfs.c:399:11: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(super->name, opt_name, sizeof(super->name)); ^~~~~ In file included from mkcramfs.c:34:0: /usr/include/string.h:124:14: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern char *strncpy (char *__restrict __dest, ^~~~~~~ mkcramfs.c:401:11: warning: pointer targets in passing argument 1 of 'strncpy' differ in signedness [-Wpointer-sign] strncpy(super->name, "Compressed", sizeof(super->name)); ^~~~~ In file included from mkcramfs.c:34:0: /usr/include/string.h:124:14: note: expected 'char * restrict' but argument is of type 'u8 * {aka unsigned char *}' extern char *strncpy (char *__restrict __dest, ^~~~~~~ mkcramfs.c: In function 'print_node': mkcramfs.c:445:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . snprintf(info, 10, "%4d,%4d", major(e->size), minor(e->size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkcramfs.c:445:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . snprintf(info, 10, "%4d,%4d", major(e->size), minor(e->size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkcramfs.c: In function 'write_directory_structure': mkcramfs.c:480:24: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign] size_t len = strlen(entry->name); ^~~~~ In file included from mkcramfs.c:34:0: /usr/include/string.h:384:15: note: expected 'const char *' but argument is of type 'unsigned char *' extern size_t strlen (const char *__s) ^~~~~~ mkcramfs.c: In function 'do_compress': mkcramfs.c:598:20: warning: pointer targets in passing argument 1 of 'compress2' differ in signedness [-Wpointer-sign] err = compress2(base + curr, &len, uncompressed, input, Z_BEST_COMPRESSION); ^~~~ In file included from mkcramfs.c:37:0: /usr/include/zlib.h:1242:21: note: expected 'Bytef * {aka unsigned char *}' but argument is of type 'char *' ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, ^~~~~~~~~ mkcramfs.c:598:39: warning: pointer targets in passing argument 3 of 'compress2' differ in signedness [-Wpointer-sign] err = compress2(base + curr, &len, uncompressed, input, Z_BEST_COMPRESSION); ^~~~~~~~~~~~ In file included from mkcramfs.c:37:0: /usr/include/zlib.h:1242:21: note: expected 'const Bytef * {aka const unsigned char *}' but argument is of type 'char *' ZEXTERN int ZEXPORT compress2 OF((Bytef *dest, uLongf *destLen, ^~~~~~~~~ mkcramfs.c: In function 'write_data': mkcramfs.c:647:40: warning: pointer targets in passing argument 3 of 'do_compress' differ in signedness [-Wpointer-sign] offset = do_compress(base, offset, entry->name, entry->uncompressed, entry->size); ^~~~~ mkcramfs.c:578:21: note: expected 'const char *' but argument is of type 'unsigned char *' static unsigned int do_compress(char *base, unsigned int offset, char const *name, char *uncompressed, unsigned int size) ^~~~~~~~~~~ mkcramfs.c: In function 'main': mkcramfs.c:825:19: warning: pointer targets in passing argument 2 of 'crc32' differ in signedness [-Wpointer-sign] crc = crc32(crc, (rom_image+opt_pad), (offset-opt_pad)); ^ In file included from mkcramfs.c:37:0: /usr/include/zlib.h:1725:23: note: expected 'const Bytef * {aka const unsigned char *}' but argument is of type 'char *' ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); ^~~~~ mkcramfs.c:705:4: warning: this statement may fall through [-Wimplicit-fallthrough=] usage(MKFS_OK); ^~~~~~~~~~~~~~ mkcramfs.c:706:3: note: here case 'E': ^~~~ mkcramfs.c:445:27: warning: '%4d' directive output may be truncated writing between 4 and 7 bytes into a region of size 5 [-Wformat-truncation=] snprintf(info, 10, "%4d,%4d", major(e->size), minor(e->size)); ^~~ mkcramfs.c:445:22: note: directive argument in the range [0, 1048575] snprintf(info, 10, "%4d,%4d", major(e->size), minor(e->size)); ^~~~~~~~~ mkcramfs.c:445:3: note: 'snprintf' output between 10 and 13 bytes into a destination of size 10 snprintf(info, 10, "%4d,%4d", major(e->size), minor(e->size)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -W -Wall -O2 -g -I. -Wl,-Os,--as-needed cramfsck.c -lz -o cramfsck cramfsck.c: In function 'main': cramfsck.c:671:4: warning: this statement may fall through [-Wimplicit-fallthrough=] usage(FSCK_OK); ^~~~~~~~~~~~~~ cramfsck.c:672:3: note: here case 'x': ^~~~ make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/cramfs-2.x' make -C ./cramfsswap/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/cramfsswap' gcc -Wall -g -O -o cramfsswap cramfsswap.c -lz strip cramfsswap make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/cramfsswap' make -C ./squashfs-2.1-r2/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-2.1-r2' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:577:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf.st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:578:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf.st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~ gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c make -C ../lzma/C/7zip/Compress/LZMA_Lib make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 -Wall -c -I ../../../ ZLib.cpp g++ -O3 -Wall -c -I ../../../ ../LZMA/LZMADecoder.cpp ../LZMA/LZMADecoder.cpp: In member function 'virtual LONG NCompress::NLZMA::CDecoder::SetOutStreamSize(const UInt64*)': ../LZMA/LZMADecoder.cpp:317:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (_outSizeDefined = (outSize != NULL)) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -O3 -Wall -c -I ../../../ ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': ../LZMA/LZMAEncoder.cpp:1139:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1<<12))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1154:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength == lenMain + 1 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ !ChangePair(backMain, _matchDistances[_longestMatchLength]) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1157:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ChangePair(_matchDistances[lenMain - 1], backMain) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O3 -Wall -c -I ../../../ ../LZ/LZInWindow.cpp g++ -O3 -Wall -c -I ../../../ ../LZ/LZOutWindow.cpp g++ -O3 -Wall -c -I ../../../ ../RangeCoder/RangeCoderBit.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/InBuffer.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/OutBuffer.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/FileStreams.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/Alloc.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/C_FileIO.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/CommandLineParser.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/CRC.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/StreamUtils.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/String.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/String.cpp:11: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/String.cpp:11:0: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/StringConvert.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/StringToInt.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/Vector.cpp In file included from ../../../Common/Vector.cpp:7:0: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ ar r liblzma.a ZLib.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o Alloc.o C_FileIO.o CommandLineParser.o CRC.o StreamUtils.o String.o StringConvert.o StringToInt.o Vector.o ar: creating liblzma.a make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 mksquashfs.o read_fs.o sort.o -L../lzma/C/7zip/Compress/LZMA_Lib -llzma -o mksquashfs-lzma gcc mksquashfs.o read_fs.o sort.o -lz -o mksquashfs gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:549:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((inodep->rdev >> 8) & 0xff, inodep->rdev & 0xff)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make -C ../lzma/C/7zip/Compress/LZMA_Lib make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 unsquashfs.o -L../lzma/C/7zip/Compress/LZMA_Lib -llzma -o unsquashfs-lzma gcc unsquashfs.o -lz -o unsquashfs make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-2.1-r2' make -C ./squashfs-3.0/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:550:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((inodep->rdev >> 8) & 0xff, inodep->rdev & 0xff)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o -lz -o unsquashfs gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:669:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:670:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan': mksquashfs.c:1590:2: warning: implicit declaration of function 'dir_scan2'; did you mean 'dir_scan'? [-Wimplicit-function-declaration] dir_scan2(inode, dir_info); ^~~~~~~~~ dir_scan gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc mksquashfs.o read_fs.o sort.o -lz -o mksquashfs make -C ../lzma/C/7zip/Compress/LZMA_Lib make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 unsquashfs.o -L../lzma/C/7zip/Compress/LZMA_Lib -llzma -o unsquashfs-lzma make -C ../lzma/C/7zip/Compress/LZMA_Lib make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 mksquashfs.o read_fs.o sort.o -L../lzma/C/7zip/Compress/LZMA_Lib -llzma -o mksquashfs-lzma make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0' make -C ./squashfs-3.0-lzma-damn-small-variant/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0-lzma-damn-small-variant' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -funroll-loops -O3 -D_LZMA_PARAMS -w -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -funroll-loops -O3 -D_LZMA_PARAMS -w -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -funroll-loops -O3 -D_LZMA_PARAMS -w -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c make -C ./lzma/C/7zip/Compress/LZMA_Lib make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ZLib.cpp ZLib.cpp: In function 'void* brute(void*)': ZLib.cpp:334:5: warning: unused variable 'ret' [-Wunused-variable] int ret = compress2_lzma_test(test2,&test3len,testsource,testsourcelen,testlevel,testfb,takelcvalue,takelpvalue,takepbvalue); ^~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../LZMA/LZMADecoder.cpp ../LZMA/LZMADecoder.cpp: In member function 'virtual LONG NCompress::NLZMA::CDecoder::SetOutStreamSize(const UInt64*)': ../LZMA/LZMADecoder.cpp:317:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (_outSizeDefined = (outSize != NULL)) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': ../LZMA/LZMAEncoder.cpp:1141:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1<<12))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1156:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength == lenMain + 1 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ !ChangePair(backMain, _matchDistances[_longestMatchLength]) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1159:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ChangePair(_matchDistances[lenMain - 1], backMain) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../LZ/LZInWindow.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../LZ/LZOutWindow.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../RangeCoder/RangeCoderBit.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../Common/InBuffer.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../Common/OutBuffer.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../Common/FileStreams.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/Alloc.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/C_FileIO.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/CommandLineParser.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/CRC.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../Common/StreamUtils.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/String.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/String.cpp:11: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/String.cpp:11:0: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/StringConvert.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/StringToInt.cpp g++ -O3 -funroll-loops -O3 -Wall -finline-functions -c -I ../../../ ../../../Common/Vector.cpp In file included from ../../../Common/Vector.cpp:7:0: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ ar r liblzma.a ZLib.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o Alloc.o C_FileIO.o CommandLineParser.o CRC.o StreamUtils.o String.o StringConvert.o StringToInt.o Vector.o ar: creating liblzma.a make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib' g++ mksquashfs.o read_fs.o sort.o -L./lzma/C/7zip/Compress/LZMA_Lib -llzma -lpthread -o mksquashfs-lzma cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -funroll-loops -O3 -D_LZMA_PARAMS -w -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c g++ -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -funroll-loops -O3 -D_LZMA_PARAMS -w unsquashfs.o -L./lzma/C/7zip/Compress/LZMA_Lib -llzma -lpthread -o unsquashfs-lzma make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/squashfs-3.0-lzma-damn-small-variant' make -C ./wrt_vx_imgtool/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/wrt_vx_imgtool' g++ -O3 -D_LINUX wrt54gv5_img.cpp -o wrt_vx_imgtool wrt54gv5_img.cpp:675:9: warning: invalid suffix on literal; C++11 requires a space between literal and string macro [-Wliteral-suffix] printf("\n "VERSION_TEXT " - " __DATE__ " by Jeremy Collake (jeremy@bitsum.com)"); ^ wrt54gv5_img.cpp:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ wrt54gv5_img.cpp:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:76:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ wrt54gv5_img.cpp:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:83:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:90:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ wrt54gv5_img.cpp:90:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:90:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:97:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] }; ^ wrt54gv5_img.cpp:97:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] wrt54gv5_img.cpp:97:1: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings] make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/wrt_vx_imgtool' make -C ./others/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others' make -C ./squashfs-3.0-e2100 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:638:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:639:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan': mksquashfs.c:1559:2: warning: implicit declaration of function 'dir_scan2'; did you mean 'dir_scan'? [-Wimplicit-function-declaration] dir_scan2(inode, dir_info); ^~~~~~~~~ dir_scan gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc mksquashfs.o read_fs.o sort.o -lz -o mksquashfs make -C ./lzma/C/7zip/Compress/LZMA_Lib make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 -Wall -c -I ../../../ ZLib.cpp g++ -O3 -Wall -c -I ../../../ ../LZMA/LZMADecoder.cpp ../LZMA/LZMADecoder.cpp: In member function 'virtual LONG NCompress::NLZMA::CDecoder::SetOutStreamSize(const UInt64*)': ../LZMA/LZMADecoder.cpp:317:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (_outSizeDefined = (outSize != NULL)) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -O3 -Wall -c -I ../../../ ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': ../LZMA/LZMAEncoder.cpp:1139:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1<<12))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1154:44: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength == lenMain + 1 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ !ChangePair(backMain, _matchDistances[_longestMatchLength]) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1157:60: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ ChangePair(_matchDistances[lenMain - 1], backMain) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O3 -Wall -c -I ../../../ ../LZ/LZInWindow.cpp g++ -O3 -Wall -c -I ../../../ ../LZ/LZOutWindow.cpp g++ -O3 -Wall -c -I ../../../ ../RangeCoder/RangeCoderBit.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/InBuffer.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/OutBuffer.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/FileStreams.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/Alloc.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/C_FileIO.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/CommandLineParser.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/CRC.cpp g++ -O3 -Wall -c -I ../../../ ../../Common/StreamUtils.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/String.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/String.cpp:11: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/String.cpp:11:0: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/StringConvert.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O3 -Wall -c -I ../../../ ../../../Common/StringToInt.cpp g++ -O3 -Wall -c -I ../../../ ../../../Common/Vector.cpp In file included from ../../../Common/Vector.cpp:7:0: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:161:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:164:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ ar r liblzma.a ZLib.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o Alloc.o C_FileIO.o CommandLineParser.o CRC.o StreamUtils.o String.o StringConvert.o StringToInt.o Vector.o ar: creating liblzma.a make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib' g++ mksquashfs.o read_fs.o sort.o -L./lzma/C/7zip/Compress/LZMA_Lib -llzma -o mksquashfs-lzma gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:543:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((inodep->rdev >> 8) & 0xff, inodep->rdev & 0xff)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o -lz -o unsquashfs make -C ./lzma/C/7zip/Compress/LZMA_Lib make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib' g++ -O3 unsquashfs.o -L./lzma/C/7zip/Compress/LZMA_Lib -llzma -o unsquashfs-lzma make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.0-e2100' make -C ./squashfs-3.2-r2 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:947:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:948:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'progress_bar': mksquashfs.c:1833:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ mksquashfs.c:1825:5: note: declared here int progress_bar(long long current, long long max, int columns) ^~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan': mksquashfs.c:2428:2: warning: implicit declaration of function 'dir_scan2'; did you mean 'dir_scan'? [-Wimplicit-function-declaration] dir_scan2(inode, dir_info); ^~~~~~~~~ dir_scan gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc mksquashfs.o read_fs.o sort.o -lpthread -lz -lm -o mksquashfs gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:654:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode_2': unsquashfs.c:812:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o -lz -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2' make -C ./squashfs-3.2-r2-lzma make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//C/Compress/Lzma -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma' cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp.o uncomp.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode.o LzmaDecode.c ar cr libunlzma.a uncomp.o LzmaDecode.o ln uncomp.c uncomp_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp_r.o uncomp_r.c ln LzmaDecode.c LzmaDecode_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode_r.o LzmaDecode_r.c ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o rm LzmaDecode_r.c uncomp_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone' g++ -O2 -Wall -c LzmaAlone.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from LzmaAlone.cpp:18: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from LzmaAlone.cpp:18: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c LzmaBench.cpp g++ -O2 -Wall -c LzmaBenchCon.cpp g++ -O2 -Wall -c LzmaRam.cpp g++ -O2 -Wall -c ../LZMA/LZMADecoder.cpp g++ -O2 -Wall -c ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': ../LZMA/LZMAEncoder.cpp:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': ../LZMA/LZMAEncoder.cpp:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ g++ -O2 -Wall -c ../LZ/LZOutWindow.cpp g++ -O2 -Wall -c ../RangeCoder/RangeCoderBit.cpp g++ -O2 -Wall -c ../../Common/InBuffer.cpp g++ -O2 -Wall -c ../../Common/OutBuffer.cpp g++ -O2 -Wall -c ../../Common/FileStreams.cpp g++ -O2 -Wall -c ../../Common/StreamUtils.cpp g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/CRC.cpp g++ -O2 -Wall -c ../../../Common/IntToString.cpp g++ -O2 -Wall -c ../../../Common/MyString.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/MyString.cpp:11: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/MyString.cpp:11:0: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringConvert.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringToInt.cpp g++ -O2 -Wall -c ../../../Common/MyVector.cpp In file included from ../../../Common/MyVector.cpp:7:0: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ gcc -O2 -Wall -c ../../../../C/7zCrc.c gcc -O2 -Wall -c ../../../../C/Alloc.c gcc -O2 -Wall -c ../../../../C/Compress/Branch/BranchX86.c gcc -O2 -Wall -c ../../../../C/Compress/Lz/MatchFinder.c gcc -O2 -Wall -c ../../../../C/Compress/Lzma/LzmaDecode.c gcc -O2 -Wall -c LzmaRamDecode.c g++ -O2 -Wall -o lzma -Wl,-Os,--as-needed LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o -lm ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o LZMAEncoder_r.o LZMAEncoder_r.cc LZMAEncoder_r.cc: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': LZMAEncoder_r.cc:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': LZMAEncoder_r.cc:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ ln ../../../../C/Alloc.c Alloc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.c ln ../../Common/StreamUtils.cpp StreamUtils_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o StreamUtils_r.o StreamUtils_r.cc ln ../../../../C/Compress/Lz/MatchFinder.c MatchFinder_r.c cc -c -I../../../../C/Compress/Lz -D_GLIBCXX_USE_C99_MATH=1 -c -o MatchFinder_r.o MatchFinder_r.c ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -D_GLIBCXX_USE_C99_MATH=1 -c -o RangeCoderBit_r.o RangeCoderBit_r.cc ln ../../Common/OutBuffer.cpp OutBuffer_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o OutBuffer_r.o OutBuffer_r.cc ln ../../../../C/7zCrc.c 7zCrc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o 7zCrc_r.o 7zCrc_r.c g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o comp.o comp.cc In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from comp.cc:20: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from comp.cc:20: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ comp.cc: In function 'int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)': comp.cc:125:2: warning: narrowing conversion of 'avail_in' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] }; ^ comp.cc:123:22: warning: narrowing conversion of '(avail_in >> 8)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~ comp.cc:123:37: warning: narrowing conversion of '(avail_in >> 16)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ comp.cc:123:53: warning: narrowing conversion of '(avail_in >> 24)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o StreamUtils_r.o MatchFinder_r.o RangeCoderBit_r.o OutBuffer_r.o 7zCrc_r.o comp.o rm OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c RangeCoderBit_r.cc MatchFinder_r.c LZMAEncoder_r.cc 7zCrc_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:942:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:943:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o -lz -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//C/Compress/Lzma -lpthread -lunlzma_r -llzma_r -lstdc++ -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma -D_REENTRANT -DNDEBUG -U_REENTRANT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:657:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode_2': unsquashfs.c:815:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc unsquashfs.o -o unsquashfs -lz -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma//C/Compress/Lzma -lunlzma -lz make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools' make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-lzma' make -C ./squashfs-3.2-r2-hg612-lzma make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C' gcc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG LzmaTest.c gcc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG LzmaDecode.c gcc -o lzmadec -Wl,-Os,--as-needed LzmaTest.o LzmaDecode.o cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp.o uncomp.c ar cr libunlzma.a uncomp.o LzmaDecode.o ln uncomp.c uncomp_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp_r.o uncomp_r.c ln LzmaDecode.c LzmaDecode_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode_r.o LzmaDecode_r.c ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o rm LzmaDecode_r.c uncomp_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone' g++ -O2 -Wall -c -I ../../../ LzmaAlone.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/CommandLineParser.h:6, from LzmaAlone.cpp:18: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from LzmaAlone.cpp:18: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ LzmaAlone.cpp: In function 'int main2(int, const char**)': LzmaAlone.cpp:371:34: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (matchFinderCyclesDefined = parser[NKey::kMatchFinderCycles].ThereIs) ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -Wall -c -I ../../../ LzmaBench.cpp In file included from ../LZMA/LZMADecoder.h:6:0, from LzmaBench.cpp:12: LzmaBench.cpp: In member function 'virtual ULONG CBenchmarkInStream::Release()': ../LZMA/../../../Common/MyCom.h:160:31: warning: deleting object of polymorphic class type 'CBenchmarkInStream' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] return __m_RefCount; delete this; return 0; } ^ ../LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE' MY_ADDREF_RELEASE ^~~~~~~~~~~~~~~~~ LzmaBench.cpp:152:3: note: in expansion of macro 'MY_UNKNOWN_IMP' MY_UNKNOWN_IMP ^~~~~~~~~~~~~~ LzmaBench.cpp: In member function 'virtual ULONG CCrcOutStream::Release()': ../LZMA/../../../Common/MyCom.h:160:31: warning: deleting object of polymorphic class type 'CCrcOutStream' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] return __m_RefCount; delete this; return 0; } ^ ../LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE' MY_ADDREF_RELEASE ^~~~~~~~~~~~~~~~~ LzmaBench.cpp:220:3: note: in expansion of macro 'MY_UNKNOWN_IMP' MY_UNKNOWN_IMP ^~~~~~~~~~~~~~ LzmaBench.cpp: In member function 'virtual ULONG CProgressInfo::Release()': ../LZMA/../../../Common/MyCom.h:160:31: warning: deleting object of polymorphic class type 'CProgressInfo' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] return __m_RefCount; delete this; return 0; } ^ ../LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE' MY_ADDREF_RELEASE ^~~~~~~~~~~~~~~~~ LzmaBench.cpp:269:3: note: in expansion of macro 'MY_UNKNOWN_IMP' MY_UNKNOWN_IMP ^~~~~~~~~~~~~~ g++ -O2 -Wall -c -I ../../../ LzmaRam.cpp In file included from ../LZMA/LZMADecoder.h:6:0, from LzmaRam.cpp:5: LzmaRam.cpp: In member function 'virtual ULONG CInStreamRam::Release()': ../LZMA/../../../Common/MyCom.h:160:31: warning: deleting object of polymorphic class type 'CInStreamRam' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] return __m_RefCount; delete this; return 0; } ^ ../LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE' MY_ADDREF_RELEASE ^~~~~~~~~~~~~~~~~ LzmaRam.cpp:22:3: note: in expansion of macro 'MY_UNKNOWN_IMP' MY_UNKNOWN_IMP ^~~~~~~~~~~~~~ LzmaRam.cpp: In member function 'virtual ULONG COutStreamRam::Release()': ../LZMA/../../../Common/MyCom.h:160:31: warning: deleting object of polymorphic class type 'COutStreamRam' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor] return __m_RefCount; delete this; return 0; } ^ ../LZMA/../../../Common/MyCom.h:171:3: note: in expansion of macro 'MY_ADDREF_RELEASE' MY_ADDREF_RELEASE ^~~~~~~~~~~~~~~~~ LzmaRam.cpp:66:3: note: in expansion of macro 'MY_UNKNOWN_IMP' MY_UNKNOWN_IMP ^~~~~~~~~~~~~~ gcc -O2 -Wall -c -I ../../../ LzmaRamDecode.c gcc -O2 -Wall -c -I ../../../ ../LZMA_C/LzmaDecode.c gcc -O2 -Wall -c -I ../../../ ../Branch/BranchX86.c g++ -O2 -Wall -c -I ../../../ ../LZMA/LZMADecoder.cpp ../LZMA/LZMADecoder.cpp: In member function 'virtual LONG NCompress::NLZMA::CDecoder::SetOutStreamSize(const UInt64*)': ../LZMA/LZMADecoder.cpp:312:23: warning: suggest parentheses around assignment used as truth value [-Wparentheses] if (_outSizeDefined = (outSize != NULL)) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ g++ -O2 -Wall -c -I ../../../ ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': ../LZMA/LZMAEncoder.cpp:1207:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1208:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1222:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1225:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ g++ -O2 -Wall -c -I ../../../ ../LZ/LZInWindow.cpp g++ -O2 -Wall -c -I ../../../ ../LZ/LZOutWindow.cpp g++ -O2 -Wall -c -I ../../../ ../RangeCoder/RangeCoderBit.cpp g++ -O2 -Wall -c -I ../../../ ../../Common/InBuffer.cpp g++ -O2 -Wall -c -I ../../../ ../../Common/OutBuffer.cpp g++ -O2 -Wall -c -I ../../../ ../../Common/FileStreams.cpp g++ -O2 -Wall -c -I ../../../ ../../Common/StreamUtils.cpp g++ -O2 -Wall -c -I ../../../ ../../../Common/Alloc.cpp g++ -O2 -Wall -c -I ../../../ ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c -I ../../../ ../../../Common/CommandLineParser.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c -I ../../../ ../../../Common/CRC.cpp g++ -O2 -Wall -c -I ../../../ ../../../Common/String.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/String.cpp:11: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/String.cpp:11:0: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c -I ../../../ ../../../Common/StringConvert.cpp In file included from ../../../Common/String.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c -I ../../../ ../../../Common/StringToInt.cpp g++ -O2 -Wall -c -I ../../../ ../../../Common/Vector.cpp In file included from ../../../Common/Vector.cpp:7:0: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -o lzma -Wl,-Os,--as-needed LzmaAlone.o LzmaBench.o LzmaRam.o LzmaRamDecode.o LzmaDecode.o BranchX86.o LZMADecoder.o LZMAEncoder.o LZInWindow.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o Alloc.o C_FileIO.o CommandLineParser.o CRC.o String.o StringConvert.o StringToInt.o Vector.o -lm ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o LZMAEncoder_r.o LZMAEncoder_r.cc LZMAEncoder_r.cc: In member function 'LONG NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32, UInt32&, UInt32&)': LZMAEncoder_r.cc:1207:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1208:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1222:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1225:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ln ../../../Common/Alloc.cpp Alloc_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.cc ln ../LZ/LZInWindow.cpp LZInWindow_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../LZ -D_GLIBCXX_USE_C99_MATH=1 -c -o LZInWindow_r.o LZInWindow_r.cc ln ../../../Common/CRC.cpp CRC_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o CRC_r.o CRC_r.cc ln ../../Common/StreamUtils.cpp StreamUtils_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o StreamUtils_r.o StreamUtils_r.cc ln ../../Common/OutBuffer.cpp OutBuffer_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o OutBuffer_r.o OutBuffer_r.cc ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -D_GLIBCXX_USE_C99_MATH=1 -c -o RangeCoderBit_r.o RangeCoderBit_r.cc g++ -O2 -Wall -c -I ../../../ -D_REENTRANT -include pthread.h -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o comp.o comp.cc In file included from ../../../Common/String.h:9:0, from ../../../Common/StringConvert.h:7, from comp.cc:20: ../../../Common/Vector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/Vector.h:178:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/Vector.h:181:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from comp.cc:20: ../../../Common/String.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/String.h:417:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/String.h:420:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ comp.cc: In function 'int LzmaCompress(Bytef*, uInt, Bytef*, uInt, uLong*)': comp.cc:123:2: warning: narrowing conversion of 'avail_in' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] }; ^ comp.cc:121:22: warning: narrowing conversion of '(avail_in >> 8)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~ comp.cc:121:37: warning: narrowing conversion of '(avail_in >> 16)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ comp.cc:121:53: warning: narrowing conversion of '(avail_in >> 24)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o LZInWindow_r.o CRC_r.o StreamUtils_r.o OutBuffer_r.o RangeCoderBit_r.o comp.o rm LZInWindow_r.cc CRC_r.cc Alloc_r.cc OutBuffer_r.cc StreamUtils_r.cc RangeCoderBit_r.cc LZMAEncoder_r.cc make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:938:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:939:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -lz -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma -D_REENTRANT -DNDEBUG -U_REENTRANT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:657:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode_2': unsquashfs.c:815:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wl,-Os,--as-needed unsquashfs.o -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C -lunlzma -lz -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools' make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-hg612-lzma' make -C ./squashfs-3.2-r2-wnr1000 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-wnr1000' gcc -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:961:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:962:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ gcc -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sqlzma.o sqlzma.c sqlzma.c: In function 'LzmaUncompress': sqlzma.c:38:24: warning: passing argument 2 of 'LzmaDecode' from incompatible pointer type [-Wincompatible-pointer-types] res = LzmaDecode(dst, dstlen, src + LZMA_PROPS_SIZE, &inSizePure, ^~~~~~ In file included from sqlzma.c:18:0: ./lzma_src/C/LzmaDec.h:219:6: note: expected 'SizeT * {aka unsigned int *}' but argument is of type 'long unsigned int *' SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ^~~~~~~~~~ gcc -c -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzmaEnc.c -o LzmaEnc.o gcc -c -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzFind.c -o LzFind.o gcc -c -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzmaDec.c -o LzmaDec.o gcc mksquashfs.o read_fs.o sort.o sqlzma.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -lstdc++ -o mksquashfs gcc -I./lzma_src/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:669:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode_2': unsquashfs.c:827:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o sqlzma.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-wnr1000' make -C ./squashfs-3.2-r2-rtn12 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-rtn12' gcc -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:962:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:963:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ gcc -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sqlzma.o sqlzma.c sqlzma.c: In function 'LzmaUncompress': sqlzma.c:38:24: warning: passing argument 2 of 'LzmaDecode' from incompatible pointer type [-Wincompatible-pointer-types] res = LzmaDecode(dst, dstlen, src + LZMA_PROPS_SIZE, &inSizePure, ^~~~~~ In file included from sqlzma.c:18:0: ./lzma_src/C/LzmaDec.h:219:6: note: expected 'SizeT * {aka unsigned int *}' but argument is of type 'long unsigned int *' SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ^~~~~~~~~~ gcc -c -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzmaEnc.c -o LzmaEnc.o gcc -c -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzFind.c -o LzFind.o gcc -c -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 lzma_src/C/LzmaDec.c -o LzmaDec.o gcc mksquashfs.o read_fs.o sort.o sqlzma.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -lstdc++ -o mksquashfs gcc -I./include -I. -I./lzma_src/C -I/include -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:669:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode_2': unsquashfs.c:827:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . & 0xff, inodep->rdev & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o sqlzma.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.2-r2-rtn12' make -C ./squashfs-3.3 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:981:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:982:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'progress_bar': mksquashfs.c:1930:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ mksquashfs.c:1922:5: note: declared here int progress_bar(long long current, long long max, int columns) ^~~~~~~~~~~~ gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c sort.c:77:8: warning: type defaults to 'int' in declaration of 'write_file' [-Wimplicit-int] extern write_file(squashfs_inode *inode, struct dir_ent *dir_ent, int *c_size); ^~~~~~~~~~ gcc mksquashfs.o read_fs.o sort.o -lpthread -lz -lm -o mksquashfs gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:918:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc unsquashfs.o -lz -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3' make -C ./squashfs-3.3-lzma make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//C/Compress/Lzma -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/C/Compress/Lzma' cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp.o uncomp.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode.o LzmaDecode.c ar cr libunlzma.a uncomp.o LzmaDecode.o ln uncomp.c uncomp_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp_r.o uncomp_r.c ln LzmaDecode.c LzmaDecode_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode_r.o LzmaDecode_r.c ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o rm LzmaDecode_r.c uncomp_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/C/Compress/Lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone' g++ -O2 -Wall -c LzmaAlone.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from LzmaAlone.cpp:18: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from LzmaAlone.cpp:18: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c LzmaBench.cpp g++ -O2 -Wall -c LzmaBenchCon.cpp g++ -O2 -Wall -c LzmaRam.cpp g++ -O2 -Wall -c ../LZMA/LZMADecoder.cpp g++ -O2 -Wall -c ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': ../LZMA/LZMAEncoder.cpp:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': ../LZMA/LZMAEncoder.cpp:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ g++ -O2 -Wall -c ../LZ/LZOutWindow.cpp g++ -O2 -Wall -c ../RangeCoder/RangeCoderBit.cpp g++ -O2 -Wall -c ../../Common/InBuffer.cpp g++ -O2 -Wall -c ../../Common/OutBuffer.cpp g++ -O2 -Wall -c ../../Common/FileStreams.cpp g++ -O2 -Wall -c ../../Common/StreamUtils.cpp g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/CRC.cpp g++ -O2 -Wall -c ../../../Common/IntToString.cpp g++ -O2 -Wall -c ../../../Common/MyString.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/MyString.cpp:11: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/MyString.cpp:11:0: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringConvert.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringToInt.cpp g++ -O2 -Wall -c ../../../Common/MyVector.cpp In file included from ../../../Common/MyVector.cpp:7:0: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ gcc -O2 -Wall -c ../../../../C/7zCrc.c gcc -O2 -Wall -c ../../../../C/Alloc.c gcc -O2 -Wall -c ../../../../C/Compress/Branch/BranchX86.c gcc -O2 -Wall -c ../../../../C/Compress/Lz/MatchFinder.c gcc -O2 -Wall -c ../../../../C/Compress/Lzma/LzmaDecode.c gcc -O2 -Wall -c LzmaRamDecode.c g++ -O2 -Wall -o lzma -Wl,-Os,--as-needed LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o -lm ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o LZMAEncoder_r.o LZMAEncoder_r.cc LZMAEncoder_r.cc: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': LZMAEncoder_r.cc:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': LZMAEncoder_r.cc:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ ln ../../../../C/Alloc.c Alloc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.c ln ../../Common/StreamUtils.cpp StreamUtils_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o StreamUtils_r.o StreamUtils_r.cc ln ../../../../C/Compress/Lz/MatchFinder.c MatchFinder_r.c cc -c -I../../../../C/Compress/Lz -D_GLIBCXX_USE_C99_MATH=1 -c -o MatchFinder_r.o MatchFinder_r.c ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -D_GLIBCXX_USE_C99_MATH=1 -c -o RangeCoderBit_r.o RangeCoderBit_r.cc ln ../../Common/OutBuffer.cpp OutBuffer_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o OutBuffer_r.o OutBuffer_r.cc ln ../../../../C/7zCrc.c 7zCrc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o 7zCrc_r.o 7zCrc_r.c g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o comp.o comp.cc In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from comp.cc:20: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from comp.cc:20: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ comp.cc: In function 'int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)': comp.cc:125:2: warning: narrowing conversion of 'avail_in' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] }; ^ comp.cc:123:22: warning: narrowing conversion of '(avail_in >> 8)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~ comp.cc:123:37: warning: narrowing conversion of '(avail_in >> 16)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ comp.cc:123:53: warning: narrowing conversion of '(avail_in >> 24)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o StreamUtils_r.o MatchFinder_r.o RangeCoderBit_r.o OutBuffer_r.o 7zCrc_r.o comp.o rm OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c RangeCoderBit_r.cc MatchFinder_r.c LZMAEncoder_r.cc 7zCrc_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:975:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:976:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o -lz -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//C/Compress/Lzma -lpthread -lunlzma_r -llzma_r -lstdc++ -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma -D_REENTRANT -DNDEBUG -U_REENTRANT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:928:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc unsquashfs.o -o unsquashfs -lz -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma//C/Compress/Lzma -lunlzma -lz make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools' make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-lzma' make -C ./squashfs-3.3-grml-lzma make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma' cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp.o uncomp.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode.o LzmaDecode.c ar cr libunlzma.a uncomp.o LzmaDecode.o ln uncomp.c uncomp_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp_r.o uncomp_r.c ln LzmaDecode.c LzmaDecode_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDecode_r.o LzmaDecode_r.c ar cr libunlzma_r.a uncomp_r.o LzmaDecode_r.o rm LzmaDecode_r.c uncomp_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone' g++ -O2 -Wall -c LzmaAlone.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from LzmaAlone.cpp:18: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from LzmaAlone.cpp:18: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c LzmaBench.cpp g++ -O2 -Wall -c LzmaBenchCon.cpp g++ -O2 -Wall -c LzmaRam.cpp g++ -O2 -Wall -c ../LZMA/LZMADecoder.cpp g++ -O2 -Wall -c ../LZMA/LZMAEncoder.cpp ../LZMA/LZMAEncoder.cpp: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': ../LZMA/LZMAEncoder.cpp:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../LZMA/LZMAEncoder.cpp: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': ../LZMA/LZMAEncoder.cpp:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ g++ -O2 -Wall -c ../LZ/LZOutWindow.cpp g++ -O2 -Wall -c ../RangeCoder/RangeCoderBit.cpp g++ -O2 -Wall -c ../../Common/InBuffer.cpp g++ -O2 -Wall -c ../../Common/OutBuffer.cpp g++ -O2 -Wall -c ../../Common/FileStreams.cpp g++ -O2 -Wall -c ../../Common/StreamUtils.cpp g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/CommandLineParser.h:6, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/CRC.cpp g++ -O2 -Wall -c ../../../Common/IntToString.cpp g++ -O2 -Wall -c ../../../Common/MyString.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/MyString.cpp:11: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/MyString.cpp:11:0: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringConvert.cpp In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringToInt.cpp g++ -O2 -Wall -c ../../../Common/MyVector.cpp In file included from ../../../Common/MyVector.cpp:7:0: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ gcc -O2 -Wall -c ../../../../C/7zCrc.c gcc -O2 -Wall -c ../../../../C/Alloc.c gcc -O2 -Wall -c ../../../../C/Compress/Branch/BranchX86.c gcc -O2 -Wall -c ../../../../C/Compress/Lz/MatchFinder.c gcc -O2 -Wall -c ../../../../C/Compress/Lzma/LzmaDecode.c gcc -O2 -Wall -c LzmaRamDecode.c g++ -O2 -Wall -o lzma -Wl,-Os,--as-needed LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaRam.o LZMADecoder.o LZMAEncoder.o LZOutWindow.o RangeCoderBit.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o BranchX86.o MatchFinder.o LzmaDecode.o LzmaRamDecode.o -lm ln ../LZMA/LZMAEncoder.cpp LZMAEncoder_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o LZMAEncoder_r.o LZMAEncoder_r.cc LZMAEncoder_r.cc: In member function 'UInt32 NCompress::NLZMA::CEncoder::GetOptimumFast(UInt32&)': LZMAEncoder_r.cc:1185:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 2 >= lenMain && (backMain > (1 << 9)) || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1186:45: warning: suggest parentheses around '&&' within '||' [-Wparentheses] repLens[repMaxIndex] + 3 >= lenMain && (backMain > (1 << 15))) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1202:42: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if (_longestMatchLength >= lenMain && newDistance < backMain || ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc:1205:62: warning: suggest parentheses around '&&' within '||' [-Wparentheses] _longestMatchLength + 1 >= lenMain && lenMain >= 3 && ChangePair(newDistance, backMain)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ LZMAEncoder_r.cc: In member function 'LONG NCompress::NLZMA::CEncoder::CodeOneBlock(UInt64*, UInt64*, Int32*)': LZMAEncoder_r.cc:1350:12: warning: variable 'len' set but not used [-Wunused-but-set-variable] UInt32 len, numDistancePairs; ^~~ ln ../../../../C/Alloc.c Alloc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.c ln ../../Common/StreamUtils.cpp StreamUtils_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o StreamUtils_r.o StreamUtils_r.cc ln ../../../../C/Compress/Lz/MatchFinder.c MatchFinder_r.c cc -c -I../../../../C/Compress/Lz -D_GLIBCXX_USE_C99_MATH=1 -c -o MatchFinder_r.o MatchFinder_r.c ln ../RangeCoder/RangeCoderBit.cpp RangeCoderBit_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../RangeCoder -D_GLIBCXX_USE_C99_MATH=1 -c -o RangeCoderBit_r.o RangeCoderBit_r.cc ln ../../Common/OutBuffer.cpp OutBuffer_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o OutBuffer_r.o OutBuffer_r.cc ln ../../../../C/7zCrc.c 7zCrc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o 7zCrc_r.o 7zCrc_r.c g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_GLIBCXX_USE_C99_MATH=1 -c -o comp.o comp.cc In file included from ../../../Common/MyString.h:9:0, from ../../../Common/StringConvert.h:7, from comp.cc:20: ../../../Common/MyVector.h: In member function 'int CObjectVector::Find(const T&) const': ../../../Common/MyVector.h:204:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < Size(); i++) ^~~ ../../../Common/MyVector.h:207:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ In file included from ../../../Common/StringConvert.h:7:0, from comp.cc:20: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:422:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:425:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ comp.cc: In function 'int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)': comp.cc:125:2: warning: narrowing conversion of 'avail_in' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] }; ^ comp.cc:123:22: warning: narrowing conversion of '(avail_in >> 8)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~ comp.cc:123:37: warning: narrowing conversion of '(avail_in >> 16)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ comp.cc:123:53: warning: narrowing conversion of '(avail_in >> 24)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ ar cr liblzma_r.a LZMAEncoder_r.o Alloc_r.o StreamUtils_r.o MatchFinder_r.o RangeCoderBit_r.o OutBuffer_r.o 7zCrc_r.o comp.o rm OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c RangeCoderBit_r.cc MatchFinder_r.c LZMAEncoder_r.cc 7zCrc_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:974:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:975:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma -lpthread -lunlzma_r -llzma_r -lstdc++ -lz -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma -D_REENTRANT -DNDEBUG -U_REENTRANT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:920:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wl,-Os,--as-needed unsquashfs.o -lm -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma -lunlzma -lz -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools' make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.3-grml-lzma' make -C ./squashfs-3.4-cisco make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-cisco' make -C squashfs-tools make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-cisco/squashfs-tools' gcc -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1191:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1192:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'get_fragment': mksquashfs.c:1489:78: warning: passing argument 3 of 'LzmaUncompress' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if((res = LzmaUncompress((unsigned char *) buffer->data, &bytes, (const unsigned char *) data, size)) != SZ_OK) ^ In file included from mksquashfs.c:54:0: lzmainterface.h:26:5: note: expected 'char *' but argument is of type 'const unsigned char *' int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int srclen); ^~~~~~~~~~~~~~ gcc -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c read_fs.c: In function 'read_block': read_fs.c:106:44: warning: passing argument 3 of 'LzmaUncompress' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if((res = LzmaUncompress(block, &bytes, (const unsigned char *) buffer, c_byte)) != SZ_OK) ^ In file included from read_fs.c:40:0: lzmainterface.h:26:5: note: expected 'char *' but argument is of type 'const unsigned char *' int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int srclen); ^~~~~~~~~~~~~~ gcc -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o lzmainterface.o lzmainterface.c lzmainterface.c: In function 'LzmaUncompress': lzmainterface.c:51:24: warning: passing argument 2 of 'LzmaDecode' from incompatible pointer type [-Wincompatible-pointer-types] res = LzmaDecode(dst, dstlen, src + LZMA_PROPS_SIZE, &inSizePure, ^~~~~~ In file included from lzmainterface.c:14:0: ../lzma/C/LzmaDec.h:219:6: note: expected 'SizeT * {aka unsigned int *}' but argument is of type 'long unsigned int *' SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ^~~~~~~~~~ gcc -c -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 ../lzma/C/LzmaEnc.c -o LzmaEnc.o gcc -c -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 ../lzma/C/LzFind.c -o LzFind.o gcc -c -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 ../lzma/C/LzmaDec.c -o LzmaDec.o gcc mksquashfs.o read_fs.o sort.o lzmainterface.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -lstdc++ -o mksquashfs gcc -I ../lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'read_block': unsquashfs.c:715:62: warning: passing argument 3 of 'LzmaUncompress' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if((res = LzmaUncompress((unsigned char *) block, &bytes, (const unsigned char *) buffer, c_byte)) != SZ_OK) ^ In file included from unsquashfs.c:64:0: lzmainterface.h:26:5: note: expected 'char *' but argument is of type 'const unsigned char *' int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int srclen); ^~~~~~~~~~~~~~ unsquashfs.c: In function 'read_data_block': unsquashfs.c:763:62: warning: passing argument 3 of 'LzmaUncompress' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if((res = LzmaUncompress((unsigned char *) block, &bytes, (const unsigned char *) data, c_byte)) != SZ_OK) ^ In file included from unsquashfs.c:64:0: lzmainterface.h:26:5: note: expected 'char *' but argument is of type 'const unsigned char *' int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int srclen); ^~~~~~~~~~~~~~ unsquashfs.c: In function 'create_inode': unsquashfs.c:1308:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'deflator': unsquashfs.c:2386:60: warning: passing argument 3 of 'LzmaUncompress' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] if((res = LzmaUncompress((unsigned char *) tmp, &bytes, (const unsigned char *) entry->data, SQUASHFS_COMPRESSED_SIZE_BLOCK(entry->size))) != SZ_OK) ^ In file included from unsquashfs.c:64:0: lzmainterface.h:26:5: note: expected 'char *' but argument is of type 'const unsigned char *' int LzmaUncompress(char *dst, unsigned long * dstlen, char *src, int srclen); ^~~~~~~~~~~~~~ unsquashfs.c: In function 'initialise_threads': unsquashfs.c:2469:16: warning: implicit declaration of function 'get_nprocs'; did you mean 'getentropy'? [-Wimplicit-function-declaration] processors = get_nprocs(); ^~~~~~~~~~ getentropy gcc unsquashfs.o lzmainterface.o LzmaEnc.o LzFind.o LzmaDec.o -lz -lpthread -lm -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-cisco/squashfs-tools' cp squashfs-tools/unsquashfs . cp squashfs-tools/mksquashfs . make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-cisco' make -C ./squashfs-3.4-nb4 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/C -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/C' cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp.o uncomp.c uncomp.c: In function 'LzmaUncompress': uncomp.c:58:11: warning: variable 'state' set but not used [-Wunused-but-set-variable] CLzmaDec state; ^~~~~ uncomp.c:45:82: warning: 'props.lc' is used uninitialized in this function [-Wuninitialized] #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) ^~ uncomp.c:45:92: warning: 'props.lp' is used uninitialized in this function [-Wuninitialized] #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) ^~ cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDec.o LzmaDec.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc.o Alloc.c ar cr libunlzma.a uncomp.o LzmaDec.o Alloc.o ln uncomp.c uncomp_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -D_REENTRANT -include pthread.h -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_GLIBCXX_USE_C99_MATH=1 -c -o uncomp_r.o uncomp_r.c uncomp_r.c: In function 'LzmaUncompress': uncomp_r.c:58:11: warning: variable 'state' set but not used [-Wunused-but-set-variable] CLzmaDec state; ^~~~~ uncomp_r.c:45:82: warning: 'props.lc' is used uninitialized in this function [-Wuninitialized] #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) ^~ uncomp_r.c:45:92: warning: 'props.lp' is used uninitialized in this function [-Wuninitialized] #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) ^~ ln LzmaDec.c LzmaDec_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaDec_r.o LzmaDec_r.c ln Alloc.c Alloc_r.c cc -c -O2 -Wall -pedantic -D _LZMA_PROB32 -D _SZ_NO_INT_64 -DNDEBUG -D_REENTRANT -include pthread.h -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.c ar cr libunlzma_r.a uncomp_r.o LzmaDec_r.o Alloc_r.o rm LzmaDec_r.c Alloc_r.c uncomp_r.c make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/C' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone -f sqlzma.mk all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone' g++ -O2 -Wall -c LzmaAlone.cpp In file included from ../../../Common/CommandLineParser.h:6:0, from LzmaAlone.cpp:18: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:414:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c LzmaBench.cpp g++ -O2 -Wall -c LzmaBenchCon.cpp g++ -O2 -Wall -c ../LzmaDecoder.cpp g++ -O2 -Wall -c ../LzmaEncoder.cpp ../LzmaEncoder.cpp: In member function 'virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)': ../LzmaEncoder.cpp:123:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:123:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:125:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:125:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:127:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:129:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:129:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:131:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:131:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:133:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:133:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:135:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:135:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:137:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break; ^~ ../LzmaEncoder.cpp:137:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break; ^~~~~ ../LzmaEncoder.cpp:139:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break; ^~ ../LzmaEncoder.cpp:139:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break; ^~~~~ ../LzmaEncoder.cpp:141:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; ^~ ../LzmaEncoder.cpp:141:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; ^~~~~ ../LzmaEncoder.cpp:144:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!ParseMatchFinder(prop.bstrVal, &props.btMode, &props.numHashBytes /* , &_matchFinderBase.skipModeBits */)) ^~ ../LzmaEncoder.cpp:145:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return E_INVALIDARG; break; ^~~~~ g++ -O2 -Wall -c ../../Common/InBuffer.cpp g++ -O2 -Wall -c ../../Common/OutBuffer.cpp g++ -O2 -Wall -c ../../Common/FileStreams.cpp g++ -O2 -Wall -c ../../Common/StreamUtils.cpp g++ -O2 -Wall -c ../../../Common/C_FileIO.cpp g++ -O2 -Wall -c ../../../Common/CommandLineParser.cpp In file included from ../../../Common/CommandLineParser.h:6:0, from ../../../Common/CommandLineParser.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:414:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/CRC.cpp g++ -O2 -Wall -c ../../../Common/IntToString.cpp g++ -O2 -Wall -c ../../../Common/MyString.cpp In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/MyString.cpp:10: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:414:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringConvert.cpp In file included from ../../../Common/StringConvert.h:7:0, from ../../../Common/StringConvert.cpp:5: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:414:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ g++ -O2 -Wall -c ../../../Common/StringToInt.cpp g++ -O2 -Wall -c ../../../Common/MyVector.cpp gcc -O2 -Wall -c ../../../../C/7zCrc.c gcc -O2 -Wall -c ../../../../C/Alloc.c gcc -O2 -Wall -c ../../../../C/Bra86.c gcc -O2 -Wall -c ../../../../C/LzFind.c gcc -O2 -Wall -c ../../../../C/LzmaDec.c gcc -O2 -Wall -c ../../../../C/LzmaEnc.c ../../../../C/LzmaEnc.c: In function 'LzmaEnc_Alloc': ../../../../C/LzmaEnc.c:1922:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable] Bool btMode; ^~~~~~ gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Dec.c gcc -O2 -Wall -c ../../../../C/LzmaUtil/Lzma86Enc.c g++ -O2 -Wall -o lzma -Wl,-Os,--as-needed LzmaAlone.o LzmaBench.o LzmaBenchCon.o LzmaDecoder.o LzmaEncoder.o InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o C_FileIO.o CommandLineParser.o CRC.o IntToString.o MyString.o StringConvert.o StringToInt.o MyVector.o 7zCrc.o Alloc.o Bra86.o LzFind.o LzmaDec.o LzmaEnc.o Lzma86Dec.o Lzma86Enc.o -lm ln ../LzmaEncoder.cpp LzmaEncoder_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../ -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaEncoder_r.o LzmaEncoder_r.cc LzmaEncoder_r.cc: In member function 'virtual LONG NCompress::NLzma::CEncoder::SetCoderProperties(const PROPID*, const PROPVARIANT*, UInt32)': LzmaEncoder_r.cc:123:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break; ^~ LzmaEncoder_r.cc:123:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.fb = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:125:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break; ^~ LzmaEncoder_r.cc:125:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.mc = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:127:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break; ^~ LzmaEncoder_r.cc:127:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.algo = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:129:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break; ^~ LzmaEncoder_r.cc:129:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.dictSize = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:131:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break; ^~ LzmaEncoder_r.cc:131:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.pb = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:133:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break; ^~ LzmaEncoder_r.cc:133:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.lp = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:135:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break; ^~ LzmaEncoder_r.cc:135:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.lc = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:137:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break; ^~ LzmaEncoder_r.cc:137:53: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_UI4) return E_INVALIDARG; props.numThreads = prop.ulVal; break; ^~~~~ LzmaEncoder_r.cc:139:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break; ^~ LzmaEncoder_r.cc:139:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_BOOL) return E_INVALIDARG; props.numThreads = ((prop.boolVal == VARIANT_TRUE) ? 2 : 1); break; ^~~~~ LzmaEncoder_r.cc:141:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; ^~ LzmaEncoder_r.cc:141:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' if (prop.vt != VT_BOOL) return E_INVALIDARG; props.writeEndMark = (prop.boolVal == VARIANT_TRUE); break; ^~~~~ LzmaEncoder_r.cc:144:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!ParseMatchFinder(prop.bstrVal, &props.btMode, &props.numHashBytes /* , &_matchFinderBase.skipModeBits */)) ^~ LzmaEncoder_r.cc:145:32: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return E_INVALIDARG; break; ^~~~~ ln ../../../../C/LzmaEnc.c LzmaEnc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o LzmaEnc_r.o LzmaEnc_r.c ln ../../../../C/Alloc.c Alloc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o Alloc_r.o Alloc_r.c ln ../../Common/StreamUtils.cpp StreamUtils_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o StreamUtils_r.o StreamUtils_r.cc ln ../../../../C/LzFind.c LzFind_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o LzFind_r.o LzFind_r.c ln ../Bcj2Coder.cpp Bcj2Coder_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../ -D_GLIBCXX_USE_C99_MATH=1 -c -o Bcj2Coder_r.o Bcj2Coder_r.cc ln ../../Common/OutBuffer.cpp OutBuffer_r.cc g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I../../Common -D_GLIBCXX_USE_C99_MATH=1 -c -o OutBuffer_r.o OutBuffer_r.cc ln ../../../../C/7zCrc.c 7zCrc_r.c cc -c -I../../../../C -D_GLIBCXX_USE_C99_MATH=1 -c -o 7zCrc_r.o 7zCrc_r.c g++ -O2 -Wall -c -D_REENTRANT -include pthread.h -DNDEBUG -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_GLIBCXX_USE_C99_MATH=1 -c -o comp.o comp.cc In file included from ../../../Common/StringConvert.h:7:0, from comp.cc:20: ../../../Common/MyString.h: In member function 'int CStringBase::FindOneOf(const CStringBase&) const': ../../../Common/MyString.h:414:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for (int i = 0; i < _length; i++) ^~~ ../../../Common/MyString.h:417:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' return -1; ^~~~~~ comp.cc: In function 'int LzmaCompress(Bytef*, uInt, Bytef*, uInt, sqlzma_opts*, uLong*)': comp.cc:123:2: warning: narrowing conversion of 'avail_in' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] }; ^ comp.cc:121:22: warning: narrowing conversion of '(avail_in >> 8)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~ comp.cc:121:37: warning: narrowing conversion of '(avail_in >> 16)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ comp.cc:121:53: warning: narrowing conversion of '(avail_in >> 24)' from 'uInt {aka unsigned int}' to 'Byte {aka unsigned char}' inside { } [-Wnarrowing] avail_in, avail_in >> 8, avail_in >> 16, avail_in >> 24, ~~~~~~~~~^~~~~ ar cr liblzma_r.a LzmaEncoder_r.o LzmaEnc_r.o Alloc_r.o StreamUtils_r.o LzFind_r.o Bcj2Coder_r.o OutBuffer_r.o 7zCrc_r.o comp.o rm LzFind_r.c Bcj2Coder_r.cc OutBuffer_r.cc StreamUtils_r.cc Alloc_r.c LzmaEnc_r.c 7zCrc_r.c LzmaEncoder_r.cc make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone' make -C /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools all make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1173:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf->st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1174:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf->st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'reader_scan': mksquashfs.c:2005:9: warning: 'return' with a value, in function returning void return NULL; ^~~~ mksquashfs.c:1987:6: note: declared here void reader_scan(struct dir_info *dir) { ^~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -Wl,-Os,--as-needed -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/C mksquashfs.o read_fs.o sort.o -lz -lpthread -lm -lunlzma_r -llzma_r -lstdc++ -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -I/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4 -D_REENTRANT -DNDEBUG -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:1297:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'initialise_threads': unsquashfs.c:2487:16: warning: implicit declaration of function 'get_nprocs'; did you mean 'getentropy'? [-Wimplicit-function-declaration] processors = get_nprocs(); ^~~~~~~~~~ getentropy cc -Wl,-Os,--as-needed -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone -L/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/lzma465/C unsquashfs.o -lpthread -lm -lunlzma -lz -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools' cp /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs ./mksquashfs-lzma cp /home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/unsquashfs ./unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-3.4-nb4' make -C ./squashfs-4.0-lzma make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-lzma' cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1409:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1410:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3476:9: warning: type defaults to 'int' in declaration of 'pseudo_ino' [-Wimplicit-int] static pseudo_ino = 1; ^~~~~~~~~~ mksquashfs.c:3517:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o swap.o swap.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o pseudo.o pseudo.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o uncompress.o uncompress.c uncompress.c: In function 'uncompress_wrapper': uncompress.c:41:47: warning: passing argument 2 of 'LzmaUncompress' from incompatible pointer type [-Wincompatible-pointer-types] res = LzmaUncompress((unsigned char *)dest, dest_len, ^~~~~~~~ In file included from uncompress.c:24:0: ./lzma/C/LzmaLib.h:132:11: note: expected 'size_t * {aka unsigned int *}' but argument is of type 'long unsigned int *' MY_STDAPI LzmaUncompress(unsigned char *dest, size_t *destLen, const unsigned char *src, SizeT *srcLen, ^~~~~~~~~~~~~~ make -C ./lzma/C/LzmaLib make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib' gcc -c -O2 -Wall ../Alloc.c gcc -c -O2 -Wall ../LzFind.c gcc -c -O2 -Wall ../LzmaDec.c gcc -c -O2 -Wall ../LzmaEnc.c ../LzmaEnc.c: In function 'LzmaEnc_Alloc': ../LzmaEnc.c:1922:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable] Bool btMode; ^~~~~~ gcc -c -O2 -Wall ../LzmaLib.c gcc -c -O2 -Wall ../7zFile.c gcc -c -O2 -Wall ../7zStream.c rm -f liblzma.a ar rcu liblzma.a Alloc.o LzFind.o LzmaDec.o LzmaEnc.o LzmaLib.o 7zFile.o 7zStream.o ranlib liblzma.a make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib' cc mksquashfs.o read_fs.o sort.o swap.o pseudo.o uncompress.o -lz -lpthread -lm -L./lzma/C/LzmaLib -llzma -o mksquashfs-lzma cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:944:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ unsquashfs.c: In function 'initialise_threads': unsquashfs.c:1816:16: warning: implicit declaration of function 'get_nprocs'; did you mean 'getentropy'? [-Wimplicit-function-declaration] processors = get_nprocs(); ^~~~~~~~~~ getentropy cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-1.o unsquash-1.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-2.o unsquash-2.c cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-3.o unsquash-3.c unsquash-3.c: In function 'read_fragment_table_3': unsquash-3.c:39:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ unsquash-3.c:29:5: note: declared here int read_fragment_table_3() ^~~~~~~~~~~~~~~~~~~~~ cc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -DUSE_LZMA -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-4.o unsquash-4.c unsquash-4.c: In function 'read_fragment_table_4': unsquash-4.c:41:3: warning: 'return' with no value, in function returning non-void return; ^~~~~~ unsquash-4.c:31:5: note: declared here int read_fragment_table_4() ^~~~~~~~~~~~~~~~~~~~~ cc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o uncompress.o -lz -lpthread -lm -L./lzma/C/LzmaLib -llzma -o unsquashfs-lzma make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-lzma' make -C ./squashfs-4.0-realtek make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-realtek' gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1288:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1289:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3586:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o swap.o swap.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o pseudo.o pseudo.c pseudo.c:62:13: warning: 'dump_pseudo' defined but not used [-Wunused-function] static void dump_pseudo(struct pseudo *pseudo, char *string) ^~~~~~~~~~~ gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o compressor.o compressor.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o gzip_wrapper.o gzip_wrapper.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma_wrapper.o lzma_wrapper.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma/C/Alloc.o lzma/C/Alloc.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma/C/LzFind.o lzma/C/LzFind.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma/C/LzmaDec.o lzma/C/LzmaDec.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma/C/LzmaEnc.o lzma/C/LzmaEnc.c lzma/C/LzmaEnc.c: In function 'LzmaEnc_Alloc': lzma/C/LzmaEnc.c:1922:8: warning: variable 'btMode' set but not used [-Wunused-but-set-variable] Bool btMode; ^~~~~~ gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma/C/LzmaLib.o lzma/C/LzmaLib.c gcc mksquashfs.o read_fs.o sort.o swap.o pseudo.o compressor.o gzip_wrapper.o lzma_wrapper.o ./lzma/C/Alloc.o ./lzma/C/LzFind.o ./lzma/C/LzmaDec.o ./lzma/C/LzmaEnc.o ./lzma/C/LzmaLib.o -lz -lpthread -lm -o mksquashfs gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:931:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-1.o unsquash-1.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-2.o unsquash-2.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-3.o unsquash-3.c gcc -I. -I./lzma/C -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -O2 -Wall -DLZMA_SUPPORT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-4.o unsquash-4.c gcc unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o gzip_wrapper.o lzma_wrapper.o ./lzma/C/Alloc.o ./lzma/C/LzFind.o ./lzma/C/LzmaDec.o ./lzma/C/LzmaEnc.o ./lzma/C/LzmaLib.o -lz -lpthread -lm -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.0-realtek' make -C ./squashfs-2.0-nb4 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4' make -C nb4-mksquashfs make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-mksquashfs' g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/7zapi.cpp -o 7zapi.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/7zlzma.cpp -o 7zlzma.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/AriBitCoder.cpp -o AriBitCoder.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/IInOutStreams.cpp -o IInOutStreams.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/LenCoder.cpp -o LenCoder.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/LiteralCoder.cpp -o LiteralCoder.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/LZMA.cpp -o LZMA.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/LZMAEncoder.cpp -o LZMAEncoder.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/OutByte.cpp -o OutByte.o g++ -c -O2 -DGNU -I. -I./lzma/compress ./lzma/compress/WindowIn.cpp -o WindowIn.o gcc -O2 -DGNU -I. -I./lzma/compress -Isquashfs -c squashfs/*.c squashfs/mksquashfs.c: In function 'create_inode': squashfs/mksquashfs.c:692:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . dev->rdev = (unsigned short) ((major(buf.st_rdev) << 8) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ squashfs/mksquashfs.c:693:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . (minor(buf.st_rdev) & 0xff)); ^~~~~~~~~~~~~~~~~~~~ squashfs/mksquashfs.c: In function 'linux_readdir': squashfs/mksquashfs.c:1303:12: warning: implicit declaration of function 'devtable_readdir'; did you mean 'linux_readdir'? [-Wimplicit-function-declaration] if ( devtable_readdir(l, filename, dir_name, devtable_inode_info ) ) ^~~~~~~~~~~~~~~~ linux_readdir squashfs/mksquashfs.c: In function 'interpret_table_entry': squashfs/mksquashfs.c:1346:26: warning: implicit declaration of function 'basename'; did you mean 'rename'? [-Wimplicit-function-declaration] strcpy( dirname, (char*)basename(full) ); ^~~~~~~~ rename squashfs/mksquashfs.c:1368:5: warning: implicit declaration of function 'asprintf'; did you mean 'vsprintf'? [-Wimplicit-function-declaration] asprintf(&buf, "%s%lu", name, i); ^~~~~~~~ vsprintf squashfs/mksquashfs.c:1369:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . rdev = makedev(major, minor + (i * increment - start)); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ squashfs/mksquashfs.c:1374:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . dev_t rdev = makedev(major, minor); ^~~~~~~~~~~~~~~~~~~~~~~~~~ squashfs/mksquashfs.c: In function 'devtable_readdir': squashfs/mksquashfs.c:1412:22: warning: implicit declaration of function 'isspace' [-Wimplicit-function-declaration] while (len > 0 && isspace(line[len - 1])) ^~~~~~~ gcc -O2 -DGNU -I. -I./lzma/compress -c getline.c gcc -O2 -DGNU -I. -I./lzma/compress -c getdelim.c g++ -o mksquashfs mksquashfs.o read_fs.o sort.o getline.o getdelim.o 7zapi.o 7zlzma.o AriBitCoder.o IInOutStreams.o LenCoder.o LiteralCoder.o LZMA.o LZMAEncoder.o OutByte.o WindowIn.o -lz make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-mksquashfs' make -C nb4-unsquashfs make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-unsquashfs' gcc -I. -Ibrcm-lzma -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o nb4-unsquash.o nb4-unsquash.c nb4-unsquash.c: In function 'create_inode': nb4-unsquash.c:937:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . makedev((i->data >> 8) & 0xff, i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cd brcm-lzma; make make[4]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma' gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o 7zlzma.o 7zlzma.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o IInOutStreams.o IInOutStreams.c gcc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -D_GLIBCXX_USE_C99_MATH=1 -c -o LZMADecoder.o LZMADecoder.c make[4]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma' gcc nb4-unsquash.o brcm-lzma/7zlzma.o brcm-lzma/IInOutStreams.o brcm-lzma/LZMADecoder.o -lpthread -lm -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4/nb4-unsquashfs' cp nb4-mksquashfs/mksquashfs . cp nb4-unsquashfs/unsquashfs . make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-2.0-nb4' make -C ./squashfs-4.2 make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2' make -C squashfs-tools make[3]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2/squashfs-tools' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1369:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1370:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1393:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1394:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3794:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o swap.o swap.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o pseudo.o pseudo.c pseudo.c:70:13: warning: 'dump_pseudo' defined but not used [-Wunused-function] static void dump_pseudo(struct pseudo *pseudo, char *string) ^~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o compressor.o compressor.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o gzip_wrapper.o gzip_wrapper.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma_xz_wrapper.o lzma_xz_wrapper.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o xz_wrapper.o xz_wrapper.c xz_wrapper.c: In function 'xz_compress': xz_wrapper.c:201:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (opts->fb) ^~ xz_wrapper.c:204:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' stream->opt.dict_size = stream->dictionary_size; ^~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma_xz_options.o lzma_xz_options.c lzma_xz_options.c:32:19: warning: duplicate 'const' declaration specifier [-Wduplicate-decl-specifier] static const char const *lzmaver_str[] = { "", "lzma", "xz" }; ^~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o xattr.o xattr.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o read_xattrs.o read_xattrs.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o swap.o pseudo.o compressor.o gzip_wrapper.o lzma_xz_wrapper.o xz_wrapper.o lzma_xz_options.o xattr.o read_xattrs.o -lpthread -lm -lz -llzma -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:940:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-1.o unsquash-1.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-2.o unsquash-2.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-3.o unsquash-3.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-4.o unsquash-4.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs_xattr.o unsquashfs_xattr.c cc -Wl,-Os,--as-needed unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o gzip_wrapper.o lzma_xz_wrapper.o xz_wrapper.o lzma_xz_options.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -llzma -o unsquashfs make[3]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2/squashfs-tools' cp squashfs-tools/unsquashfs . cp squashfs-tools/mksquashfs . make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2' make -C ./squashfs-4.2-official make[2]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2-official' cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o mksquashfs.o mksquashfs.c mksquashfs.c: In function 'create_inode': mksquashfs.c:1354:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1355:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1378:13: warning: In the GNU C Library, "major" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "major", include directly. If you did not intend to use a system-defined macro "major", you should undefine it after including . unsigned int major = major(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c:1379:13: warning: In the GNU C Library, "minor" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "minor", include directly. If you did not intend to use a system-defined macro "minor", you should undefine it after including . unsigned int minor = minor(buf->st_rdev); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mksquashfs.c: In function 'dir_scan2': mksquashfs.c:3779:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . pseudo_ent->dev->minor); ^~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o read_fs.o read_fs.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o sort.o sort.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o swap.o swap.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o pseudo.o pseudo.c pseudo.c:69:13: warning: 'dump_pseudo' defined but not used [-Wunused-function] static void dump_pseudo(struct pseudo *pseudo, char *string) ^~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o compressor.o compressor.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o gzip_wrapper.o gzip_wrapper.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o lzma_xz_wrapper.o lzma_xz_wrapper.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o xz_wrapper.o xz_wrapper.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o xattr.o xattr.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o read_xattrs.o read_xattrs.c cc -Wl,-Os,--as-needed mksquashfs.o read_fs.o sort.o swap.o pseudo.o compressor.o gzip_wrapper.o lzma_xz_wrapper.o xz_wrapper.o xattr.o read_xattrs.o -lpthread -lm -lz -llzma -llzma -o mksquashfs cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs.o unsquashfs.c unsquashfs.c: In function 'create_inode': unsquashfs.c:937:13: warning: In the GNU C Library, "makedev" is defined by . For historical compatibility, it is currently defined by as well, but we plan to remove this soon. To use "makedev", include directly. If you did not intend to use a system-defined macro "makedev", you should undefine it after including . i->data & 0xff)) == -1) { ^~~~~~~~~~~~~~~~~~~ cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-1.o unsquash-1.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-2.o unsquash-2.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-3.o unsquash-3.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquash-4.o unsquash-4.c cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"gzip\" -Wall -DGZIP_SUPPORT -DLZMA_SUPPORT -DXZ_SUPPORT -DXATTR_SUPPORT -DXATTR_DEFAULT -D_GLIBCXX_USE_C99_MATH=1 -c -o unsquashfs_xattr.o unsquashfs_xattr.c cc -Wl,-Os,--as-needed unsquashfs.o unsquash-1.o unsquash-2.o unsquash-3.o unsquash-4.o swap.o compressor.o gzip_wrapper.o lzma_xz_wrapper.o xz_wrapper.o read_xattrs.o unsquashfs_xattr.o -lpthread -lm -lz -llzma -llzma -o unsquashfs make[2]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others/squashfs-4.2-official' make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/others' make -C ./crcalc/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/crcalc' gcc -Wall -Wl,-Os,--as-needed crc.c -c gcc -Wall -Wl,-Os,--as-needed md5.c -c gcc -Wall -Wl,-Os,--as-needed patch.c -c gcc -Wall -Wl,-Os,--as-needed crcalc.c *.o -o crcalc make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/crcalc' make -C ./webcomp-tools/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/webcomp-tools' gcc -g -Wall -Wl,-Os,--as-needed -c common.c gcc -g -Wall -Wl,-Os,--as-needed *.o webdecomp.c -o webdecomp make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/webcomp-tools' make -C ./tpl-tool/src/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/tpl-tool/src' gcc -O2 -Wl,-Os,--as-needed tpl-tool.c -c gcc -O2 -Wl,-Os,--as-needed md5.c -c gcc -O2 -Wl,-Os,--as-needed tpl-tool.o md5.o -o tpl-tool make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/tpl-tool/src' make -C ./firmware-tools/ make[1]: Entering directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/firmware-tools' gcc -g -Wall -Wl,-Os,--as-needed buffalo-lib.c -c buffalo-lib.c: In function 'check_magic': buffalo-lib.c:252:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!memcmp("start", magic, ENC_MAGIC_LEN)); ^~ buffalo-lib.c:253:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 0; ^~~~~~ buffalo-lib.c:255:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (!memcmp("asar1", magic, ENC_MAGIC_LEN)); ^~ buffalo-lib.c:256:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return 0; ^~~~~~ gcc -g -Wall -Wl,-Os,--as-needed buffalo-enc.c *.o -o buffalo-enc make[1]: Leaving directory '/home/slitaz/wok/firmware-mod-kit/source/firmware-mod-kit-099/src/firmware-tools' ================================================================================ ================================================================================ Build dependencies to remove: 3 Removing: xz-dev xz-tools zlib-dev Pack: firmware-mod-kit 099 ================================================================================ Executing: genpkg_rules Copying "receipt"... Done Executing strip on all files... Done Time: 259.69s ~ 4m. Size: 10922483 B -> 9529015 B. Save: 1361 KB. Creating the list of files... Done Creating md5sum of files... Done Compressing the FS... Done Updating receipt sizes... Done Creating full cpio archive... Done QA: checking for empty package... Done Removing old package "firmware-mod-kit-099.tazpkg" Done The release checksum has changed. ================================================================================ Package "firmware-mod-kit-099.tazpkg" created Summary for: firmware-mod-kit 099 ================================================================================ Src file : fmk_099.tar.gz Src size : 6.0M Source dir : 59.5M Produced : 59.5M Cook time : 338s ~ 6m Cook date : 2018-08-10 12:58 Target arch : i486 -------------------------------------------------------------------------------- # : Packed : Compressed : Files : Package name -------------------------------------------------------------------------------- 1 : 59.3M : 4.4M : 5551 : firmware-mod-kit-099.tazpkg ================================================================================ Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/firmware-mod-kit-099... Done Checking site script in source/firmware-mod-kit-099... Done Checking ownership in install... Failed Checking permissions in install... Failed Checking broken symlinks in install... Failed Querying Repology... Done Updating activity log... Done ================================================================================ Post-check ================================================================================ Checking build... Done Checking 'any' arch... Done Checking libtool in source/firmware-mod-kit-099... Done Checking site script in source/firmware-mod-kit-099... Done Checking ownership in install... Failed Problems found: 1000:1000:/usr/share/firmware-mod-kit/build-firmware.sh 1000:1000:/usr/share/firmware-mod-kit/check_for_upgrade.sh 1000:1000:/usr/share/firmware-mod-kit/cleanup.sh 1000:1000:/usr/share/firmware-mod-kit/common.inc 1000:1000:/usr/share/firmware-mod-kit/creating_ipkg_packages.htm 1000:1000:/usr/share/firmware-mod-kit/ddwrt-gui-extract.sh 1000:1000:/usr/share/firmware-mod-kit/ddwrt-gui-rebuild.sh 1000:1000:/usr/share/firmware-mod-kit/extract-firmware.sh 1000:1000:/usr/share/firmware-mod-kit/firmware_mod_kit_version.txt 1000:1000:/usr/share/firmware-mod-kit/ipk_template/conffiles 1000:1000:/usr/share/firmware-mod-kit/ipk_template/control 1000:1000:/usr/share/firmware-mod-kit/ipk_template/debian_binary 1000:1000:/usr/share/firmware-mod-kit/ipk_template/make_ipk.sh 1000:1000:/usr/share/firmware-mod-kit/ipkg_install.sh 1000:1000:/usr/share/firmware-mod-kit/ipkg_install_all.sh 1000:1000:/usr/share/firmware-mod-kit/ipkg_remove.sh 1000:1000:/usr/share/firmware-mod-kit/ipkg_remove_all.sh 1000:1000:/usr/share/firmware-mod-kit/old-build.sh 1000:1000:/usr/share/firmware-mod-kit/old-extract.sh 1000:1000:/usr/share/firmware-mod-kit/shared-ng.inc 1000:1000:/usr/share/firmware-mod-kit/shared.inc 1000:1000:/usr/share/firmware-mod-kit/src/Makefile.in 1000:1000:/usr/share/firmware-mod-kit/src/addpattern.c 1000:1000:/usr/share/firmware-mod-kit/src/asustrx.c 1000:1000:/usr/share/firmware-mod-kit/src/bff/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/bff/bff_huffman_decompress.c 1000:1000:/usr/share/firmware-mod-kit/src/bff/bffxtractor.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/docs/API 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/docs/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/docs/README 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/bin/binwalk-script 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/__init__.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/common.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/config.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/config/extract.conf 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/extractor.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/filter.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/binarch 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/bincast 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/binwalk 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/parser.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/prettyprint.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/smartsig.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/update.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/__init__.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/common.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config/extract.conf 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/extractor.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/filter.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/binarch 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/bincast 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/binwalk 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/parser.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/prettyprint.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/smartsig.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/update.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/scripts-2.7/binwalk 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/archives 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/bootloaders 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/compressed 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/crypto 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/executables 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/filesystems 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/firmware 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/images 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/kernels 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/lzma 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/sql 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/setup.py 1000:1000:/usr/share/firmware-mod-kit/src/binwalk-1.0/src/support/lzma_gen.py 1000:1000:/usr/share/firmware-mod-kit/src/configure 1000:1000:/usr/share/firmware-mod-kit/src/configure.ac 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/GNUmakefile 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/NOTES 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/README 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/cramfsck.c 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/linux/cramfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/linux/cramfs_fs_sb.h 1000:1000:/usr/share/firmware-mod-kit/src/cramfs-2.x/mkcramfs.c 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/README 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/cramfsswap.1 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/cramfsswap.c 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/changelog 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/compat 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/control 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/copyright 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/dirs 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/docs 1000:1000:/usr/share/firmware-mod-kit/src/cramfsswap/debian/rules 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/README 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/crc.c 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/crc.h 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/crcalc.c 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/crcalc.h 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/md5.c 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/md5.h 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/patch.c 1000:1000:/usr/share/firmware-mod-kit/src/crcalc/patch.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/add_header.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/addpattern.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/airlink.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/bcm_tag.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/buffalo-enc.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/buffalo-lib.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/buffalo-lib.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/buffalo-tag.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/buffalo-tftp.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/csysimg.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc16.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc32.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/dgfirmware.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/encode_crc.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/fix-u-media-header.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/fw.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/imagetag.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/imagetag.ggo 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/imagetag_cmdline.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/imagetag_cmdline.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/lzma2eva.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/makeamitbin.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/md5.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/md5.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkbrncmdline.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkbrnimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkcameofw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkcasfw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkchkimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkcsysimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkdapimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkdir615h1.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkdniimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkedimaximg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkfwimage.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkfwimage2.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkmylofw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkplanexfw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mktitanimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mktitanimg.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mktplinkfw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkwrgimg.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkzcfw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/mkzynfw.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/motorola-bin.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/myloader.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/nand_ecc.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/osbridge-crc.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/pc1crypt.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/ptgen.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/readme.txt 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/seama.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/seama.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/sha1.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/sha1.h 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/spw303v.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/srec2bin.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/trx.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/trx2edips.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/trx2usr.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/wndr3700.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/wrt400n.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/xorimage.c 1000:1000:/usr/share/firmware-mod-kit/src/firmware-tools/zynos.h 1000:1000:/usr/share/firmware-mod-kit/src/jffs2/mkfs.jffs2 1000:1000:/usr/share/firmware-mod-kit/src/jffs2/unjffs2 1000:1000:/usr/share/firmware-mod-kit/src/lzma/.built 1000:1000:/usr/share/firmware-mod-kit/src/lzma/.unpacked 1000:1000:/usr/share/firmware-mod-kit/src/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/IMatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZInWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Lib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Alloc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/String.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/String.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Vector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Common/Vector.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/C/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CPL.html 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/lzma/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/motorola-bin.c 1000:1000:/usr/share/firmware-mod-kit/src/others/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getdelim.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getdelim.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getline.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getline.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zapi.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zapi.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zlzma.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriConst.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriPrice.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree2Main.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3Main.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3ZMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4Main.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4b.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4bMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMF.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMFMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BitTreeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Const.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Portable.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/RCDefs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/lzDecomp.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/7z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/7zlzma.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/AriBitCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/BitTreeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LenCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LiteralCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/Portable.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RCDefs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/WindowOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/vxTypesOld.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_i.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_sb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/7z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/7zlzma.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/AriBitCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/BitTreeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LenCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LiteralCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/Portable.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/RCDefs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/WindowOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/vxTypesOld.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/nb4-unsquash.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/.built 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/.unpacked 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/IMatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Alloc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/String.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/String.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Vector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Vector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CPL.html 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC3.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC4.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HCMain.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/IMatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/comp.cc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/module.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/testflags.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Alloc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Vector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Vector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CPL.html 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/sqlzma1-443.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/ACKNOWLEDGEMENTS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/CHANGES 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/INSTALL 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/PERFORMANCE.README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/README-3.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/sqlzma2u-3.2-r2.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrcT8.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86_2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/HuffmanEncode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/HuffmanEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/testflags.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/afxres.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/ACKNOWLEDGEMENTS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/CHANGES 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/INSTALL 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-2.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-2.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-3.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-3.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-AMD64 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/PERFORMANCE.README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/README-3.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/sqlzma2u-3.2-r2.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqlzma.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sqlzma.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.tmpdeps 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.topdeps 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.topmsg 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/changelog 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/compat 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/control 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/control.modules.in 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/copyright 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/en/mksquashfs.dbk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/en/unsquashfs.dbk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.fr.add 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.fr.po 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.pot 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/po4a.cfg 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/rules 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/rules.modules 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.NEWS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.README.Debian 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.docs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.links 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.README.Debian 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.dirs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.install 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.manpages 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/watch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/inode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs2_0.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_i.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_sb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrcT8.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86_2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/HuffmanEncode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/HuffmanEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/module.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/testflags.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/afxres.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/lzma.exe 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma1-449.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma2k-3.3.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma2u-3.3.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/ACKNOWLEDGEMENTS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/CHANGES 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/INSTALL 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-2.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-2.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-AMD64 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/PERFORMANCE.README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/README-3.3 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.10/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.12/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.14/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.16/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.18/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.20/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.22/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.23/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.24/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.6/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.8.1/squashfs3.3-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrcT8.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86_2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Huffman/HuffmanEncode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Huffman/HuffmanEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/testflags.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/afxres.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.3/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zFile.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zFile.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zStream.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bcj2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bcj2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/BraIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLibExports.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Dec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Dec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Icons/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchMisc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchMisc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma.exe 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma465.tar.bz2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/patches/lzma465-squashfs.patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/lzmainterface.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/lzmainterface.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/README.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zFile.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zFile.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zStream.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bcj2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bcj2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/BraIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLibExports.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Dec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Dec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/uncomp.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Icons/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchMisc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchMisc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/comp.cc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/lzma.exe 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/mksquashfs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/sqlzma.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/sqmagic.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/ACKNOWLEDGEMENTS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/CHANGES 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/INSTALL 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-2.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-2.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.3 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-AMD64 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/PERFORMANCE.README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.12/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.14/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.16/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.18/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.20/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.22/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.23/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.24/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.25/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.26/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4-next/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4/squashfs3.4-patch 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/unsquashfs-lzma 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/README-4.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zFile.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zFile.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zStream.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bcj2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bcj2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/BraIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLibExports.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Dec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Dec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchMisc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchMisc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.c.orig 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/pseudo.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/pseudo.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_compat.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_swap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/swap.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/uncompress.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/uncompress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-1.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-3.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-4.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/compressor.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/compressor.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/global.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/gzip_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zFile.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zFile.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zStream.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bcj2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bcj2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/BraIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLibExports.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Dec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Dec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchMisc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchMisc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/pseudo.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/pseudo.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_compat.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_swap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/swap.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-1.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-3.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-4.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/compressor.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/compressor.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/gzip_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzma_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzma_xz_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzo_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/pseudo.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/pseudo.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_xattrs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_compat.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_swap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/swap.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-1.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-3.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-4.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs_xattr.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xattr.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xattr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xz_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xz_wrapper.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/ACKNOWLEDGEMENTS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/CHANGES 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/COPYING 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/DONATIONS 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/INSTALL 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-2.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-2.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.3 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-4.0 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-4.1 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-AMD64 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/PERFORMANCE.README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/README-4.2 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.built 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.built_check 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.configured 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.prepared1a23cc84ca172080ca2c2f332cb31052 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.prepared1a23cc84ca172080ca2c2f332cb31052_check 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zFile.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zFile.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zStream.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Alloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bcj2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bcj2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra86.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/BraIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/CpuArch.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFind.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzHash.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLibExports.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Dec.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Dec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/lzma 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Threads.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Threads.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zCompressionMode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zCompressionMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zExtract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zSpecStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zSpecStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Archive.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Archive2.def 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/ArchiveExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ParseProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ParseProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/DllExports2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/IArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Icons/7z.ico 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/Alone.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/Alone.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/resource.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilePathAutoRename.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilePathAutoRename.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OffsetStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OffsetStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ProgressUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ProgressUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterArc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterCodec.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Register.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchMisc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchMisc.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwap.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwapRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CodecExports.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/Exception.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma_alone 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma_version.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzmp.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaRegister.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IDecl.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IPassword.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IProgress.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/MyVersion.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/MyVersionInfo.rc 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/PropID.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.dsp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.dsw 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveCommandLine.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveOpenCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DefaultName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DefaultName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DirItem.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/EnumDirItems.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/EnumDirItems.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExitCode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Extract.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Extract.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractMode.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractingFilePath.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractingFilePath.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/IFileExtractCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/LoadCodecs.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/LoadCodecs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/OpenArchive.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/OpenArchive.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/PropIDUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/PropIDUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Property.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SetProperties.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SetProperties.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SortUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SortUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/TempFiles.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/TempFiles.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdatePair.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdatePair.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/WorkDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/WorkDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ZipRegistry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/List.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/List.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/Main.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/MainAr.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Build.mak 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/AutoPtr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Buffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/DynamicBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/IntToString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/IntToString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ListFileUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ListFileUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyException.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyVector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyVector.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/UTFConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/UTFConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Handle.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariantConversions.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariantConversions.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Thread.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.cpp 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/pseudo-file.example 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/compressor.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/compressor.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/gzip_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzo_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/pseudo.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/pseudo.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_xattrs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_compat.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_swap.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/swap.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-1.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-2.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-3.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-4.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs_xattr.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xattr.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xattr.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xz_wrapper.c 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xz_wrapper.h 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-hg55x-bin/README 1000:1000:/usr/share/firmware-mod-kit/src/others/squashfs-hg55x-bin/unsquashfs 1000:1000:/usr/share/firmware-mod-kit/src/splitter3.cc 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-2.1-r2/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/global.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/.built 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/.unpacked 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/7zC.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/7zFormat.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zCrc.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zCrc.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zExtract.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zExtract.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zHeader.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zHeader.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMain.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zTypes.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7z_C.dsp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7z_C.dsw 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StreamUtils.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StreamUtils.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchSPARC.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchSPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/SPARC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/SPARC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/IMatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/lzmaext.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Alloc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyGuidDef.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyInitGuid.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Vector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Vector.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CPL.html 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CRC.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CommandLineParser.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/InBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/OutBuffer.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/ICoder.cs 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/CRC.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/ICodeProgress.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/BinTree.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/InWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Base.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaAlone.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaBench.java 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Methods.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/global.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/mksquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/mksquashfs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/read_fs.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/read_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/sort.c 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/sort.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/squashfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/squashfs-3.0/unsquashfs.c 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/doc/Image_layout 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/doc/Readme 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/src/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/src/md5.c 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/src/md5.h 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/src/tpl-factory-to-sysupgrade.sh 1000:1000:/usr/share/firmware-mod-kit/src/tpl-tool/src/tpl-tool.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/README 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/VERSION 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/cramfs.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/cramfs_fs.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/CPL.html 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/LGPL.txt 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/.cvsignore 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/InBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/InBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARM.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARM.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARMThumb.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARM.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARM.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARMThumb.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARMThumb.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchIA64.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchIA64.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchPPC.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchPPC.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchX86.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchX86.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/IA64.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/IA64.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/PPC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/PPC.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree2.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3Z.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3ZMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree4.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree4b.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMF.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMFMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC2.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC3.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC4.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC4b.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMF.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMFMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/IMatchFinder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2H.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2R.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat3H.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat4H.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/PatMain.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMA.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaBench.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaBench.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/Makefile.rg 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/StdAfx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaTest.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/Makefile.rg 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.c.orig 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBitTree.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderOpt.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/ICoder.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/IStream.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/lzma_encode.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Alloc.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Alloc.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/ComTry.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyCom.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyUnknown.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyWindows.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/String.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/String.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringToInt.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringToInt.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Types.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Vector.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Vector.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/Defs.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.cpp 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/StdAfx.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/lzma.mak 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/lzma_encode.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/history.txt 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/lzma.txt 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-uncramfs.c 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/README 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/USE_CRAMFSCK_TO_EXTRACT_INSTEAD_SEE_CRAMFS-2.X_FOLDER 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/VERSION 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/cramfs.h 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/uncramfs-w.pl 1000:1000:/usr/share/firmware-mod-kit/src/uncramfs/uncramfs.c 1000:1000:/usr/share/firmware-mod-kit/src/untrx.cc 1000:1000:/usr/share/firmware-mod-kit/src/untrx.h 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/README 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/common.c 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/common.h 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/webdecomp.c 1000:1000:/usr/share/firmware-mod-kit/src/webcomp-tools/webdecomp.h 1000:1000:/usr/share/firmware-mod-kit/src/wrt_vx_imgtool/Makefile 1000:1000:/usr/share/firmware-mod-kit/src/wrt_vx_imgtool/imghdr.h 1000:1000:/usr/share/firmware-mod-kit/src/wrt_vx_imgtool/stdafx.cpp 1000:1000:/usr/share/firmware-mod-kit/src/wrt_vx_imgtool/stdafx.h 1000:1000:/usr/share/firmware-mod-kit/src/wrt_vx_imgtool/wrt54gv5_img.cpp 1000:1000:/usr/share/firmware-mod-kit/uncpio.sh 1000:1000:/usr/share/firmware-mod-kit/uncramfs_all.sh 1000:1000:/usr/share/firmware-mod-kit/unsquashfs_all.sh Checking permissions in install... Failed Problems found: 0775 /usr/share/firmware-mod-kit/ 0775 /usr/share/firmware-mod-kit/build-firmware.sh 0775 /usr/share/firmware-mod-kit/check_for_upgrade.sh 0775 /usr/share/firmware-mod-kit/cleanup.sh 0664 /usr/share/firmware-mod-kit/common.inc 0664 /usr/share/firmware-mod-kit/creating_ipkg_packages.htm 0775 /usr/share/firmware-mod-kit/ddwrt-gui-extract.sh 0775 /usr/share/firmware-mod-kit/ddwrt-gui-rebuild.sh 0775 /usr/share/firmware-mod-kit/extract-firmware.sh 0664 /usr/share/firmware-mod-kit/firmware_mod_kit_version.txt 0775 /usr/share/firmware-mod-kit/ipk_template/ 0664 /usr/share/firmware-mod-kit/ipk_template/conffiles 0664 /usr/share/firmware-mod-kit/ipk_template/control 0664 /usr/share/firmware-mod-kit/ipk_template/debian_binary 0775 /usr/share/firmware-mod-kit/ipk_template/make_ipk.sh 0775 /usr/share/firmware-mod-kit/ipkg_install.sh 0775 /usr/share/firmware-mod-kit/ipkg_install_all.sh 0775 /usr/share/firmware-mod-kit/ipkg_remove.sh 0775 /usr/share/firmware-mod-kit/ipkg_remove_all.sh 0775 /usr/share/firmware-mod-kit/old-build.sh 0775 /usr/share/firmware-mod-kit/old-extract.sh 0664 /usr/share/firmware-mod-kit/shared-ng.inc 0664 /usr/share/firmware-mod-kit/shared.inc 0775 /usr/share/firmware-mod-kit/src/ 0664 /usr/share/firmware-mod-kit/src/Makefile.in 0664 /usr/share/firmware-mod-kit/src/addpattern.c 0775 /usr/share/firmware-mod-kit/src/asustrx.c 0775 /usr/share/firmware-mod-kit/src/bff/ 0664 /usr/share/firmware-mod-kit/src/bff/Makefile 0664 /usr/share/firmware-mod-kit/src/bff/bff_huffman_decompress.c 0775 /usr/share/firmware-mod-kit/src/bff/bffxtractor.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/docs/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/docs/API 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/docs/COPYING 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/docs/README 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/bin/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/bin/binwalk-script 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/__init__.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/common.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/config.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/config/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/config/extract.conf 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/extractor.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/filter.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/binarch 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/bincast 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/magic/binwalk 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/parser.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/prettyprint.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/smartsig.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/binwalk/update.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/__init__.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/common.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/config/extract.conf 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/extractor.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/filter.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/binarch 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/bincast 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/magic/binwalk 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/parser.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/prettyprint.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/smartsig.py 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/lib.linux-x86_64-2.7/binwalk/update.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/scripts-2.7/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/build/scripts-2.7/binwalk 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/ 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/archives 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/bootloaders 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/compressed 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/crypto 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/executables 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/filesystems 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/firmware 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/images 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/kernels 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/lzma 0664 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/magic/sql 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/setup.py 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/support/ 0775 /usr/share/firmware-mod-kit/src/binwalk-1.0/src/support/lzma_gen.py 0775 /usr/share/firmware-mod-kit/src/configure 0664 /usr/share/firmware-mod-kit/src/configure.ac 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/ 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/COPYING 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/GNUmakefile 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/NOTES 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/README 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/cramfsck.c 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/linux/ 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/linux/cramfs_fs.h 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/linux/cramfs_fs_sb.h 0775 /usr/share/firmware-mod-kit/src/cramfs-2.x/mkcramfs.c 0775 /usr/share/firmware-mod-kit/src/cramfsswap/ 0664 /usr/share/firmware-mod-kit/src/cramfsswap/COPYING 0664 /usr/share/firmware-mod-kit/src/cramfsswap/Makefile 0664 /usr/share/firmware-mod-kit/src/cramfsswap/README 0664 /usr/share/firmware-mod-kit/src/cramfsswap/cramfsswap.1 0664 /usr/share/firmware-mod-kit/src/cramfsswap/cramfsswap.c 0775 /usr/share/firmware-mod-kit/src/cramfsswap/debian/ 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/changelog 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/compat 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/control 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/copyright 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/dirs 0664 /usr/share/firmware-mod-kit/src/cramfsswap/debian/docs 0775 /usr/share/firmware-mod-kit/src/cramfsswap/debian/rules 0775 /usr/share/firmware-mod-kit/src/crcalc/ 0664 /usr/share/firmware-mod-kit/src/crcalc/Makefile 0664 /usr/share/firmware-mod-kit/src/crcalc/README 0664 /usr/share/firmware-mod-kit/src/crcalc/crc.c 0664 /usr/share/firmware-mod-kit/src/crcalc/crc.h 0664 /usr/share/firmware-mod-kit/src/crcalc/crcalc.c 0664 /usr/share/firmware-mod-kit/src/crcalc/crcalc.h 0664 /usr/share/firmware-mod-kit/src/crcalc/md5.c 0664 /usr/share/firmware-mod-kit/src/crcalc/md5.h 0664 /usr/share/firmware-mod-kit/src/crcalc/patch.c 0664 /usr/share/firmware-mod-kit/src/crcalc/patch.h 0775 /usr/share/firmware-mod-kit/src/firmware-tools/ 0664 /usr/share/firmware-mod-kit/src/firmware-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/firmware-tools/add_header.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/addpattern.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/airlink.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/bcm_tag.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/buffalo-enc.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/buffalo-lib.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/buffalo-lib.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/buffalo-tag.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/buffalo-tftp.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/csysimg.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc16.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/cyg_crc32.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/dgfirmware.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/encode_crc.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/fix-u-media-header.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/fw.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/imagetag.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/imagetag.ggo 0664 /usr/share/firmware-mod-kit/src/firmware-tools/imagetag_cmdline.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/imagetag_cmdline.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/lzma2eva.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/makeamitbin.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/md5.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/md5.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkbrncmdline.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkbrnimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkcameofw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkcasfw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkchkimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkcsysimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkdapimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkdir615h1.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkdniimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkedimaximg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkfwimage.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkfwimage2.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkmylofw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkplanexfw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mktitanimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mktitanimg.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mktplinkfw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkwrgimg.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkzcfw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/mkzynfw.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/motorola-bin.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/myloader.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/nand_ecc.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/osbridge-crc.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/pc1crypt.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/ptgen.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/readme.txt 0664 /usr/share/firmware-mod-kit/src/firmware-tools/seama.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/seama.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/sha1.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/sha1.h 0664 /usr/share/firmware-mod-kit/src/firmware-tools/spw303v.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/srec2bin.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/trx.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/trx2edips.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/trx2usr.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/wndr3700.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/wrt400n.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/xorimage.c 0664 /usr/share/firmware-mod-kit/src/firmware-tools/zynos.h 0775 /usr/share/firmware-mod-kit/src/jffs2/ 0775 /usr/share/firmware-mod-kit/src/jffs2/mkfs.jffs2 0775 /usr/share/firmware-mod-kit/src/jffs2/unjffs2 0775 /usr/share/firmware-mod-kit/src/lzma/ 0664 /usr/share/firmware-mod-kit/src/lzma/.built 0664 /usr/share/firmware-mod-kit/src/lzma/.unpacked 0775 /usr/share/firmware-mod-kit/src/lzma/7zC.txt 0775 /usr/share/firmware-mod-kit/src/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/lzma/C/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zIn.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zIn.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zItem.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zItem.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMain.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7zTypes.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/makefile 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Archive/7z_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/IMatchFinder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZInWindow.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/makefile 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Lib/ 0664 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 0664 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/LZMA_Lib/makefile 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Alloc.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Alloc.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/CRC.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/String.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/String.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Vector.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Common/Vector.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Windows/ 0775 /usr/share/firmware-mod-kit/src/lzma/C/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/lzma/C/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/lzma/C/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/lzma/CPL.html 0775 /usr/share/firmware-mod-kit/src/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/lzma/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/lzma/LGPL.txt 0775 /usr/share/firmware-mod-kit/src/lzma/Methods.txt 0775 /usr/share/firmware-mod-kit/src/lzma/history.txt 0775 /usr/share/firmware-mod-kit/src/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/motorola-bin.c 0775 /usr/share/firmware-mod-kit/src/others/ 0664 /usr/share/firmware-mod-kit/src/others/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getdelim.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getdelim.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getline.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/getline.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7z.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zapi.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zapi.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/7zlzma.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriBitCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriConst.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/AriPrice.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree2.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree2Main.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3Main.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3Z.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree3ZMain.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4Main.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4b.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTree4bMain.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMF.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMFMain.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BinTreeMain.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/BitTreeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/CRC.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Const.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/IInOutStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/InByte.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMA.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMADecoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LZMAEncoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LenCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/LiteralCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/OutByte.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/Portable.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/RCDefs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/WindowOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/compress/lzDecomp.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/7z.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/7zlzma.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/AriBitCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/BitTreeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/IInOutStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMA.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LZMADecoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LenCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/LiteralCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/Portable.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RCDefs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/WindowOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/lzma/decompress/vxTypesOld.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_i.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-mksquashfs/squashfs/squashfs_fs_sb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/7z.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/7zlzma.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/AriBitCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/BitTreeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/IInOutStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMA.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LZMADecoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LenCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/LiteralCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/Portable.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/RCDefs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/WindowOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/brcm-lzma/vxTypesOld.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/nb4-unsquash.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-2.0-nb4/nb4-unsquashfs/squashfs_fs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/global.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/.built 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/.unpacked 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7zTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Archive/7z_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/IMatchFinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZInWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/LZMA_Lib/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Alloc.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/String.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/String.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Vector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Common/Vector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/C/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CPL.html 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/LGPL.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/lzma/lzma.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/mksquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/mksquashfs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/read_fs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/read_fs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/sort.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/squashfs_fs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.0-e2100/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7zTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Archive/7z_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree3.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTree4.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC3.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HC4.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/HashChain/HCMain.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/IMatchFinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZInWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/comp.cc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_Alone/sqlzma.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/LzmaTypes.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/kmod/module.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/sqlzma.mk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/testflags.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/LZMA_C/uncomp.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Alloc.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/String.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Vector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Common/Vector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/C/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CPL.html 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/LGPL.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/lzma443/sqlzma1-443.patch 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/sqmagic.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/ACKNOWLEDGEMENTS 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/CHANGES 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/COPYING 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/INSTALL 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/PERFORMANCE.README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/README-3.2 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/sqlzma2u-3.2-r2.patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-hg612-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/7zCrcT8.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86_2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Branch/BranchX86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/HuffmanEncode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Huffman/HuffmanEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lz/MatchFinderMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/LzmaTypes.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/kmod/uncomp.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/sqlzma.mk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/testflags.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Compress/Lzma/uncomp.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Sort.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/Copy/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/7zip/UI/Console/afxres.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/CPP/Windows/Time.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/sqmagic.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/ACKNOWLEDGEMENTS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/CHANGES 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/COPYING 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/INSTALL 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-2.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-2.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-3.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-3.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/OLD-READMEs/README-AMD64 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/PERFORMANCE.README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/README-3.2 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/sqlzma2u-3.2-r2.patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-lzma/squashfs3.2-r2/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/global.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/Alloc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzFind.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzHash.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaDec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/LzmaEnc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/lzma_src/C/Types.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqlzma.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/sqmagic.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-rtn12/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/global.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaDec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/LzmaEnc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/lzma_src/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/mksquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/mksquashfs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/read_fs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/read_fs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sort.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sqlzma.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/sqlzma.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/squashfs_fs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2-wnr1000/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.2-r2/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.tmpdeps 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.topdeps 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/.topmsg 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/changelog 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/compat 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/control 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/control.modules.in 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/copyright 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/en/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/en/mksquashfs.dbk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/en/unsquashfs.dbk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.fr.add 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.fr.po 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/mksquashfs.pot 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/doc/po/po4a.cfg 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/rules 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/rules.modules 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.NEWS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.README.Debian 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.docs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-source.links 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.README.Debian 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.dirs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.install 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/squashfs-lzma-tools.manpages 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/debian/watch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/inode.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/fs/squashfs/squashfs2_0.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_i.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/ksquashfs/include/linux/squashfs_fs_sb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/7zCrcT8.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86_2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Branch/BranchX86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/HuffmanEncode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Huffman/HuffmanEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lz/MatchFinderMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/LzmaTypes.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/kmod/module.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/sqlzma.mk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/testflags.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Compress/Lzma/uncomp.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Sort.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/Copy/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/7zip/UI/Console/afxres.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/LGPL.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/lzma.exe 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma1-449.patch 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma2k-3.3.patch 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqlzma2u-3.3.patch 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/sqmagic.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/ACKNOWLEDGEMENTS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/CHANGES 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/COPYING 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/INSTALL 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-2.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-2.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-3.2 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/OLD-READMEs/README-AMD64 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/PERFORMANCE.README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/README-3.3 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.10/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.10/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.12/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.12/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.14/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.14/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.16/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.16/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.18/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.18/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.20/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.20/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.22/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.22/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.23/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.23/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.24/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.24/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.6/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.6/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.8.1/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/kernel-patches/linux-2.6.8.1/squashfs3.3-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-grml-lzma/squashfs3.3/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/7zCrcT8.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchTypes.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86_2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Branch/BranchX86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Huffman/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Huffman/HuffmanEncode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Huffman/HuffmanEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lz/MatchFinderMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/LzmaTypes.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/kmod/uncomp.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/sqlzma.mk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/testflags.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Compress/Lzma/uncomp.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Sort.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Sort.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BCJ2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BCJRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/ByteSwap/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/Copy/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/LZMARegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/comp.cc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/7zip/UI/Console/afxres.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/CPP/Windows/Time.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/sqmagic.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/squashfs3.3/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3-lzma/unuse/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/sqmagic.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.3/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zBuf2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zFile.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zFile.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zStream.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/7zVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bcj2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bcj2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Bra86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/BraIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFind.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzFindMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaDec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaEnc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLib.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/LzmaLibExports.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaLib/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Dec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Dec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/Lzma86Enc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/LzmaUtil.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/LzmaUtil/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Icons/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Icons/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/Split/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Archive/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Coder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/Bcj2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BcjRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchMisc.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchMisc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaDecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/LzmaRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/Compress/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/7zip/UI/Console/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma.exe 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/lzma465.tar.bz2 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/patches/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/lzma/patches/lzma465-squashfs.patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/lzmainterface.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/lzmainterface.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-cisco/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/README.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zBuf2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zFile.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zFile.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zStream.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/7zVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bcj2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bcj2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Bra86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/BraIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFind.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzFindMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaDec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaEnc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLib.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/LzmaLibExports.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaLib/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Dec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Dec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/Lzma86Enc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/LzmaUtil.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/LzmaUtil/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/Types.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/sqlzma.mk 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/C/uncomp.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Icons/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Icons/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/LzmaItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Lzma/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/SplitRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/Split/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Archive/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Coder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/Bcj2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BcjRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchMisc.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchMisc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/comp.cc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LZMA_Alone/sqlzma.mk 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaDecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/LzmaRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/Compress/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/7zip/UI/Console/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/lzma.exe 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/lzma465/lzma.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/mksquashfs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/sqlzma.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/sqmagic.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/ACKNOWLEDGEMENTS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/CHANGES 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/COPYING 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/INSTALL 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-2.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-2.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.2 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-3.3 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/OLD-READMEs/README-AMD64 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/PERFORMANCE.README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.12/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.12/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.14/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.14/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.16/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.16/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.18/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.18/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.20/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.20/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.22/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.22/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.23/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.23/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.24/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.24/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.25/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.25/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.26/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.26/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4-next/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4-next/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/kernel-patches/linux-2.6.27-rc4/squashfs3.4-patch 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/squashfs3.4/squashfs-tools/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-3.4-nb4/unsquashfs-lzma 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/README-4.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/global.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/7zC.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zBuf2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zCrc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zCrc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zFile.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zFile.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zStream.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/7zVersion.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Alloc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7z.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7z.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zAlloc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zAlloc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zDecode.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zExtract.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zExtract.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zHeader.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zHeader.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/7zMain.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Archive/7z/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bcj2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bcj2.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Bra86.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/BraIA64.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/CpuArch.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFind.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFind.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzFindMt.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzHash.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaDec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaEnc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLib.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/LzmaLibExports.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaLib/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Dec.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Dec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/Lzma86Enc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/LzmaUtil.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/LzmaUtil/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Threads.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Threads.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zEncode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zHeader.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/7zUpdate.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Archive.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Archive2.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/HandlerOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/MultiStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/ParseProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/DllExports2.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/Split/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Archive/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/CreateCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilePathAutoRename.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FileStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/FilterCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/InOutTempBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LimitedStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/LockedStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodId.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/MethodProps.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OffsetStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OffsetStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/OutBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ProgressUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/ProgressUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterArc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/RegisterCodec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamBinder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamObjects.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/StreamUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Coder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/Bcj2Register.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BcjRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchMisc.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchMisc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/BranchRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwap.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CodecExports.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaDecoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaEncoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/LzmaRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/RangeCoderBit.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/Compress/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/ICoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IDecl.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IPassword.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IProgress.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/IStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/MyVersion.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/MyVersionInfo.rc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DefaultName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DefaultName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/DirItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/EnumDirItems.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExitCode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Extract.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Extract.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractMode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/LoadCodecs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/OpenArchive.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/PropIDUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Property.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SetProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SetProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SortUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/SortUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/TempFiles.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/TempFiles.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/Update.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateAction.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdatePair.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/UpdateProduce.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/WorkDir.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/WorkDir.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ConsoleClose.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/List.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/List.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/Main.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/MainAr.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/PercentPrinter.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/UserInputUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/7zip/UI/Console/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/AutoPtr.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Buffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/C_FileIO.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ComTry.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/CommandLineParser.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Defs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/DynamicBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/IntToString.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/IntToString.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ListFileUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/ListFileUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyCom.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyException.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyGuidDef.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyInitGuid.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyString.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyUnknown.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyVector.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyVector.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/MyWindows.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/NewHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdInStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StdOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringConvert.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringToInt.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/StringToInt.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Types.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/UTFConvert.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/UTFConvert.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/DLL.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Defs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Error.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileDir.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileFind.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileIO.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileMapping.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/FileName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Handle.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/MemoryLock.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariant.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariantConversions.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/PropVariantConversions.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Synchronization.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/System.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Thread.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CRC.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/CommandLineParser.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/InBuffer.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Base.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/ICodeProgress.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaAlone.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Java/SevenZip/LzmaBench.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/Methods.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/history.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.c.orig 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/pseudo.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/pseudo.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_compat.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/squashfs_swap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/swap.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/uncompress.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/uncompress.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-1.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-3.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquash-4.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-lzma/unsquashfs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/compressor.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/compressor.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/global.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/gzip_wrapper.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/7zC.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zBuf2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zCrc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zCrc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zFile.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zFile.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zStream.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/7zVersion.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Alloc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7z.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7z.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zAlloc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zAlloc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zDecode.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zExtract.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zExtract.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zHeader.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zHeader.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/7zMain.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Archive/7z/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bcj2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bcj2.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Bra86.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/BraIA64.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/CpuArch.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFind.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFind.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzFindMt.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzHash.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaDec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaEnc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLib.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/LzmaLibExports.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaLib/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Dec.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Dec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/Lzma86Enc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/LzmaUtil.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/LzmaUtil/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Threads.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Threads.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zCompressionMode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zEncode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zExtract.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderInStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zFolderOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zHeader.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zSpecStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zSpecStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/7zUpdate.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Archive.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Archive2.def 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CoderMixer2MT.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/CrossThreadProgress.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/DummyOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/HandlerOut.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/InStreamWithCRC.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ItemNameUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/MultiStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ParseProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/ParseProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/DllExports2.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaIn.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/LzmaItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Lzma/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/SplitRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/Split/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Archive/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/Alone.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/CreateCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilePathAutoRename.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilePathAutoRename.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FileStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/FilterCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/InOutTempBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LimitedStreams.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/LockedStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodId.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/MethodProps.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OffsetStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OffsetStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/OutBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ProgressUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/ProgressUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterArc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/RegisterCodec.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamBinder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamObjects.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/StreamUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Coder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/Bcj2Register.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BcjRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchMisc.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchMisc.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/BranchRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwap.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/ByteSwapRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CodecExports.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaDecoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaEncoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/LzmaRegister.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/RangeCoderBit.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/Compress/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/ICoder.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IDecl.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IPassword.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IProgress.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/IStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/MyVersion.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/MyVersionInfo.rc 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.dsp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/Client7z.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveCommandLine.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DefaultName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DefaultName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/DirItem.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/EnumDirItems.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/EnumDirItems.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExitCode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Extract.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Extract.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractMode.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ExtractingFilePath.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/IFileExtractCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/LoadCodecs.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/LoadCodecs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/OpenArchive.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/OpenArchive.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/PropIDUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/PropIDUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Property.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SetProperties.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SetProperties.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SortUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/SortUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/TempFiles.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/TempFiles.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/Update.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateAction.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateCallback.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdatePair.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdatePair.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/UpdateProduce.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/WorkDir.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/WorkDir.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ConsoleClose.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/List.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/List.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/Main.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/MainAr.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/OpenCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/PercentPrinter.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/UserInputUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/7zip/UI/Console/makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/AutoPtr.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Buffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CRC.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/C_FileIO.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ComTry.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/CommandLineParser.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Defs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/DynamicBuffer.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/IntToString.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/IntToString.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ListFileUtils.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/ListFileUtils.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyCom.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyException.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyGuidDef.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyInitGuid.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyString.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyUnknown.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyVector.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyVector.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/MyWindows.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/NewHandler.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdInStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StdOutStream.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringConvert.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringToInt.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/StringToInt.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Types.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/UTFConvert.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/UTFConvert.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/DLL.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Defs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Error.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileDir.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileFind.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileIO.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileMapping.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/FileName.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Handle.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/MemoryLock.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariant.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariantConversions.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/PropVariantConversions.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Synchronization.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/System.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Thread.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.cpp 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CRC.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/CommandLineParser.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/InBuffer.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Base.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/ICodeProgress.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaAlone.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Java/SevenZip/LzmaBench.java 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/Methods.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/history.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/lzma_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/pseudo.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/pseudo.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_compat.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/squashfs_swap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/swap.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-1.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-3.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquash-4.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.0-realtek/unsquashfs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/compressor.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/compressor.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/gzip_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzma_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzma_xz_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/lzo_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/pseudo.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/pseudo.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/read_xattrs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_compat.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/squashfs_swap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/swap.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-1.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-3.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquash-4.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/unsquashfs_xattr.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xattr.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xattr.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xz_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2-official/xz_wrapper.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/ACKNOWLEDGEMENTS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/CHANGES 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/COPYING 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/DONATIONS 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/INSTALL 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/Makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-2.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-2.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.2 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-3.3 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-4.0 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-4.1 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/OLD-READMEs/README-AMD64 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/PERFORMANCE.README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/README 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/README-4.2 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.built 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.built_check 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.configured 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.prepared1a23cc84ca172080ca2c2f332cb31052 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/.prepared1a23cc84ca172080ca2c2f332cb31052_check 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/7zC.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zBuf2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zFile.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zFile.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zStream.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/7zVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Alloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Alloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/7zMain.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Archive/7z/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bcj2.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bcj2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Bra86.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/BraIA64.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/CpuArch.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFind.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzFindMt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzHash.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaDec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaEnc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLib.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/LzmaLibExports.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaLib/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Dec.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Dec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/Lzma86Enc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/LzmaUtil.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/lzma 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/LzmaUtil/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Threads.c 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Threads.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/C/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zCompressionMode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zCompressionMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zEncode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zExtract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zFolderOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zSpecStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zSpecStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/7zUpdate.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Archive.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Archive2.def 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/ArchiveExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CoderMixer2MT.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/CrossThreadProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/DummyOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/HandlerOut.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/InStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ItemNameUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/MultiStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/OutStreamWithCRC.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ParseProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/ParseProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/DllExports2.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/IArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Icons/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Icons/7z.ico 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaArcRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaFiltersDecode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaIn.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/LzmaItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Lzma/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitHandlerOut.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/SplitRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/Split/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Archive/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/Alone.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/Alone.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Alone7z/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zExtractR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Bundles/Format7zR/resource.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/CreateCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilePathAutoRename.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilePathAutoRename.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/FilterCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/InOutTempBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LimitedStreams.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/LockedStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodId.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/MethodProps.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OffsetStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OffsetStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ProgressUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/ProgressUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterArc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/RegisterCodec.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamBinder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamObjects.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Common/VirtThread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Coder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/Bcj2Register.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BcjRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchMisc.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchMisc.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/BranchRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwap.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwap.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/ByteSwapRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CodecExports.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/CopyRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/Exception.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/LzmaBenchCon.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma_alone 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzma_version.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/lzmp.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LZMA_Alone/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaDecoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaEncoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/LzmaRegister.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/Compress/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IDecl.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IPassword.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IProgress.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/MyVersion.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/MyVersionInfo.rc 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/PropID.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.dsp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/Client7z.dsw 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Client7z/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveCommandLine.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveCommandLine.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveExtractCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveOpenCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ArchiveOpenCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DefaultName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DefaultName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/DirItem.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/EnumDirItems.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/EnumDirItems.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExitCode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Extract.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Extract.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractMode.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractingFilePath.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ExtractingFilePath.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/IFileExtractCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/LoadCodecs.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/LoadCodecs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/OpenArchive.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/OpenArchive.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/PropIDUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/PropIDUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Property.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SetProperties.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SetProperties.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SortUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/SortUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/TempFiles.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/TempFiles.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/Update.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateAction.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateCallback.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdatePair.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdatePair.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/UpdateProduce.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/WorkDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/WorkDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Common/ZipRegistry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ConsoleClose.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/ExtractCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/List.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/List.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/Main.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/MainAr.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/OpenCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/PercentPrinter.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UpdateCallbackConsole.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/UserInputUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/7zip/UI/Console/makefile 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Build.mak 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/AutoPtr.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Buffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/DynamicBuffer.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/IntToString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/IntToString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ListFileUtils.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/ListFileUtils.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyException.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyString.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyVector.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyVector.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdInStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StdOutStream.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/UTFConvert.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/UTFConvert.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Common/Wildcard.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/DLL.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Error.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileDir.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileFind.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileMapping.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/FileName.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Handle.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/MemoryLock.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariant.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariantConversions.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/PropVariantConversions.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Synchronization.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/System.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Thread.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.cpp 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CPP/Windows/Time.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/Methods.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/history.txt 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/lzma-4.65/lzma.txt 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/pseudo-file.example 0775 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/compressor.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/compressor.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/gzip_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_options.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzma_xz_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/lzo_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/pseudo.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/pseudo.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_fs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/read_xattrs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/sort.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/sort.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_compat.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/squashfs_swap.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/swap.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-1.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-2.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-3.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquash-4.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/unsquashfs_xattr.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xattr.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xattr.h 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xz_wrapper.c 0664 /usr/share/firmware-mod-kit/src/others/squashfs-4.2/squashfs-tools/xz_wrapper.h 0775 /usr/share/firmware-mod-kit/src/others/squashfs-hg55x-bin/ 0664 /usr/share/firmware-mod-kit/src/others/squashfs-hg55x-bin/README 0775 /usr/share/firmware-mod-kit/src/others/squashfs-hg55x-bin/unsquashfs 0664 /usr/share/firmware-mod-kit/src/splitter3.cc 0775 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/ 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/Makefile 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/read_fs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/read_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/sort.c 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-2.1-r2/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/ 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/Makefile 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/global.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/ 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/.built 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/.unpacked 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/7zC.txt 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/7zFormat.txt 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zAlloc.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zBuffer.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zCrc.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zCrc.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zDecode.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zDecode.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zExtract.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zExtract.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zHeader.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zHeader.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zIn.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zItem.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMain.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zMethodID.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7zTypes.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7z_C.dsp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/7z_C.dsw 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/makefile 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Archive/7z_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/FileStreams.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/InBuffer.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/OutBuffer.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StreamUtils.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Common/StreamUtils.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARM.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARM.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARMThumb.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/ARMThumb.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARM.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARM.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARMThumb.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchARMThumb.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchCoder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchIA64.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchIA64.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchPPC.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchPPC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchSPARC.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchSPARC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchX86.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/BranchX86.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/IA64.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/IA64.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/PPC.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/PPC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/SPARC.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/SPARC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree2.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree3.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree3Z.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree4.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTree4b.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/BinTree/BinTreeMain.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC2.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC3.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC4.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HC4b.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/HashChain/HCMain.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/IMatchFinder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZInWindow.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZOutWindow.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/LZOutWindow.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2H.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat2R.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat3H.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/Pat4H.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/Patricia/PatMain.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMA.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMADecoder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/LZMAEncoder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaBench.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRam.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/LzmaRamDecode.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/makefile 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Alone/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecode.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaDecodeSize.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateDecode.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaStateTest.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/LzmaTest.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/makefile 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_C/makefile.gcc 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/ 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/ZLib.cpp 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/lzmaext.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/LZMA_Lib/makefile 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBit.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/RangeCoderOpt.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/Compress/RangeCoder/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/ICoder.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/7zip/IStream.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Alloc.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Alloc.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CRC.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/C_FileIO.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/ComTry.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/CommandLineParser.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Defs.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyCom.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyGuidDef.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyInitGuid.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyUnknown.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/MyWindows.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/NewHandler.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/String.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringConvert.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringToInt.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/StringToInt.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Types.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Vector.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Common/Vector.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/Defs.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.cpp 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/FileIO.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/C/Windows/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CPL.html 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CRC.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/CommandLineParser.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/InBuffer.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Common/OutBuffer.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/IMatchFinder.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzBinTree.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzInWindow.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZ/LzOutWindow.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaBase.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaDecoder.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LZMA/LzmaEncoder.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.csproj 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaAlone.sln 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/LzmaBench.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/AssemblyInfo.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Resources.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/LzmaAlone/Properties/Settings.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoder.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBit.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/Compress/RangeCoder/RangeCoderBitTree.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/CS/7zip/ICoder.cs 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/CRC.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/ICodeProgress.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/BinTree.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/InWindow.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZ/OutWindow.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Base.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Decoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/LZMA/Encoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/ 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeDecoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/BitTreeEncoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Decoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/Compression/RangeCoder/Encoder.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaAlone.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Java/SevenZip/LzmaBench.java 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/LGPL.txt 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/Methods.txt 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/history.txt 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/lzma/lzma.txt 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/read_fs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/read_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/sort.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/sort.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0-lzma-damn-small-variant/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/squashfs-3.0/ 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/Makefile 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/global.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/mksquashfs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/mksquashfs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/read_fs.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/read_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/sort.c 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/sort.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/squashfs_fs.h 0664 /usr/share/firmware-mod-kit/src/squashfs-3.0/unsquashfs.c 0775 /usr/share/firmware-mod-kit/src/tpl-tool/ 0775 /usr/share/firmware-mod-kit/src/tpl-tool/doc/ 0664 /usr/share/firmware-mod-kit/src/tpl-tool/doc/Image_layout 0664 /usr/share/firmware-mod-kit/src/tpl-tool/doc/Readme 0775 /usr/share/firmware-mod-kit/src/tpl-tool/src/ 0664 /usr/share/firmware-mod-kit/src/tpl-tool/src/Makefile 0664 /usr/share/firmware-mod-kit/src/tpl-tool/src/md5.c 0664 /usr/share/firmware-mod-kit/src/tpl-tool/src/md5.h 0775 /usr/share/firmware-mod-kit/src/tpl-tool/src/tpl-factory-to-sysupgrade.sh 0664 /usr/share/firmware-mod-kit/src/tpl-tool/src/tpl-tool.c 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/ 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/Makefile 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/README 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/VERSION 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/cramfs.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/cramfs_fs.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/CPL.html 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/LGPL.txt 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/Makefile 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/.cvsignore 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/ 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/FileStreams.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/InBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/InBuffer.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/OutBuffer.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Common/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/ 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARM.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARM.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARMThumb.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/ARMThumb.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARM.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARM.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARMThumb.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchARMThumb.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchCoder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchIA64.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchIA64.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchPPC.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchPPC.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchX86.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/BranchX86.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/IA64.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/IA64.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/PPC.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/PPC.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/Branch/x86_2.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/ 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree2.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3Z.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree3ZMain.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree4.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTree4b.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMF.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMFMain.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/BinTree/BinTreeMain.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC2.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC3.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC4.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HC4b.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMF.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMFMain.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/HashChain/HCMain.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/IMatchFinder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZInWindow.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/LZOutWindow.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Makefile 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2H.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat2R.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat3H.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/Pat4H.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/Patricia/PatMain.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZ/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMA.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMADecoder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/LZMAEncoder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/AloneLZMA.dsp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/AloneLZMA.dsw 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaAlone.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaBench.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/LzmaBench.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/Makefile.rg 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/StdAfx.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_Alone/StdAfx.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaDecode.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/LzmaTest.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/Makefile.rg 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.c 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.c.orig 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/LZMA_C/decode.h 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBit.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderBitTree.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/RangeCoderOpt.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Compress/RangeCoder/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/ICoder.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/IStream.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/7zip/lzma_encode.cpp 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Alloc.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Alloc.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CRC.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/C_FileIO.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/ComTry.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/CommandLineParser.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Defs.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Makefile 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyCom.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyUnknown.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/MyWindows.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/NewHandler.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/String.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/String.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringConvert.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringToInt.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/StringToInt.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Types.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Vector.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Common/Vector.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Makefile 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/ 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/Defs.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.cpp 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/FileIO.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/Windows/StdAfx.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/lzma.mak 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/SRC/lzma_encode.h 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/history.txt 0664 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-rg/lzma.txt 0775 /usr/share/firmware-mod-kit/src/uncramfs-lzma/lzma-uncramfs.c 0775 /usr/share/firmware-mod-kit/src/uncramfs/ 0775 /usr/share/firmware-mod-kit/src/uncramfs/Makefile 0775 /usr/share/firmware-mod-kit/src/uncramfs/README 0664 /usr/share/firmware-mod-kit/src/uncramfs/USE_CRAMFSCK_TO_EXTRACT_INSTEAD_SEE_CRAMFS-2.X_FOLDER 0775 /usr/share/firmware-mod-kit/src/uncramfs/VERSION 0775 /usr/share/firmware-mod-kit/src/uncramfs/cramfs.h 0775 /usr/share/firmware-mod-kit/src/uncramfs/uncramfs-w.pl 0775 /usr/share/firmware-mod-kit/src/uncramfs/uncramfs.c 0664 /usr/share/firmware-mod-kit/src/untrx.cc 0664 /usr/share/firmware-mod-kit/src/untrx.h 0775 /usr/share/firmware-mod-kit/src/webcomp-tools/ 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/Makefile 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/README 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/common.c 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/common.h 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/webdecomp.c 0664 /usr/share/firmware-mod-kit/src/webcomp-tools/webdecomp.h 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/ 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/Makefile 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/imghdr.h 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/stdafx.cpp 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/stdafx.h 0775 /usr/share/firmware-mod-kit/src/wrt_vx_imgtool/wrt54gv5_img.cpp 0775 /usr/share/firmware-mod-kit/uncpio.sh 0775 /usr/share/firmware-mod-kit/uncramfs_all.sh 0775 /usr/share/firmware-mod-kit/unsquashfs_all.sh Checking broken symlinks in install... Failed Problems found: Querying Repology... Done Updating activity log... Done ================================================================================