mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
updating linux-odroid-x2
This commit is contained in:
parent
fc3cf4eada
commit
5945d019f8
2 changed files with 3060 additions and 5 deletions
|
@ -11,15 +11,18 @@ pkgname=('linux-odroid-x2' 'linux-headers-odroid-x2')
|
|||
# pkgname=linux-custom # Build kernel with a different name
|
||||
_kernelname=${pkgname#linux}
|
||||
_basekernel=3.0
|
||||
pkgver=${_basekernel}.60
|
||||
pkgver=${_basekernel}.65
|
||||
pkgrel=1
|
||||
arch=('armv7h')
|
||||
url="http://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
makedepends=('xmlto' 'docbook-xsl' 'uboot-mkimage' 'git')
|
||||
options=('!strip')
|
||||
source=('change-default-console-loglevel.patch')
|
||||
md5sums=('9d3c56a4b999c8bfbd4018089a62f662')
|
||||
source=('change-default-console-loglevel.patch'
|
||||
'config')
|
||||
|
||||
md5sums=('9d3c56a4b999c8bfbd4018089a62f662'
|
||||
'9d45fbcf0add6f293213885e329e0bd9')
|
||||
|
||||
__gitroot="git://github.com/hardkernel/linux.git"
|
||||
__gitname="linux"
|
||||
|
@ -43,8 +46,7 @@ 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"
|
||||
#Right now, just going to use the default config
|
||||
# cat "${srcdir}/config" > ./.config
|
||||
cat "${srcdir}/config" > ./.config
|
||||
|
||||
make odroidx2_ubuntu_defconfig
|
||||
# set extraversion to pkgrel
|
||||
|
|
3053
core/linux-odroid-x2/config
Normal file
3053
core/linux-odroid-x2/config
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue