Merge pull request #1135 from djmaze/linux-odroid-c1-with-btrfs

core/linux-odroid-c1: Include btrfs in C1 kernel
This commit is contained in:
Kevin Mihelich 2015-03-15 10:39:48 -06:00
commit 7e4996d731
2 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ _srcname=linux-${_commit}
_kernelname=${pkgbase#linux} _kernelname=${pkgbase#linux}
_desc="ODROID-C1" _desc="ODROID-C1"
pkgver=3.10.70 pkgver=3.10.70
pkgrel=1 pkgrel=2
arch=('armv7h') arch=('armv7h')
url="https://github.com/hardkernel/linux" url="https://github.com/hardkernel/linux"
license=('GPL2') license=('GPL2')
@ -22,7 +22,7 @@ source=("https://github.com/hardkernel/linux/archive/${_commit}.tar.gz"
'0001-dirty-status-led-active-low-hack.patch') '0001-dirty-status-led-active-low-hack.patch')
md5sums=('705e5f7f79449762628bed07cfa64429' md5sums=('705e5f7f79449762628bed07cfa64429'
'SKIP' 'SKIP'
'ec2fdc0516ae515042ae342455b245b4' 'dd64d828ce5fe9d8d6f366d4143bf686'
'b8956789318f49cec5b8bb0b41654a9b' 'b8956789318f49cec5b8bb0b41654a9b'
'11c4c2d1b6cf051fac1c6109c2bf8a16') '11c4c2d1b6cf051fac1c6109c2bf8a16')

View file

@ -1,6 +1,6 @@
# #
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# Linux/arm 3.10.70-1 Kernel Configuration # Linux/arm 3.10.70-2 Kernel Configuration
# #
CONFIG_ARM=y CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@ -4266,7 +4266,7 @@ CONFIG_REISERFS_FS_SECURITY=y
# CONFIG_XFS_FS is not set # CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set # CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set # CONFIG_OCFS2_FS is not set
CONFIG_BTRFS_FS=m CONFIG_BTRFS_FS=y
CONFIG_BTRFS_FS_POSIX_ACL=y CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set # CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
@ -4626,7 +4626,7 @@ CONFIG_SECURITY_SMACK=y
CONFIG_DEFAULT_SECURITY_SMACK=y CONFIG_DEFAULT_SECURITY_SMACK=y
# CONFIG_DEFAULT_SECURITY_DAC is not set # CONFIG_DEFAULT_SECURITY_DAC is not set
CONFIG_DEFAULT_SECURITY="smack" CONFIG_DEFAULT_SECURITY="smack"
CONFIG_XOR_BLOCKS=m CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=m CONFIG_ASYNC_CORE=m
CONFIG_ASYNC_MEMCPY=m CONFIG_ASYNC_MEMCPY=m
CONFIG_ASYNC_XOR=m CONFIG_ASYNC_XOR=m
@ -4751,7 +4751,7 @@ CONFIG_CRYPTO_HW=y
# #
# Library routines # Library routines
# #
CONFIG_RAID6_PQ=m CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y CONFIG_BITREVERSE=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GENERIC_STRNLEN_USER=y