mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-cubox add CONFIG_ECRYPT_FS
This commit is contained in:
parent
3a028e1c21
commit
74c6d9de2c
2 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@ _srcname=linux-${_commit}
|
|||
_kernelname=${pkgbase#linux}
|
||||
_desc="Cubox (Marvell Armada 510)"
|
||||
pkgver=3.5.7
|
||||
pkgrel=13
|
||||
pkgrel=14
|
||||
cryptover=1.6
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -25,7 +25,7 @@ md5sums=('d41f1f1689640fd56bf0fa1bb0aa3907'
|
|||
'eade38998313c25fd7934719cdf8a2ea'
|
||||
'39be2896f0b968d61a19b33da75ce6e0'
|
||||
'a746383e6ce46bcecb662acb3ac21b3f'
|
||||
'275d7ab26362b27d45de1e54c0cd99b8')
|
||||
'2458557ca10cec8348d336fe2d8208f4')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.5.7-13 Kernel Configuration
|
||||
# Linux/arm 3.5.7-14 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -3637,7 +3637,7 @@ CONFIG_CONFIGFS_FS=y
|
|||
CONFIG_MISC_FILESYSTEMS=y
|
||||
# CONFIG_ADFS_FS is not set
|
||||
# CONFIG_AFFS_FS is not set
|
||||
# CONFIG_ECRYPT_FS is not set
|
||||
CONFIG_ECRYPT_FS=m
|
||||
CONFIG_HFS_FS=m
|
||||
CONFIG_HFSPLUS_FS=m
|
||||
# CONFIG_BEFS_FS is not set
|
||||
|
|
Loading…
Reference in a new issue