mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
MCT 232 patch fix
This commit is contained in:
parent
4c31b79f47
commit
0e5359cee2
2 changed files with 4 additions and 4 deletions
|
@ -15,9 +15,9 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.10
|
_basekernel=3.10
|
||||||
pkgver=${_basekernel}.30
|
pkgver=${_basekernel}.30
|
||||||
pkgrel=28
|
pkgrel=29
|
||||||
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
cryptodev_commit=6aa62a2c320b04f55fdfe0ed015c3d9b48997239
|
||||||
arch=('arm')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
|
makedepends=('xmlto' 'docbook-xsl' 'kmod' 'inetutils' 'bc' 'uboot-mkimage' 'git')
|
||||||
|
@ -30,7 +30,7 @@ source=("https://github.com/warped-rudi/linux-linaro-stable-mx6/archive/${_commi
|
||||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/992_hummingboard-use-ipu0-disable-cec.patch')
|
||||||
md5sums=('524f0a92e0480a88998f6833967ae17c'
|
md5sums=('524f0a92e0480a88998f6833967ae17c'
|
||||||
'ddf7876487c876f6676ef0e050e9d204'
|
'ddf7876487c876f6676ef0e050e9d204'
|
||||||
'29a52d616a001bbfd13450b9dd03b1ae'
|
'a124dbfee36ba9827b6581c8a5400340'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||||
'350c99545523f2fe8301bca9cb05f586')
|
'350c99545523f2fe8301bca9cb05f586')
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 3.10.30-25 Kernel Configuration
|
# Linux/arm 3.10.30-29 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_MIGHT_HAVE_PCI=y
|
CONFIG_MIGHT_HAVE_PCI=y
|
||||||
|
|
Loading…
Reference in a new issue