linux: update
This commit is contained in:
parent
ef5c370863
commit
aafd3a7359
1 changed files with 3 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
pkgbase=linux # Build stock -ARCH kernel
|
||||
#pkgbase=linux-custom # Build kernel with a different name
|
||||
_srcname=linux
|
||||
pkgver=4.16rc1.r10.g178e834c47b0
|
||||
pkgver=4.16rc1.r11.gdc4a97a0fc88
|
||||
pkgrel=1
|
||||
arch=('x86_64')
|
||||
url="https://www.kernel.org/"
|
||||
|
@ -37,6 +37,8 @@ pkgver() {
|
|||
prepare() {
|
||||
cd ${_srcname}
|
||||
|
||||
git revert --no-edit 4bd89ed39b2ab8dc4ac4b6c59b07d420b0213bec
|
||||
|
||||
# add upstream patch
|
||||
#patch -p1 -i ../patch-${pkgver}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue