update linux-phicomm-n1 to 5.4.1

This commit is contained in:
Justin 2019-11-30 00:49:29 +08:00 committed by GitHub
parent cf30b7c047
commit c6fc636fef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 5 deletions

View File

@ -4,10 +4,10 @@
buildarch=8
pkgbase=linux-phicomm-n1
_srcname=linux-5.3
_srcname=linux-5.4
_kernelname=${pkgbase#linux}
_desc="AArch64 kernel for Phicomm N1"
pkgver=5.3.14
pkgver=5.4.1
pkgrel=1
arch=('aarch64')
url="http://www.kernel.org/"
@ -25,13 +25,13 @@ source=("http://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
[[ ${pkgver##*.} != 0 ]] && \
source+=("http://www.kernel.org/pub/linux/kernel/v5.x/patch-${pkgver}.xz")
md5sums=('c99feaade8047339528fb066ec5f8a49'
md5sums=('ce9b2d974d27408a61c53a30d3f98fb9'
'caa2dbc19116d818e6d0d46baeca961b'
'e152f98f1157bf4509d6ec542543b066'
'66e0ae63183426b28c0ec0c7e10b5e16'
'ce6c81ad1ad1f8b333fd6077d47abdaf'
'bdeb5fb852fd92b4e76b4796db500dd4'
'7c25fc19ccbd160de79984a8dbb5e479')
'0f859f2223def2b6e5dbf627515f708f')
prepare() {
cd ${_srcname}
@ -59,7 +59,12 @@ prepare() {
build() {
cd ${_srcname}
# use default settings for new options
# ADDED BY JUSTIN
make olddefconfig
# add back newly generated .config for new builds, disabled by default
# ADDED BY JUSTIN
#cp ./.config ../../config
# get kernel version
make prepare