mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-raspberrypi to 4.4.14-1
This commit is contained in:
parent
1aa882b84a
commit
c0d92f04df
3 changed files with 10 additions and 8 deletions
|
@ -7,12 +7,12 @@
|
|||
buildarch=20
|
||||
|
||||
pkgbase=linux-raspberrypi
|
||||
_commit=e88b69aa792dbe2b289ff528c0d07303068aa0aa
|
||||
_commit=1f604c9c2c4a52a1b622befa7a447c94facf82a7
|
||||
_srcname=linux-${_commit}
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="Raspberry Pi"
|
||||
pkgver=4.4.13
|
||||
pkgrel=2
|
||||
pkgver=4.4.14
|
||||
pkgrel=1
|
||||
bfqver=v7r11
|
||||
arch=('armv6h' 'armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -29,7 +29,7 @@ source=("https://github.com/raspberrypi/linux/archive/${_commit}.tar.gz"
|
|||
'cmdline.txt'
|
||||
'config.v6'
|
||||
'config.v7')
|
||||
md5sums=('6da0ab08af4c32ebcd74958bad847aea'
|
||||
md5sums=('aee750521d7e69852aa53f11c1a6244a'
|
||||
'SKIP'
|
||||
'c1d7fcfe88edb658375089c0a9cc1811'
|
||||
'953133d5e387de2ad79ac0ae5c27cb6b'
|
||||
|
@ -38,8 +38,8 @@ md5sums=('6da0ab08af4c32ebcd74958bad847aea'
|
|||
'8c3cb6d8f0609b43f09d083b4006ec5a'
|
||||
'f95eb9c22c18722e30fc28a5640aeba5'
|
||||
'60bc3624123c183305677097bcd56212'
|
||||
'6d06720160c1bf507d5bd2597b42a4d8'
|
||||
'bada1ee43f6ad2246f1ec239b67743ed')
|
||||
'c2805516b21842e9b09af12c2a93d302'
|
||||
'6e0fc7b4a7e3846499f36b872ecc3e16')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.4.12-1 Kernel Configuration
|
||||
# Linux/arm 4.4.14-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -5286,6 +5286,7 @@ CONFIG_CRYPTO_RNG_DEFAULT=y
|
|||
CONFIG_CRYPTO_PCOMP=m
|
||||
CONFIG_CRYPTO_PCOMP2=y
|
||||
CONFIG_CRYPTO_AKCIPHER2=y
|
||||
CONFIG_CRYPTO_AKCIPHER=m
|
||||
# CONFIG_CRYPTO_RSA is not set
|
||||
CONFIG_CRYPTO_MANAGER=y
|
||||
CONFIG_CRYPTO_MANAGER2=y
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.4.12-1 Kernel Configuration
|
||||
# Linux/arm 4.4.14-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
|
||||
|
@ -5313,6 +5313,7 @@ CONFIG_CRYPTO_RNG_DEFAULT=y
|
|||
CONFIG_CRYPTO_PCOMP=m
|
||||
CONFIG_CRYPTO_PCOMP2=y
|
||||
CONFIG_CRYPTO_AKCIPHER2=y
|
||||
CONFIG_CRYPTO_AKCIPHER=m
|
||||
# CONFIG_CRYPTO_RSA is not set
|
||||
CONFIG_CRYPTO_MANAGER=y
|
||||
CONFIG_CRYPTO_MANAGER2=y
|
||||
|
|
Loading…
Reference in a new issue