1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-19 14:37:27 +03:00

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
This commit is contained in:
rwhitby 2006-12-29 12:02:22 +00:00
parent ec0548de30
commit c3e120ac97

View File

@ -1,7 +1,7 @@
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Linux kernel version: 2.6.19.1 # 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_ARM=y
CONFIG_GENERIC_TIME=y CONFIG_GENERIC_TIME=y
@ -39,7 +39,6 @@ CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_AUDIT is not set # CONFIG_AUDIT is not set
# CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG is not set
# CONFIG_RELAY is not set # CONFIG_RELAY is not set
CONFIG_INITRAMFS_SOURCE=""
CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y CONFIG_SYSCTL=y
CONFIG_EMBEDDED=y CONFIG_EMBEDDED=y
@ -1377,18 +1376,13 @@ CONFIG_RTC_DRV_PCF8563=y
# File systems # File systems
# #
CONFIG_EXT2_FS=m CONFIG_EXT2_FS=m
CONFIG_EXT2_FS_XATTR=y # CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_POSIX_ACL is not set
# CONFIG_EXT2_FS_SECURITY is not set
# CONFIG_EXT2_FS_XIP is not set # CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=m CONFIG_EXT3_FS=m
CONFIG_EXT3_FS_XATTR=y # CONFIG_EXT3_FS_XATTR is not set
# CONFIG_EXT3_FS_POSIX_ACL is not set
# CONFIG_EXT3_FS_SECURITY is not set
# CONFIG_EXT4DEV_FS is not set # CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=m CONFIG_JBD=m
# CONFIG_JBD_DEBUG is not set # CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=m
# CONFIG_REISERFS_FS is not set # CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set # CONFIG_JFS_FS is not set
# CONFIG_FS_POSIX_ACL is not set # CONFIG_FS_POSIX_ACL is not set
@ -1633,9 +1627,10 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
# Library routines # Library routines
# #
# CONFIG_CRC_CCITT is not set # CONFIG_CRC_CCITT is not set
CONFIG_CRC16=m CONFIG_CRC16=y
CONFIG_CRC32=y CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set # CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y CONFIG_PLIST=y
CONFIG_INITRAMFS_SOURCE=""