Compile ext3 support into the kernel on Footbridge.

svn path=/dists/trunk/linux-2.6/; revision=5081
This commit is contained in:
Martin Michlmayr 2005-12-24 22:15:25 +00:00
parent d90247432f
commit 2d761509b1
2 changed files with 8 additions and 3 deletions

View File

@ -1238,9 +1238,13 @@ CONFIG_USB_LD=m
# File systems
#
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
# CONFIG_EXT3_FS is not set
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_JBD is not set
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set

1
debian/changelog vendored
View File

@ -32,6 +32,7 @@ linux-2.6 (2.6.14+2.6.15-rc6-0experimental.1) UNRELEASED; urgency=low
* [arm] Add descriptions for "class" and "longclass".
* [arm] Compile CONFIG_BLK_DEV_SL82C105 support into the kernel on
Footbridge.
* [arm] Compile ext3 support into the kernel on Footbridge.
-- Sven Luther <luther@debian.org> Mon, 19 Dec 2005 22:21:46 +0000