From 68b55ce9bce6085ed2a8ae8284b1a2d1811151cf Mon Sep 17 00:00:00 2001 From: Tomas M Date: Tue, 16 Oct 2012 14:20:08 -0500 Subject: [PATCH] support Linux Kernel 3.6 --- initramfs/initramfs_create | 1 + 1 file changed, 1 insertion(+) diff --git a/initramfs/initramfs_create b/initramfs/initramfs_create index c232d20..e4b3183 100755 --- a/initramfs/initramfs_create +++ b/initramfs/initramfs_create @@ -66,6 +66,7 @@ mknod $INITRAMFS/dev/tty4 c 4 4 # TODO: add all comon filesystems which are NOT compiled in kernel already copy_including_deps /$LMK/kernel/fs/squashfs +copy_including_deps /$LMK/kernel/drivers/staging/zsmalloc # needed by zram copy_including_deps /$LMK/kernel/drivers/staging/zram copy_including_deps /$LMK/kernel/drivers/block/loop.* copy_including_deps /$LMK/kernel/fs/fuse