core/linux-odroidx: adding fuse,autofs,and updating to 3.6.7-1

This commit is contained in:
Mike Brown 2012-11-09 17:28:44 -06:00
parent 1bd43cf043
commit 7bbf0afdf9
2 changed files with 12 additions and 7 deletions

View file

@ -11,7 +11,7 @@ pkgname=('linux-odroidx')
# pkgname=linux-custom # Build kernel with a different name
_kernelname=${pkgname#linux}
_basekernel=3.6
pkgver=${_basekernel}.5
pkgver=${_basekernel}.7-1
pkgrel=1
arch=('armv7h')
url="http://www.kernel.org/"
@ -20,7 +20,7 @@ makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
options=('!strip')
source=('config'
'change-default-console-loglevel.patch')
md5sums=('7bdf61fc1a17170d77b6b21d87feb6f1'
md5sums=('ed8696888de0960ddd5da4080f1cab3e'
'9d3c56a4b999c8bfbd4018089a62f662')
__gitroot="git://github.com/hardkernel/linux.git"

View file

@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 3.6.5-1 Kernel Configuration
# Linux/arm 3.6.7-1 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@ -576,7 +576,8 @@ CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
# CONFIG_XIP_KERNEL is not set
# CONFIG_KEXEC is not set
CONFIG_KEXEC=y
CONFIG_ATAGS_PROC=y
# CONFIG_CRASH_DUMP is not set
# CONFIG_AUTO_ZRELADDR is not set
@ -2883,10 +2884,13 @@ CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_EXT3_FS is not set
CONFIG_EXT4_FS=y
CONFIG_EXT4_USE_FOR_EXT23=y
# CONFIG_EXT4_FS_XATTR is not set
CONFIG_EXT4_FS_XATTR=y
# CONFIG_EXT4_FS_POSIX_ACL is not set
# CONFIG_EXT4_FS_SECURITY is not set
# CONFIG_EXT4_DEBUG is not set
CONFIG_JBD2=y
# CONFIG_JBD2_DEBUG is not set
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=m
# CONFIG_REISERFS_CHECK is not set
# CONFIG_REISERFS_PROC_INFO is not set
@ -2916,8 +2920,9 @@ CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_GENERIC_ACL=y
#