mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/linux-imx6-cubox-dt remove 991_c... patch
This commit is contained in:
parent
eb78bcbdc8
commit
2416ab5fa6
1 changed files with 1 additions and 4 deletions
|
@ -15,7 +15,7 @@ _srcname=linux-linaro-stable-mx6-${_commit}
|
|||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.10
|
||||
pkgver=${_basekernel}.30
|
||||
pkgrel=26
|
||||
pkgrel=27
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -25,13 +25,11 @@ source=("https://github.com/warped-rudi/linux-linaro-stable-mx6/archive/${_commi
|
|||
'config'
|
||||
'change-default-console-loglevel.pat'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/990_cubox-i-hummingboard-enable-spdif.patch'
|
||||
'http://hg.openbricks.org/openbricks/raw-file/414a70875fc4/config/platforms/arm/imx6/machines/cuboxi/packages/linux/patches/991_cubox-i-use-ipu0.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=('48195aab16c2737685b1becfafe667dd'
|
||||
'15305aa19f1b57471944a0737c9484d0'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'7f91cc11b6a63771e415bb3549de8fdd'
|
||||
'a2579ff8da52d1b922d704f160cfaa08'
|
||||
'350c99545523f2fe8301bca9cb05f586')
|
||||
|
||||
prepare() {
|
||||
|
@ -50,7 +48,6 @@ prepare() {
|
|||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.pat"
|
||||
patch -Np1 -i "${srcdir}/990_cubox-i-hummingboard-enable-spdif.patch"
|
||||
patch -Np1 -i "${srcdir}/991_cubox-i-use-ipu0.patch"
|
||||
patch -Np1 -i "${srcdir}/992_hummingboard-use-ipu0-disable-cec.patch"
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue