mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv7 to 5.0.2-1
This commit is contained in:
parent
e99103b90d
commit
91264c4d74
2 changed files with 12 additions and 8 deletions
|
@ -7,9 +7,9 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-5.0
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=5.0.1
|
||||
pkgver=5.0.2
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x3
|
||||
rcnrel=armv7-x4
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -35,8 +35,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('7381ce8aac80a01448e065ce795c19c0'
|
||||
'488f0f1b00a0861b4c3ddf578f1bd548'
|
||||
'7da240e8310b58209fdaa691316cdae1'
|
||||
'31220991722b9f40ef9d7370557754a0'
|
||||
'bc09ff80d1ba09eedfaf4b657fd58f69'
|
||||
'186d831eddea59ab5cc7c62cc4696897'
|
||||
'd9a7a634715fa7219159573bd61d3ff7'
|
||||
'495ec4bfb1e4a12cca55a3c9bde58bdc'
|
||||
|
@ -46,7 +46,7 @@ md5sums=('7381ce8aac80a01448e065ce795c19c0'
|
|||
'5a4a3385293b0d6b156f393a2c685475'
|
||||
'e4a4d30642990394812eb996de6705d5'
|
||||
'21170922884a1ab0aa7d0711e1012b5f'
|
||||
'755381699e648363d67728934b6284de'
|
||||
'd7d13fc11ecc46b1ddc8052277e2b8de'
|
||||
'4f2379ed84258050edb858ee8d281678'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 5.0.1-1 Kernel Configuration
|
||||
# Linux/arm 5.0.2-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -1798,7 +1798,7 @@ CONFIG_NL80211_TESTMODE=y
|
|||
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
|
||||
CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
|
||||
CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
|
||||
CONFIG_CFG80211_DEFAULT_PS=y
|
||||
# CONFIG_CFG80211_DEFAULT_PS is not set
|
||||
# CONFIG_CFG80211_DEBUGFS is not set
|
||||
CONFIG_CFG80211_CRDA_SUPPORT=y
|
||||
CONFIG_CFG80211_WEXT=y
|
||||
|
@ -2545,6 +2545,7 @@ CONFIG_MD_RAID10=m
|
|||
CONFIG_MD_RAID456=m
|
||||
CONFIG_MD_MULTIPATH=m
|
||||
CONFIG_MD_FAULTY=m
|
||||
# CONFIG_MD_CLUSTER is not set
|
||||
CONFIG_BCACHE=m
|
||||
# CONFIG_BCACHE_DEBUG is not set
|
||||
# CONFIG_BCACHE_CLOSURES_DEBUG is not set
|
||||
|
@ -8235,8 +8236,10 @@ CONFIG_XFS_RT=y
|
|||
# CONFIG_XFS_WARN is not set
|
||||
# CONFIG_XFS_DEBUG is not set
|
||||
CONFIG_GFS2_FS=m
|
||||
CONFIG_GFS2_FS_LOCKING_DLM=y
|
||||
CONFIG_OCFS2_FS=m
|
||||
CONFIG_OCFS2_FS_O2CB=m
|
||||
CONFIG_OCFS2_FS_USERSPACE_CLUSTER=m
|
||||
CONFIG_OCFS2_FS_STATS=y
|
||||
CONFIG_OCFS2_DEBUG_MASKLOG=y
|
||||
# CONFIG_OCFS2_DEBUG_FS is not set
|
||||
|
@ -8520,7 +8523,8 @@ CONFIG_NLS_MAC_INUIT=m
|
|||
CONFIG_NLS_MAC_ROMANIAN=m
|
||||
CONFIG_NLS_MAC_TURKISH=m
|
||||
CONFIG_NLS_UTF8=y
|
||||
# CONFIG_DLM is not set
|
||||
CONFIG_DLM=m
|
||||
# CONFIG_DLM_DEBUG is not set
|
||||
|
||||
#
|
||||
# Security options
|
||||
|
|
Loading…
Reference in a new issue