mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/linux-sun4i => amery 3.0.39
This commit is contained in:
parent
c1562a2a87
commit
db48393b86
2 changed files with 5 additions and 5 deletions
|
@ -6,13 +6,13 @@ buildarch=4
|
||||||
_mach=sun4i
|
_mach=sun4i
|
||||||
_github_user=amery
|
_github_user=amery
|
||||||
_github_repo=linux-allwinner
|
_github_repo=linux-allwinner
|
||||||
_github_commitID=365a54c0a2117355e6486258436220118425601d
|
_github_commitID=9b07ac4e1a269f61cf4ed9a2ac106e9cabeb7a94
|
||||||
pkgbase=linux-${_mach}
|
pkgbase=linux-${_mach}
|
||||||
pkgname=("linux-${_mach}" "linux-headers-${_mach}")
|
pkgname=("linux-${_mach}" "linux-headers-${_mach}")
|
||||||
# pkgname=linux-custom # Build kernel with a different name
|
# pkgname=linux-custom # Build kernel with a different name
|
||||||
_kernelname=${pkgname#linux}
|
_kernelname=${pkgname#linux}
|
||||||
_basekernel=3.0
|
_basekernel=3.0
|
||||||
pkgver=${_basekernel}.38
|
pkgver=${_basekernel}.39
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('armv7h')
|
arch=('armv7h')
|
||||||
url="http://www.kernel.org/"
|
url="http://www.kernel.org/"
|
||||||
|
@ -22,9 +22,9 @@ options=('!strip')
|
||||||
source=('config'
|
source=('config'
|
||||||
'change-default-console-loglevel.patch'
|
'change-default-console-loglevel.patch'
|
||||||
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
"linux.tar.gz::https://github.com/${_github_user}/${_github_repo}/tarball/${_github_commitID}")
|
||||||
md5sums=('4119a89e3140259c68ddc792f810a61f'
|
md5sums=('279fed1447d0c37f45f0d4f5873d2e3c'
|
||||||
'9d3c56a4b999c8bfbd4018089a62f662'
|
'9d3c56a4b999c8bfbd4018089a62f662'
|
||||||
'ede31a7dfe6911ac05e716c92f90eba5')
|
'2fa92af19c8dda3320a92d28a957fcea')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd ${srcdir}
|
cd ${srcdir}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux/arm 3.0.38 Kernel Configuration
|
# Linux/arm 3.0.39-1 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_CHIP_ID=1123
|
CONFIG_CHIP_ID=1123
|
||||||
|
|
Loading…
Reference in a new issue