mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-am33x to 4.6.3-1
This commit is contained in:
parent
a9dab17c0d
commit
204f5e8092
2 changed files with 7 additions and 7 deletions
|
@ -7,7 +7,7 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.6
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.6.2
|
||||
pkgver=4.6.3
|
||||
pkgrel=1
|
||||
rcnrel=bone3
|
||||
arch=('armv7h')
|
||||
|
@ -17,16 +17,16 @@ makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'git' 'dtc-overlay')
|
|||
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://rcn-ee.com/deb/sid-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
"http://rcn-ee.com/deb/stretch-armhf/v${pkgver}-${rcnrel}/patch-${pkgver%.0}-${rcnrel}.diff.gz"
|
||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||
'0001-add-lcd-cape-for-chiliboard.patch'
|
||||
'config')
|
||||
md5sums=('d2927020e24a76da4ab482a8bc3e9ef3'
|
||||
'c064bbe8108b8e5304f3db2130a96845'
|
||||
'08140a75d99ab9680ad4a604f2ab864e'
|
||||
'0d59cb81eb7c0daf0f5019deda65af90'
|
||||
'be5d922d108c2f5107063795ee966125'
|
||||
'SKIP'
|
||||
'3cd24d1cc05e9229b49d6922208c6fb2'
|
||||
'771ecb61b6f2e519ed60d68b28e872cc')
|
||||
'28e7fe0dbc0f6ec60310c58b9fe033dc')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.6.1-1 Kernel Configuration
|
||||
# Linux/arm 4.6.3-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -6085,7 +6085,7 @@ CONFIG_CRYPTO_RNG=y
|
|||
CONFIG_CRYPTO_RNG2=y
|
||||
CONFIG_CRYPTO_RNG_DEFAULT=y
|
||||
CONFIG_CRYPTO_AKCIPHER2=y
|
||||
CONFIG_CRYPTO_AKCIPHER=m
|
||||
CONFIG_CRYPTO_AKCIPHER=y
|
||||
CONFIG_CRYPTO_RSA=m
|
||||
CONFIG_CRYPTO_MANAGER=y
|
||||
CONFIG_CRYPTO_MANAGER2=y
|
||||
|
|
Loading…
Reference in a new issue