From a67511920ffd108a7795a2fd1910cc2b1fe7faec Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 27 Feb 2003 20:36:10 +0000 Subject: [PATCH] 2.4.20-1! --- user-mode-linux/usr/lib/uml/config | 13 ++++++++++++- user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch | 14 +++++++------- 2 files changed, 19 insertions(+), 8 deletions(-) diff --git a/user-mode-linux/usr/lib/uml/config b/user-mode-linux/usr/lib/uml/config index ac210e2..219f1e9 100755 --- a/user-mode-linux/usr/lib/uml/config +++ b/user-mode-linux/usr/lib/uml/config @@ -177,6 +177,8 @@ CONFIG_ADFS_FS=m # CONFIG_ADFS_FS_RW is not set CONFIG_AFFS_FS=m CONFIG_HFS_FS=m +CONFIG_BEFS_FS=m +# CONFIG_BEFS_DEBUG is not set CONFIG_BFS_FS=m # CONFIG_EXT3_FS is not set # CONFIG_JBD is not set @@ -197,6 +199,9 @@ CONFIG_RAMFS=y CONFIG_ISO9660_FS=y # CONFIG_JOLIET is not set # CONFIG_ZISOFS is not set +CONFIG_JFS_FS=m +# CONFIG_JFS_DEBUG is not set +CONFIG_JFS_STATISTICS=y CONFIG_MINIX_FS=y CONFIG_VXFS_FS=m # CONFIG_NTFS_FS is not set @@ -227,6 +232,7 @@ CONFIG_UFS_FS=m # CONFIG_ROOT_NFS is not set # CONFIG_NFSD is not set # CONFIG_NFSD_V3 is not set +# CONFIG_NFSD_TCP is not set # CONFIG_SUNRPC is not set # CONFIG_LOCKD is not set # CONFIG_SMB_FS is not set @@ -240,7 +246,6 @@ CONFIG_UFS_FS=m # CONFIG_NCPFS_NLS is not set # CONFIG_NCPFS_EXTRAS is not set # CONFIG_ZISOFS_FS is not set -CONFIG_ZLIB_FS_INFLATE=y # # Partition Types @@ -391,6 +396,12 @@ CONFIG_MTD_BLKMTD=m # # CONFIG_MTD_NAND is not set +# +# Library routines +# +CONFIG_ZLIB_INFLATE=y +CONFIG_ZLIB_DEFLATE=y + # # Kernel hacking # diff --git a/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch b/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch index a0136fe..8d7b61f 100644 --- a/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch +++ b/user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch @@ -1,17 +1,17 @@ ---- orig/fs/Makefile Mon Nov 12 12:34:16 2001 -+++ um/fs/Makefile Wed Feb 13 02:22:12 2002 -@@ -30,7 +30,6 @@ +--- orig/fs/Makefile Thu Feb 27 15:30:17 2003 ++++ um/fs/Makefile Thu Feb 27 15:27:11 2003 +@@ -29,7 +29,6 @@ + subdir-$(CONFIG_EXT3_FS) += ext3 # Before ext2 so root fs can be ext3 subdir-$(CONFIG_JBD) += jbd subdir-$(CONFIG_EXT2_FS) += ext2 - subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs -subdir-$(CONFIG_CRAMFS) += cramfs subdir-$(CONFIG_RAMFS) += ramfs subdir-$(CONFIG_CODA_FS) += coda subdir-$(CONFIG_INTERMEZZO_FS) += intermezzo -@@ -67,7 +66,7 @@ - subdir-$(CONFIG_REISERFS_FS) += reiserfs - subdir-$(CONFIG_DEVPTS_FS) += devpts +@@ -68,7 +67,7 @@ subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs + subdir-$(CONFIG_BEFS_FS) += befs + subdir-$(CONFIG_JFS_FS) += jfs - +subdir-$(CONFIG_CRAMFS) += cramfs