mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-raspberrypi to 4.1.6-2
This commit is contained in:
parent
74c9cbdcfa
commit
d965c40a1f
3 changed files with 9 additions and 7 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=4507c9752292506fa6ef136114ad14ffd92b2ca5
|
||||
_commit=1be0d57d19f090fcfcadc45b6b3929f9504fd89a
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.1.6
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
bfqver=v7r8
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -28,15 +28,15 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('c97626d7bcf0795fbfffe861234e5ca3'
|
||||
md5sums=('6c9afcb3bd82b9ba21363c676b54d8c2'
|
||||
'SKIP'
|
||||
'74bf103542cbdee0363819309adb97a2'
|
||||
'f09baae3c7add4ed9bedde22ae3efe19'
|
||||
'bd8cc19a31d1cf8aeeaf9245057c4f9b'
|
||||
'9a3c82da627b317ec79c37fd6afba569'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'707037a64975b811aca0d5fbab48409a'
|
||||
'e33e59ed1d46614c3bf0c01f029fcda0')
|
||||
'c6f8aa3dbc2605d55582dc4748c04494'
|
||||
'9834444d41340a79a10b81f2db3ef1e1')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.1.6-1 Kernel Configuration
|
||||
# Linux/arm 4.1.6-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2083,6 +2083,7 @@ CONFIG_BCM_VC_CMA=y
|
|||
CONFIG_BCM2708_VCMEM=y
|
||||
CONFIG_BCM_VCIO=y
|
||||
CONFIG_BCM_VC_SM=y
|
||||
CONFIG_BCM2835_DEVGPIOMEM=m
|
||||
# CONFIG_XILLYBUS is not set
|
||||
|
||||
#
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.1.6-1 Kernel Configuration
|
||||
# Linux/arm 4.1.6-2 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -2175,6 +2175,7 @@ CONFIG_BCM_VC_CMA=y
|
|||
CONFIG_BCM2708_VCMEM=y
|
||||
CONFIG_BCM_VCIO=y
|
||||
CONFIG_BCM_VC_SM=y
|
||||
CONFIG_BCM2835_DEVGPIOMEM=m
|
||||
# CONFIG_XILLYBUS is not set
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue