mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
core/linux-am33x to 4.6.1-1
This commit is contained in:
parent
51ffe3d994
commit
fadd8d211a
2 changed files with 9 additions and 7 deletions
|
@ -7,8 +7,8 @@ pkgbase=linux-am33x
|
|||
_srcname=linux-4.6
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=4.6.0
|
||||
pkgrel=3
|
||||
pkgver=4.6.1
|
||||
pkgrel=1
|
||||
rcnrel=bone3
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -16,22 +16,23 @@ license=('GPL2')
|
|||
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://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"
|
||||
"git+https://github.com/RobertCNelson/bb.org-overlays.git"
|
||||
'0001-add-lcd-cape-for-chiliboard.patch'
|
||||
'config')
|
||||
md5sums=('d2927020e24a76da4ab482a8bc3e9ef3'
|
||||
'f6de36b3215daf396ca202113e2cd18b'
|
||||
'e3479d9c8a0e8757c16eb03a4258587c'
|
||||
'0599dabc8c6538328e678e594556078f'
|
||||
'SKIP'
|
||||
'3cd24d1cc05e9229b49d6922208c6fb2'
|
||||
'487ebcc10b6a8e40f15deb2c53e8a975')
|
||||
'771ecb61b6f2e519ed60d68b28e872cc')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
||||
# add upstream patch
|
||||
#git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
git apply --whitespace=nowarn "${srcdir}/patch-${pkgver}"
|
||||
|
||||
# RCN patch
|
||||
git apply ../patch-${pkgver%.0}-${rcnrel}.diff
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.6.0-3 Kernel Configuration
|
||||
# Linux/arm 4.6.1-1 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
|
@ -5707,6 +5707,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