mirror of
https://github.com/fspc/gbootroot.git
synced 2025-03-11 23:33:23 -04:00
2.4.20-1!
This commit is contained in:
parent
5ce70e51c0
commit
a67511920f
@ -177,6 +177,8 @@ CONFIG_ADFS_FS=m
|
|||||||
# CONFIG_ADFS_FS_RW is not set
|
# CONFIG_ADFS_FS_RW is not set
|
||||||
CONFIG_AFFS_FS=m
|
CONFIG_AFFS_FS=m
|
||||||
CONFIG_HFS_FS=m
|
CONFIG_HFS_FS=m
|
||||||
|
CONFIG_BEFS_FS=m
|
||||||
|
# CONFIG_BEFS_DEBUG is not set
|
||||||
CONFIG_BFS_FS=m
|
CONFIG_BFS_FS=m
|
||||||
# CONFIG_EXT3_FS is not set
|
# CONFIG_EXT3_FS is not set
|
||||||
# CONFIG_JBD is not set
|
# CONFIG_JBD is not set
|
||||||
@ -197,6 +199,9 @@ CONFIG_RAMFS=y
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
# CONFIG_JOLIET is not set
|
# CONFIG_JOLIET is not set
|
||||||
# CONFIG_ZISOFS 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_MINIX_FS=y
|
||||||
CONFIG_VXFS_FS=m
|
CONFIG_VXFS_FS=m
|
||||||
# CONFIG_NTFS_FS is not set
|
# CONFIG_NTFS_FS is not set
|
||||||
@ -227,6 +232,7 @@ CONFIG_UFS_FS=m
|
|||||||
# CONFIG_ROOT_NFS is not set
|
# CONFIG_ROOT_NFS is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
# CONFIG_NFSD_V3 is not set
|
# CONFIG_NFSD_V3 is not set
|
||||||
|
# CONFIG_NFSD_TCP is not set
|
||||||
# CONFIG_SUNRPC is not set
|
# CONFIG_SUNRPC is not set
|
||||||
# CONFIG_LOCKD is not set
|
# CONFIG_LOCKD is not set
|
||||||
# CONFIG_SMB_FS 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_NLS is not set
|
||||||
# CONFIG_NCPFS_EXTRAS is not set
|
# CONFIG_NCPFS_EXTRAS is not set
|
||||||
# CONFIG_ZISOFS_FS is not set
|
# CONFIG_ZISOFS_FS is not set
|
||||||
CONFIG_ZLIB_FS_INFLATE=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Partition Types
|
# Partition Types
|
||||||
@ -391,6 +396,12 @@ CONFIG_MTD_BLKMTD=m
|
|||||||
#
|
#
|
||||||
# CONFIG_MTD_NAND is not set
|
# CONFIG_MTD_NAND is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Library routines
|
||||||
|
#
|
||||||
|
CONFIG_ZLIB_INFLATE=y
|
||||||
|
CONFIG_ZLIB_DEFLATE=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Kernel hacking
|
# Kernel hacking
|
||||||
#
|
#
|
||||||
|
@ -1,17 +1,17 @@
|
|||||||
--- orig/fs/Makefile Mon Nov 12 12:34:16 2001
|
--- orig/fs/Makefile Thu Feb 27 15:30:17 2003
|
||||||
+++ um/fs/Makefile Wed Feb 13 02:22:12 2002
|
+++ um/fs/Makefile Thu Feb 27 15:27:11 2003
|
||||||
@@ -30,7 +30,6 @@
|
@@ -29,7 +29,6 @@
|
||||||
|
subdir-$(CONFIG_EXT3_FS) += ext3 # Before ext2 so root fs can be ext3
|
||||||
subdir-$(CONFIG_JBD) += jbd
|
subdir-$(CONFIG_JBD) += jbd
|
||||||
subdir-$(CONFIG_EXT2_FS) += ext2
|
subdir-$(CONFIG_EXT2_FS) += ext2
|
||||||
subdir-$(CONFIG_ZLIB_FS_INFLATE) += inflate_fs
|
|
||||||
-subdir-$(CONFIG_CRAMFS) += cramfs
|
-subdir-$(CONFIG_CRAMFS) += cramfs
|
||||||
subdir-$(CONFIG_RAMFS) += ramfs
|
subdir-$(CONFIG_RAMFS) += ramfs
|
||||||
subdir-$(CONFIG_CODA_FS) += coda
|
subdir-$(CONFIG_CODA_FS) += coda
|
||||||
subdir-$(CONFIG_INTERMEZZO_FS) += intermezzo
|
subdir-$(CONFIG_INTERMEZZO_FS) += intermezzo
|
||||||
@@ -67,7 +66,7 @@
|
@@ -68,7 +67,7 @@
|
||||||
subdir-$(CONFIG_REISERFS_FS) += reiserfs
|
|
||||||
subdir-$(CONFIG_DEVPTS_FS) += devpts
|
|
||||||
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
|
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
|
||||||
|
subdir-$(CONFIG_BEFS_FS) += befs
|
||||||
|
subdir-$(CONFIG_JFS_FS) += jfs
|
||||||
-
|
-
|
||||||
+subdir-$(CONFIG_CRAMFS) += cramfs
|
+subdir-$(CONFIG_CRAMFS) += cramfs
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user