summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2016-11-05 15:10:12 -0400
committergraysky2016-11-05 15:10:12 -0400
commit65b6e4a996aac1c48d97cc662f5a0267f792b4b5 (patch)
tree012852a669d565d1c17b56a6a80db39aaa1b80ef
parentc7bb133737ccb3fd11f90209892118ad75001007 (diff)
downloadaur-65b6e4a996aac1c48d97cc662f5a0267f792b4b5.tar.gz
Update to 4.8.6-2
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b261a63e68a2..a4edc1050f69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Nov 4 22:45:19 UTC 2016
+# Sat Nov 5 19:10:12 UTC 2016
pkgbase = linux-ck
pkgver = 4.8.6
pkgrel = 2
diff --git a/PKGBUILD b/PKGBUILD
index 68a3006c2d97..a8b534dd2772 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -117,8 +117,6 @@ prepare() {
# To that end, it is now defaulting to 100Hz, and it is recommended to use
# this as the default choice for it leads to more throughput and power
# savings as well.
- #
- # http://ck-hack.blogspot.com/2016/10/linux-48-ck5-muqss-version-0120.html
sed -i -e 's/^CONFIG_HZ_300=y/# CONFIG_HZ_300 is not set/' \
-i -e 's/^# CONFIG_HZ_100 is not set/CONFIG_HZ_100=y/' \
-i -e 's/^CONFIG_HZ=300/CONFIG_HZ=100/' .config
@@ -149,7 +147,7 @@ prepare() {
# modprobe configs
zcat /proc/config.gz > ./.config
else
- warning "You kernel was not compiled with IKCONFIG_PROC!"
+ warning "Your kernel was not compiled with IKCONFIG_PROC!"
warning "You cannot read the current config!"
warning "Aborting!"
exit