Browse Source

2.4.20-1!

master
freesource 21 years ago
parent
commit
a67511920f
  1. 13
      user-mode-linux/usr/lib/uml/config
  2. 14
      user-mode-linux/usr/lib/uml/cramfs-vfs-order.patch

13
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
#

14
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

Loading…
Cancel
Save