diff options
author | Phil Blundell <philb@gnu.org> | 2004-11-18 23:21:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-11-18 23:21:34 +0000 |
commit | 11450c76c7c886076971261be8d56820d88f3257 (patch) | |
tree | c4a8cf60d15a8f98df4aabb43d50c7832b459185 /linux/opensimpad-2.4.25-vrs2-pxa1-jpm1 | |
parent | a2aae07da6051b69c24c7faa8520d2e429e4a3f4 (diff) |
change ext2 and vfat from modules to compiled-in on simpad kernel to save space in rootfs
BKrev: 419d2e7eTWkodqpJYwZqMwR-4pmmNw
Diffstat (limited to 'linux/opensimpad-2.4.25-vrs2-pxa1-jpm1')
-rw-r--r-- | linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad index 911f063da2..537451c639 100644 --- a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad +++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad @@ -989,10 +989,10 @@ CONFIG_REISERFS_FS=m CONFIG_EXT3_FS=m CONFIG_JBD=m # CONFIG_JBD_DEBUG is not set -CONFIG_FAT_FS=m +CONFIG_FAT_FS=y CONFIG_MSDOS_FS=m CONFIG_UMSDOS_FS=m -CONFIG_VFAT_FS=m +CONFIG_VFAT_FS=y # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set CONFIG_JFFS2_FS=y @@ -1022,7 +1022,7 @@ CONFIG_DEVPTS_FS=y # CONFIG_QNX4FS_FS is not set # CONFIG_QNX4FS_RW is not set # CONFIG_ROMFS_FS is not set -CONFIG_EXT2_FS=m +CONFIG_EXT2_FS=y # CONFIG_SYSV_FS is not set # CONFIG_UDF_FS is not set # CONFIG_UDF_RW is not set |