diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-10-27 11:50:37 +0100 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-10-27 11:50:37 +0100 |
commit | 505790b6e8f4d57d1c6a85a96d2ddc6bfe39c2de (patch) | |
tree | d71382be2ba9ad94775725d6e64644de30ce1129 | |
parent | c91edd60bd1348f5a0298e1a038478564380c8b3 (diff) |
linux-kexecboot: add ext3 to some defconfigs
* added for akita, c7x0 and poodle
* closes 4688
3 files changed, 6 insertions, 6 deletions
diff --git a/packages/kexecboot/linux-kexecboot-2.6.26/akita/defconfig b/packages/kexecboot/linux-kexecboot-2.6.26/akita/defconfig index 2d9ceddd17..0c9d323a77 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.26/akita/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.26/akita/defconfig @@ -1180,10 +1180,10 @@ CONFIG_RTC_DRV_SA1100=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set -CONFIG_JBD=m +CONFIG_JBD=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_FS_POSIX_ACL is not set diff --git a/packages/kexecboot/linux-kexecboot-2.6.26/c7x0/defconfig b/packages/kexecboot/linux-kexecboot-2.6.26/c7x0/defconfig index 620973103b..7724d613c2 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.26/c7x0/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.26/c7x0/defconfig @@ -1190,10 +1190,10 @@ CONFIG_RTC_DRV_SA1100=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set -CONFIG_JBD=m +CONFIG_JBD=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_FS_POSIX_ACL is not set diff --git a/packages/kexecboot/linux-kexecboot-2.6.26/poodle/defconfig b/packages/kexecboot/linux-kexecboot-2.6.26/poodle/defconfig index a89a82bee8..195f3f498a 100644 --- a/packages/kexecboot/linux-kexecboot-2.6.26/poodle/defconfig +++ b/packages/kexecboot/linux-kexecboot-2.6.26/poodle/defconfig @@ -1462,10 +1462,10 @@ CONFIG_RTC_DRV_SA1100=y CONFIG_EXT2_FS=y # CONFIG_EXT2_FS_XATTR is not set # CONFIG_EXT2_FS_XIP is not set -CONFIG_EXT3_FS=m +CONFIG_EXT3_FS=y # CONFIG_EXT3_FS_XATTR is not set # CONFIG_EXT4DEV_FS is not set -CONFIG_JBD=m +CONFIG_JBD=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set CONFIG_FS_POSIX_ACL=y |