mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-armv7 to 4.20.1-1
This commit is contained in:
parent
5d272d2a6c
commit
e3265af0d6
2 changed files with 11 additions and 8 deletions
|
@ -7,16 +7,16 @@ pkgbase=linux-armv7
|
|||
_srcname=linux-4.20
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=4.20.0
|
||||
pkgver=4.20.1
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x0
|
||||
rcnrel=armv7-x2
|
||||
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'
|
||||
|
@ -34,7 +34,8 @@ source=("http://www.kernel.org/pub/linux/kernel/v4.x/${_srcname}.tar.xz"
|
|||
'60-linux.hook'
|
||||
'90-linux.hook')
|
||||
md5sums=('d39dd4ba2d5861c54b90d49be19eaf31'
|
||||
'293661c8d22db9bff84b7a72791e6700'
|
||||
'7e40323befd2f78e5332ee19db6ec7b0'
|
||||
'4bba661c99c13d02e3c2aa27332bfdb7'
|
||||
'0e7aaf27edd95d74cebd059c66b51db2'
|
||||
'939760cd495c15a2fe3a2039bc328306'
|
||||
'869394fae9703e6ea8838381923b9e4e'
|
||||
|
@ -43,7 +44,7 @@ md5sums=('d39dd4ba2d5861c54b90d49be19eaf31'
|
|||
'eb4c624fee628384bb89136dfe1e5242'
|
||||
'87113c3a1f0df84ebbcfeb0b03529a36'
|
||||
'5ffeacda419ee62c668c333a2d3a4c4d'
|
||||
'b11e788548513fe3ca222f6e5d75b996'
|
||||
'497f43dbf1d7b58f4d19be89115cc1b4'
|
||||
'4f2379ed84258050edb858ee8d281678'
|
||||
'61c5ff73c136ed07a7aadbf58db3d96a'
|
||||
'584777ae88bce2c5659960151b64c7d8'
|
||||
|
@ -55,7 +56,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.20.0-1 Kernel Configuration
|
||||
# Linux/arm 4.20.1-1 Kernel Configuration
|
||||
#
|
||||
|
||||
#
|
||||
|
@ -3979,7 +3979,7 @@ CONFIG_GENERIC_PINCONF=y
|
|||
CONFIG_PINCTRL_AS3722=y
|
||||
CONFIG_PINCTRL_AXP209=y
|
||||
# CONFIG_PINCTRL_AMD is not set
|
||||
# CONFIG_PINCTRL_MCP23S08 is not set
|
||||
CONFIG_PINCTRL_MCP23S08=m
|
||||
CONFIG_PINCTRL_ROCKCHIP=y
|
||||
CONFIG_PINCTRL_SINGLE=y
|
||||
CONFIG_PINCTRL_SX150X=y
|
||||
|
@ -6706,6 +6706,7 @@ CONFIG_USB_G_HID=m
|
|||
# CONFIG_USB_G_DBGP is not set
|
||||
CONFIG_USB_G_WEBCAM=m
|
||||
# CONFIG_TYPEC is not set
|
||||
# CONFIG_USB_ROLE_SWITCH is not set
|
||||
CONFIG_USB_LED_TRIG=y
|
||||
CONFIG_USB_ULPI_BUS=y
|
||||
CONFIG_UWB=m
|
||||
|
@ -8711,6 +8712,7 @@ CONFIG_SYSTEM_TRUSTED_KEYS=""
|
|||
# Library routines
|
||||
#
|
||||
CONFIG_RAID6_PQ=y
|
||||
CONFIG_RAID6_PQ_BENCHMARK=y
|
||||
CONFIG_BITREVERSE=y
|
||||
CONFIG_HAVE_ARCH_BITREVERSE=y
|
||||
CONFIG_RATIONAL=y
|
||||
|
|
Loading…
Reference in a new issue