Messages in this thread Patch in this message |  | | Date | Tue, 02 Oct 2001 18:14:38 -0400 | From | Frank Davis <> | Subject | [PATCH] 2.4.10-ac3: fs/cramfs/Makefile |
| |
Hello, The attached patch against 2.4.10-ac3 addresses the following issue since 2.4.9-ac17:
depmod: *** Unresolved symbols in /lib/modules/2.4.9-ac17/kernel/fs/cramfs/cramfs/cramfs.o depmod: zlib_fs_inflateInit_ depmod: zlib_fs_inflateEnd depmod: zlib_fs_inflate_workspacesize depmod: zlib_fs_inflate depmod: zlib_fs_inflateReset
Regards, Frank --- fs/cramfs/Makefile.old Tue Oct 2 17:44:56 2001 +++ fs/cramfs/Makefile Tue Oct 2 17:46:51 2001 @@ -4,7 +4,7 @@ O_TARGET := cramfs.o -obj-y := inode.o uncompress.o +obj-y := inode.o uncompress.o ../inflate_fs/inflate_fs.o obj-m := $(O_TARGET) |  |