mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
core/linux-imx6-cubox SOC bug fixes
This commit is contained in:
parent
c560bec492
commit
50b27d904b
1 changed files with 3 additions and 3 deletions
|
@ -10,12 +10,12 @@ buildarch=4
|
|||
pkgbase=linux-imx6-cubox
|
||||
pkgname=('linux-imx6-cubox' 'linux-headers-imx6-cubox')
|
||||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_commit=be699c6777f376b5f28e60d8d65942ac94b39908
|
||||
_commit=ab77dfaaabea44c831820cda38b386510d7e9aa9
|
||||
_srcname=linux-imx6-${_commit}
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.35
|
||||
pkgrel=9
|
||||
pkgrel=10
|
||||
arch=('arm')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -26,7 +26,7 @@ source=("https://github.com/solidrun/linux-imx6/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'change-default-console-loglevel.pat'
|
||||
'memset.patch')
|
||||
md5sums=('ec483c15c977807a87a98de633b3e410'
|
||||
md5sums=('8126b6539bec11097fc28be644b486dc'
|
||||
'606f6e7cf7adba60a1a3f338a0bb642f'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'39be2896f0b968d61a19b33da75ce6e0')
|
||||
|
|
Loading…
Reference in a new issue