4.17.2-2 (clr 4.17.1-582)

This commit is contained in:
Josip Ponjavic 2018-06-21 06:35:53 +02:00
parent 202216ca13
commit e6ed1deaef
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = linux-clear
pkgver = 4.17.2
pkgrel = 1
pkgrel = 2
url = https://github.com/clearlinux-pkgs/linux
arch = x86_64
license = GPL2
@ -16,7 +16,7 @@ pkgbase = linux-clear
source = https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.17.tar.sign
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.xz
source = https://www.kernel.org/pub/linux/kernel/v4.x/patch-4.17.2.sign
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=21254c1e1eb22a12df00ca0d7decdb9e211b282c
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#commit=b8b3652063aacc45f5bcc61d7904aec6e60ada0b
source = https://downloadmirror.intel.com/27776/eng/microcode-20180425.tgz
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
source = 60-linux.hook

View file

@ -7,7 +7,7 @@
# Tweak kernel options prior to a build via nconfig
_makenconfig=
_enable_gcc_more_v="n"
_enable_gcc_more_v="y"
# Optionally select a sub architecture by number if building in a clean chroot
# Leaving this entry blank will require user interaction during the build
# which will cause a failure to build if using makechrootpkg. Note that the
@ -67,9 +67,9 @@ pkgbase=linux-clear
__basekernel=4.17
_minor=2
pkgver=${__basekernel}.${_minor}
#_clearver=${__basekernel}.1-579
_clearver=21254c1e1eb22a12df00ca0d7decdb9e211b282c
pkgrel=1
#_clearver=${__basekernel}.1-582
_clearver=b8b3652063aacc45f5bcc61d7904aec6e60ada0b
pkgrel=2
arch=('x86_64')
url="https://github.com/clearlinux-pkgs/linux"
license=('GPL2')