aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2006-12-29 12:02:22 +0000
committerRod Whitby <rod@whitby.id.au>2006-12-29 12:02:22 +0000
commit1a6dce60060766f993331995b9d5a25cfeaa4028 (patch)
tree3a6bb8c0f89f66373f424335d70432cc2b986c26 /target
parentca4e275b70013eb410d44633cc166e805f29a931 (diff)
downloadupstream-1a6dce60060766f993331995b9d5a25cfeaa4028.tar.gz
upstream-1a6dce60060766f993331995b9d5a25cfeaa4028.tar.bz2
upstream-1a6dce60060766f993331995b9d5a25cfeaa4028.zip
ixp4xx-2.6 kernel config: Disabled XATTR for ext2 and ext3 (to match other kernels, and to prevent a dependency on mbcache which is not packaged) and refreshed from output of oldconfig.
SVN-Revision: 5927
Diffstat (limited to 'target')
-rw-r--r--target/linux/ixp4xx-2.6/config15
1 files changed, 5 insertions, 10 deletions
diff --git a/target/linux/ixp4xx-2.6/config b/target/linux/ixp4xx-2.6/config
index 69c26909fe..97b7381799 100644
--- a/target/linux/ixp4xx-2.6/config
+++ b/target/linux/ixp4xx-2.6/config
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.19.1
-# Tue Dec 19 09:07:46 2006
+# Fri Dec 29 03:57:46 2006
#
CONFIG_ARM=y
CONFIG_GENERIC_TIME=y
@@ -39,7 +39,6 @@ CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set
# CONFIG_RELAY is not set
-CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y
@@ -1377,18 +1376,13 @@ CONFIG_RTC_DRV_PCF8563=y
# File systems
#
CONFIG_EXT2_FS=m
-CONFIG_EXT2_FS_XATTR=y
-# CONFIG_EXT2_FS_POSIX_ACL is not set
-# CONFIG_EXT2_FS_SECURITY is not set
+# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=m
-CONFIG_EXT3_FS_XATTR=y
-# CONFIG_EXT3_FS_POSIX_ACL is not set
-# CONFIG_EXT3_FS_SECURITY is not set
+# CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set
-CONFIG_FS_MBCACHE=m
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set
@@ -1633,9 +1627,10 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
# Library routines
#
# CONFIG_CRC_CCITT is not set
-CONFIG_CRC16=m
+CONFIG_CRC16=y
CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
+CONFIG_INITRAMFS_SOURCE=""