4.20.10-2 (clr 4.20.8-697)
This commit is contained in:
parent
f3eddefb28
commit
87b52b6668
2 changed files with 4 additions and 9 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,6 +1,6 @@
|
|||
pkgbase = linux-clear
|
||||
pkgver = 4.20.10
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/clearlinux-pkgs/linux
|
||||
arch = x86_64
|
||||
license = GPL2
|
||||
|
@ -15,7 +15,7 @@ pkgbase = linux-clear
|
|||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.xz
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.20.tar.sign
|
||||
source = https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.20.10.xz
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.8-696
|
||||
source = clearlinux::git+https://github.com/clearlinux-pkgs/linux.git#tag=4.20.8-697
|
||||
source = https://downloadmirror.intel.com/28039/eng/microcode-20180807.tgz
|
||||
source = enable_additional_cpu_optimizations-20180509.tar.gz::https://github.com/graysky2/kernel_gcc_patch/archive/20180509.tar.gz
|
||||
source = 60-linux.hook
|
||||
|
|
9
PKGBUILD
9
PKGBUILD
|
@ -67,10 +67,10 @@ _rev_override="n"
|
|||
_major=4.20
|
||||
_minor=10
|
||||
_srcname=linux-${_major}
|
||||
_clr=${_major}.8-696
|
||||
_clr=${_major}.8-697
|
||||
pkgbase=linux-clear
|
||||
pkgver=${_major}.${_minor}
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('x86_64')
|
||||
url="https://github.com/clearlinux-pkgs/linux"
|
||||
license=('GPL2')
|
||||
|
@ -123,11 +123,6 @@ prepare() {
|
|||
msg2 "Setting config..."
|
||||
cp -Tf $srcdir/clearlinux/config ./.config
|
||||
|
||||
### Bluez package on arch needs this module for bluetooth to work
|
||||
# https://bugs.archlinux.org/task/55880
|
||||
msg2 "Enabling crypto_user module..."
|
||||
sed -i "s|# CONFIG_CRYPTO_USER is not set|CONFIG_CRYPTO_USER=m|g" ./.config
|
||||
|
||||
### Compress modules
|
||||
msg2 "Enabling XZ compressed modules..."
|
||||
sed -i 's|^# CONFIG_MODULE_COMPRESS|\
|
||||
|
|
Loading…
Reference in a new issue