wok diff busybox/stuff/busybox-1.22-zmodules.u @ rev 15743

linux: update modules.list
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 02 15:04:05 2014 +0100 (2014-01-02)
parents e30c03f14110
children 9b20a58d7246
line diff
     1.1 --- a/busybox/stuff/busybox-1.22-zmodules.u	Wed Jan 01 19:39:18 2014 +0100
     1.2 +++ b/busybox/stuff/busybox-1.22-zmodules.u	Thu Jan 02 15:04:05 2014 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  Add LZMA_DEFAULT_MAGIC support
     1.5  --- busybox-1.20/archival/libarchive/open_transformer.c.ORG
     1.6  +++ busybox-1.20/archival/libarchive/open_transformer.c
     1.7 -@@ -126,6 +126,21 @@
     1.8 +@@ -132,6 +132,21 @@
     1.9   	/* .gz and .bz2 both have 2-byte signature, and their
    1.10   	 * unpack_XXX_stream wants this header skipped. */
    1.11   	xread(fd, magic.b16, sizeof(magic.b16[0]));