5.1.14-2 (clr 5.1.10-783) Enable hibernation
This commit is contained in:
parent
bf8e2f7d9b
commit
c8f7ba6f39
2 changed files with 6 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = linux-clear
|
pkgbase = linux-clear
|
||||||
pkgver = 5.1.14
|
pkgver = 5.1.14
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/clearlinux-pkgs/linux
|
url = https://github.com/clearlinux-pkgs/linux
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
|
|
6
PKGBUILD
6
PKGBUILD
|
@ -68,7 +68,7 @@ _srcname=linux-${_major}
|
||||||
_clr=${_major}.10-783
|
_clr=${_major}.10-783
|
||||||
pkgbase=linux-clear
|
pkgbase=linux-clear
|
||||||
pkgver=${_major}.${_minor}
|
pkgver=${_major}.${_minor}
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/clearlinux-pkgs/linux"
|
url="https://github.com/clearlinux-pkgs/linux"
|
||||||
license=('GPL2')
|
license=('GPL2')
|
||||||
|
@ -128,6 +128,10 @@ CONFIG_MODULE_COMPRESS_XZ=y|' ./.config
|
||||||
sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config
|
sed -i "s|# CONFIG_ACPI_REV_OVERRIDE_POSSIBLE is not set|CONFIG_ACPI_REV_OVERRIDE_POSSIBLE=y|g" ./.config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
### Set CONFIG_HIBERNATION to make hibernation possible
|
||||||
|
msg2 "Make hibernation possible..."
|
||||||
|
sed -i "s|# CONFIG_HIBERNATION is not set|CONFIG_HIBERNATION=y|g" ./.config
|
||||||
|
|
||||||
make olddefconfig
|
make olddefconfig
|
||||||
|
|
||||||
### Copying i915 firmware and intel-ucode
|
### Copying i915 firmware and intel-ucode
|
||||||
|
|
Reference in a new issue