mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
Update core/linux-odroidx/PKGBUILD
mdrjr's patch got merged.
This commit is contained in:
parent
e2d64243bd
commit
b098eb753c
1 changed files with 2 additions and 5 deletions
|
@ -19,11 +19,9 @@ license=('GPL2')
|
|||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=('config'
|
||||
'change-default-console-loglevel.patch'
|
||||
'mdrjr.patch')
|
||||
'change-default-console-loglevel.patch')
|
||||
md5sums=('b217c8f83fca2426439d3154fc0d6701'
|
||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'a4425c39c04cad4b358db4786461ff7a')
|
||||
'9d3c56a4b999c8bfbd4018089a62f662')
|
||||
|
||||
__gitroot="git://github.com/hardkernel/linux.git"
|
||||
__gitname="linux"
|
||||
|
@ -47,7 +45,6 @@ build() {
|
|||
# remove this when a Kconfig knob is made available by upstream
|
||||
# (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)
|
||||
patch -Np1 -i "${srcdir}/change-default-console-loglevel.patch"
|
||||
patch -Np1 -i "${srcdir}/mdrjr.patch"
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
# set extraversion to pkgrel
|
||||
|
|
Loading…
Reference in a new issue