Skip to content

Instantly share code, notes, and snippets.

@glitsj16
Created September 15, 2019 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glitsj16/5e9adc9f9163a0fe83269897521d9795 to your computer and use it in GitHub Desktop.
Save glitsj16/5e9adc9f9163a0fe83269897521d9795 to your computer and use it in GitHub Desktop.
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@
# 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
-# generic (default) option is 27.
+# generic (default) option is 30.
#
# Note - the march=native option is unavailable by this method, use the nconfig
# and manually select it.
@@ -130,7 +130,7 @@
# https://bbs.archlinux.org/viewtopic.php?pid=1863567#p1863567
sed -i -e '/CONFIG_LATENCYTOP=/ s,y,n,' \
- -i -e '/CONFIG_SCHED_DEBUG=/ s,y,n,' ./.config
+ -e '/CONFIG_SCHED_DEBUG=/ s,y,n,' ./.config
# fix naming schema in EXTRAVERSION of ck patch set
sed -i -re "s/^(.EXTRAVERSION).*$/\1 = /" "../${_ckpatch}"
@@ -178,8 +178,8 @@
}
_package() {
- pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.192"
- #_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.192"
+ pkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.193"
+ #_Kpkgdesc="The ${pkgbase/linux/Linux} kernel and modules with the ck1 patchset featuring MuQSS CPU scheduler v0.193"
#pkgdesc="${_Kpkgdesc}"
depends=(coreutils linux-firmware kmod mkinitcpio)
optdepends=('crda: to set the correct wireless channels of your country')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment