diff options
author | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-29 12:02:22 +0000 |
---|---|---|
committer | rwhitby <rwhitby@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-29 12:02:22 +0000 |
commit | c3e120ac97ec61037dde9e776c501ac85bdeb8a9 (patch) | |
tree | 5614b8d10dda9611c019fb17c0ce1e4cf1a3ef19 /target | |
parent | ec0548de300a4a2a54bc1d0c5007e28cdf32b880 (diff) |
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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5927 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ixp4xx-2.6/config | 15 |
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="" |