linux: update v4.16
This commit is contained in:
parent
da6f60c623
commit
7cc7f51090
2 changed files with 206 additions and 121 deletions
|
@ -5,7 +5,7 @@
|
||||||
pkgbase=linux # Build stock -ARCH kernel
|
pkgbase=linux # Build stock -ARCH kernel
|
||||||
#pkgbase=linux-custom # Build kernel with a different name
|
#pkgbase=linux-custom # Build kernel with a different name
|
||||||
_srcname=linux
|
_srcname=linux
|
||||||
pkgver=4.16rc2.r375.g5f6e57ee27fc
|
pkgver=4.16.r1.g7c76e48f632f
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.kernel.org/"
|
url="https://www.kernel.org/"
|
||||||
|
@ -13,14 +13,15 @@ license=('GPL2')
|
||||||
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
|
makedepends=('xmlto' 'kmod' 'inetutils' 'bc' 'libelf')
|
||||||
options=('!strip')
|
options=('!strip')
|
||||||
source=(
|
source=(
|
||||||
'git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git'
|
|
||||||
|
'git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v4.16'
|
||||||
'config' # the main kernel config file
|
'config' # the main kernel config file
|
||||||
'60-linux.hook' # pacman hook for depmod
|
'60-linux.hook' # pacman hook for depmod
|
||||||
'90-linux.hook' # pacman hook for initramfs regeneration
|
'90-linux.hook' # pacman hook for initramfs regeneration
|
||||||
'linux.preset' # standard config files for mkinitcpio ramdisk
|
'linux.preset' # standard config files for mkinitcpio ramdisk
|
||||||
)
|
)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'f38927db126ec7141ea2dd70cabb2ef378552672b31db4ab621493928497abd7'
|
'd60cb7258ab632ab3ca25071266632970ae0ded00c1f4004fa8c6fc3547225c5'
|
||||||
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
|
||||||
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
'75f99f5239e03238f88d1a834c50043ec32b1dc568f2cc291b07d04718483919'
|
||||||
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
|
'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')
|
||||||
|
|
320
linux/config
320
linux/config
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue