mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-armv7 to 4.9.1-1
This commit is contained in:
parent
3a70501602
commit
3a46e9fee2
2 changed files with 10 additions and 8 deletions
|
@ -7,16 +7,16 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-4.9
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=4.9.0
|
||||
pkgver=4.9.1
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x3
|
||||
rcnrel=armv7-x4
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'uboot-tools' 'vboot-utils' 'dtc')
|
||||
options=('!strip')
|
||||
source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
||||
#"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://www.kernel.org/pub/linux/kernel/v4.x/patch-${pkgver}.xz"
|
||||
"http://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
'0001-ARM-atags-add-support-for-Marvell-s-u-boot.patch'
|
||||
'0002-ARM-atags-fdt-retrieve-MAC-addresses-from-Marvell-bo.patch'
|
||||
|
@ -32,7 +32,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'kernel.keyblock'
|
||||
'kernel_data_key.vbprivk')
|
||||
md5sums=('0a68ef3615c64bd5ee54a3320e46667d'
|
||||
'addaa2dbe47e73ae48b1aa0a7f54fb3a'
|
||||
'c737ff83f354f95aae69bd0ebac358a0'
|
||||
'0c33df90e0ab9d55cae50a69ac3bfff1'
|
||||
'7bad9743fd2f1690f479cbbec5a556ab'
|
||||
'57998a8dbf42d2237f2f3a650b93ef26'
|
||||
'75e392a161842813d0ff3d0beaf68038'
|
||||
|
@ -41,7 +42,7 @@ md5sums=('0a68ef3615c64bd5ee54a3320e46667d'
|
|||
'dd1c99be98c43f06a07aa14fc47d6e3e'
|
||||
'ef825f8c3563a87bab10f4782e7a0efc'
|
||||
'ef5fd8e682fed9dce4bc3d1c821acbd1'
|
||||
'3565b216902c447824bff6751b544467'
|
||||
'8f06a784da37647e0421d97cbed22a56'
|
||||
'1813b39074d01af6548951764a0f6444'
|
||||
'4f2379ed84258050edb858ee8d281678'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
|
@ -51,7 +52,7 @@ prepare() {
|
|||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
git apply --whitespace=nowarn ../patch-${pkgver}
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.9.0-rc7-2 Kernel Configuration
|
||||
# Linux/arm 4.9.1-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -5731,7 +5731,7 @@ CONFIG_SND_SOC_SPDIF=m
|
|||
# CONFIG_SND_SOC_TAS5086 is not set
|
||||
# CONFIG_SND_SOC_TAS571X is not set
|
||||
# CONFIG_SND_SOC_TAS5720 is not set
|
||||
# CONFIG_SND_SOC_TDM is not set
|
||||
CONFIG_SND_SOC_TDM=m
|
||||
# CONFIG_SND_SOC_TFA9879 is not set
|
||||
CONFIG_SND_SOC_TLV320AIC23=m
|
||||
CONFIG_SND_SOC_TLV320AIC23_I2C=m
|
||||
|
@ -7668,6 +7668,7 @@ CONFIG_UFS_FS=m
|
|||
# CONFIG_UFS_DEBUG is not set
|
||||
CONFIG_EXOFS_FS=m
|
||||
# CONFIG_EXOFS_DEBUG is not set
|
||||
# CONFIG_AUFS_FS is not set
|
||||
CONFIG_ORE=m
|
||||
CONFIG_NETWORK_FILESYSTEMS=y
|
||||
CONFIG_NFS_FS=y
|
||||
|
|
Loading…
Reference in a new issue