mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv7-rc to 3.17.0-6
This commit is contained in:
parent
70bf1e9510
commit
3061f8b305
2 changed files with 8 additions and 10 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-armv7-rc
|
||||
_srcname=linux-3.17-rc5
|
||||
_srcname=linux-3.17-rc6
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=3.17.0
|
||||
pkgrel=5
|
||||
rcnrel=armv7-x1
|
||||
pkgrel=6
|
||||
rcnrel=armv7-x2
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -23,14 +23,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
|||
'0003-SMILE-Plug-device-tree-file.patch'
|
||||
'0004-fix-mvsdio-eMMC-timing.patch'
|
||||
'config')
|
||||
md5sums=('862a6fb6188a3e5eb6aaef03ab0a66dc'
|
||||
'b53f5eb5eebb2f6c63ba5a99227011f5'
|
||||
md5sums=('10a99721e49c7aac95a3363c909e0d12'
|
||||
'4d586119574a85a341e0744753ec1fc5'
|
||||
'SKIP'
|
||||
'b266bbfa3f3c487a87142d0c62daf544'
|
||||
'1c1aa520091fcd25fa135582eddd0671'
|
||||
'cbfb644a50651ef450f9e35570da1b3f'
|
||||
'19330f72bf29ce5271f77d8bf769706f'
|
||||
'07fe5c8cd209239b4a6a9a63340d8000')
|
||||
'0b71654d05fbbb3e2371fed640488930')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 3.17.0-rc5-5 Kernel Configuration
|
||||
# Linux/arm 3.17.0-rc6-6 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -102,7 +102,6 @@ CONFIG_TASK_IO_ACCOUNTING=y
|
|||
# RCU Subsystem
|
||||
#
|
||||
CONFIG_TREE_RCU=y
|
||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
||||
# CONFIG_PREEMPT_RCU is not set
|
||||
CONFIG_RCU_STALL_COMMON=y
|
||||
# CONFIG_RCU_USER_QS is not set
|
||||
|
@ -1878,6 +1877,7 @@ CONFIG_ALTERA_STAPL=m
|
|||
# Argus cape driver for beaglebone black
|
||||
#
|
||||
CONFIG_CAPE_BONE_ARGUS=m
|
||||
CONFIG_BEAGLEBONE_PINMUX_HELPER=y
|
||||
# CONFIG_ECHO is not set
|
||||
CONFIG_HAVE_IDE=y
|
||||
# CONFIG_IDE is not set
|
||||
|
@ -5941,8 +5941,6 @@ CONFIG_PHY_EXYNOS4210_USB2=y
|
|||
CONFIG_PHY_EXYNOS4X12_USB2=y
|
||||
CONFIG_PHY_EXYNOS5250_USB2=y
|
||||
CONFIG_PHY_EXYNOS5_USBDRD=y
|
||||
# CONFIG_PHY_ST_SPEAR1310_MIPHY is not set
|
||||
# CONFIG_PHY_ST_SPEAR1340_MIPHY is not set
|
||||
# CONFIG_POWERCAP is not set
|
||||
# CONFIG_MCB is not set
|
||||
CONFIG_RAS=y
|
||||
|
|
Loading…
Reference in a new issue