mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
core/linux-armv7-rc to 3.17.0-1
This commit is contained in:
parent
46a1d99550
commit
e0de398dfb
2 changed files with 177 additions and 90 deletions
|
@ -4,12 +4,12 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-armv7-rc
|
||||
_srcname=linux-3.16-rc7
|
||||
_srcname=linux-3.17-rc1
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="ARMv7 multi-platform"
|
||||
pkgver=3.16.0
|
||||
pkgrel=7
|
||||
rcnrel=armv7-x2
|
||||
pkgver=3.17.0
|
||||
pkgrel=1
|
||||
rcnrel=armv7-x0
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -23,14 +23,14 @@ source=("http://www.kernel.org/pub/linux/kernel/v3.x/testing/${_srcname}.tar.xz"
|
|||
'0003-smileplug-devicetree.patch'
|
||||
'0004-emmc-timing-fix.patch'
|
||||
'config')
|
||||
md5sums=('8608902c05c4acb065ccf342f2574f5f'
|
||||
'00f5d77cff863471e0a8917008beabb1'
|
||||
md5sums=('a7ab273c15a590dce0bbc5c351ee9c61'
|
||||
'09e630e5bbc316c9724e44f4d80aabc3'
|
||||
'SKIP'
|
||||
'3ad860d0d6daedc82091ea29c9730b95'
|
||||
'02cce6b8f88c4392f552b14d0bf2e71c'
|
||||
'0a0c5691aea2503cd0c503cb50244f48'
|
||||
'911bffe9c261ca5b91dd0a083d99e81f'
|
||||
'be1fdaf519a0da5af83dedb96ba9da72')
|
||||
'77c0c551a77ef5dbf272021168cb2d0b')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${_srcname}"
|
||||
|
@ -237,7 +237,6 @@ _package-headers() {
|
|||
# add xfs and shmem for aufs building
|
||||
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs"
|
||||
mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/mm"
|
||||
cp fs/xfs/xfs_sb.h "${pkgdir}/usr/lib/modules/${_kernver}/build/fs/xfs/xfs_sb.h"
|
||||
|
||||
# copy in Kconfig files
|
||||
for i in $(find . -name "Kconfig*"); do
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue