[kernel] r5081 - in dists/trunk/linux-2.6/debian: . arch/arm

Martin Michlmayr tbm at costa.debian.org
Sat Dec 24 22:15:26 UTC 2005


Author: tbm
Date: Sat Dec 24 22:15:25 2005
New Revision: 5081

Modified:
   dists/trunk/linux-2.6/debian/arch/arm/config.footbridge
   dists/trunk/linux-2.6/debian/changelog
Log:
Compile ext3 support into the kernel on Footbridge.


Modified: dists/trunk/linux-2.6/debian/arch/arm/config.footbridge
==============================================================================
--- dists/trunk/linux-2.6/debian/arch/arm/config.footbridge	(original)
+++ dists/trunk/linux-2.6/debian/arch/arm/config.footbridge	Sat Dec 24 22:15:25 2005
@@ -1238,9 +1238,13 @@
 # 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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Sat Dec 24 22:15:25 2005
@@ -32,6 +32,7 @@
   * [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 at debian.org>  Mon, 19 Dec 2005 22:21:46 +0000
 



More information about the Kernel-svn-changes mailing list