mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-imx6-cubox-dt to 3.14.31-1
This commit is contained in:
parent
5b779909bc
commit
8bbcb28a15
2 changed files with 5 additions and 5 deletions
|
@ -11,12 +11,12 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox-dt
|
||||
pkgname=('linux-imx6-cubox-dt' 'linux-headers-imx6-cubox-dt')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=fc597adfe2428e8902e531768bea7929c864b10f
|
||||
_commit=4871d26ee1d836185af828a1c88edc36d56195c4
|
||||
_srcname=linux-imx6-3.14-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.14
|
||||
pkgver=${_basekernel}.29
|
||||
pkgrel=2
|
||||
pkgver=${_basekernel}.31
|
||||
pkgrel=1
|
||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
|
@ -32,7 +32,7 @@ source=("https://github.com/moonman/linux-imx6-3.14/archive/${_commit}.tar.gz"
|
|||
'002_cec.patch'
|
||||
'003_cec.patch')
|
||||
|
||||
md5sums=('805d76d5754de0b9a38baae81cee3b84'
|
||||
md5sums=('3fba61309184b39a1af6efafbc0627f1'
|
||||
'ddf7876487c876f6676ef0e050e9d204'
|
||||
'SKIP'
|
||||
'1b276abe16d14e133f3f28d9c9e6bd68'
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# arg 2: the old package version
|
||||
|
||||
KERNEL_NAME=-imx6-cubox-dt
|
||||
KERNEL_VERSION=3.14.29-1-ARCH
|
||||
KERNEL_VERSION=3.14.31-1-ARCH
|
||||
|
||||
post_install () {
|
||||
# updating module dependencies
|
||||
|
|
Loading…
Reference in a new issue