diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 21:24:46 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-10 21:24:46 +0000 |
commit | 6ae092e86276c32623a0762ad52bdf9827908dce (patch) | |
tree | 7a51582096f10d7e411243d12673c0458134c6f9 /package/linux/linux.config | |
parent | 9b5678de39d5be37f814291c00015f1c5a638915 (diff) |
remove msdos from vfat module, add ext2, ext3, xfs, hfsplus
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@615 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/linux/linux.config')
-rw-r--r-- | package/linux/linux.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/linux/linux.config b/package/linux/linux.config index d4074ee903..7534ece882 100644 --- a/package/linux/linux.config +++ b/package/linux/linux.config @@ -876,15 +876,15 @@ CONFIG_SOFT_WATCHDOG=y # CONFIG_ADFS_FS_RW is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set -# CONFIG_HFSPLUS_FS is not set +CONFIG_HFSPLUS_FS=m # CONFIG_BEFS_FS is not set # CONFIG_BEFS_DEBUG is not set # CONFIG_BFS_FS is not set -# CONFIG_EXT3_FS is not set -# CONFIG_JBD is not set +CONFIG_EXT3_FS=m +CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set CONFIG_FAT_FS=m -CONFIG_MSDOS_FS=m +# CONFIG_MSDOS_FS is not set # CONFIG_UMSDOS_FS is not set CONFIG_VFAT_FS=m # CONFIG_EFS_FS is not set @@ -925,7 +925,7 @@ CONFIG_EXT2_FS=m # CONFIG_UDF_RW is not set # CONFIG_UFS_FS is not set # CONFIG_UFS_FS_WRITE is not set -# CONFIG_XFS_FS is not set +CONFIG_XFS_FS=m # CONFIG_XFS_QUOTA is not set # CONFIG_XFS_RT is not set # CONFIG_XFS_TRACE is not set |