diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 21:24:46 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-04-10 21:24:46 +0000 |
commit | 0d4c7a84e6723ad225d19e04836f2bef3ec3ed12 (patch) | |
tree | 99fa26e9b70ca42382d271227c5a911b07901eca /openwrt/package/linux/linux.config | |
parent | 7cfe8d3c72709817a462ae1e10837c0d5bac8412 (diff) | |
download | mtk-20170518-0d4c7a84e6723ad225d19e04836f2bef3ec3ed12.zip mtk-20170518-0d4c7a84e6723ad225d19e04836f2bef3ec3ed12.tar.gz mtk-20170518-0d4c7a84e6723ad225d19e04836f2bef3ec3ed12.tar.bz2 |
remove msdos from vfat module, add ext2, ext3, xfs, hfsplus
SVN-Revision: 615
Diffstat (limited to 'openwrt/package/linux/linux.config')
-rw-r--r-- | openwrt/package/linux/linux.config | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openwrt/package/linux/linux.config b/openwrt/package/linux/linux.config index d4074ee..7534ece 100644 --- a/openwrt/package/linux/linux.config +++ b/openwrt/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 |