Tk-Glitch
7cd1394526
linux58-tkg: 5.8.8
2020-09-10 09:25:48 +02:00
Tk-Glitch
05b7a0ca74
linux54-tkg: 5.4.64
2020-09-10 09:25:16 +02:00
Tk-Glitch
15169ce848
linux58-tkg: Bring undead PDS back for 5.8.y (renamed upds)
...
It seems Project C PDS doesn't perform anywhere as good currently
2020-09-08 22:36:47 +02:00
Tk-Glitch
07ebc66bfd
linux58-tkg: Merge a1b097856d
with prjc patchset
2020-09-08 13:41:29 +02:00
Tk-Glitch
eeff790b17
linux59-rc-tkg: RC4
2020-09-07 17:21:30 +02:00
Tk-Glitch
cce2723e11
linux58-tkg: Merge 40b9dc8708
...
Fixes f89af1cbb4
2020-09-07 16:19:18 +02:00
Tk-Glitch
f89af1cbb4
linux58-tkg: Merge b17b53430b
...
Fixes 994fcbee93
2020-09-06 21:28:34 +02:00
Tk-Glitch
a59c00ab6f
linux58-tkg: replace our PDS implementation with Project C's
2020-09-06 19:44:52 +02:00
Eduard Tolosa
994fcbee93
Update to Project C 5.8-r2 ( #60 )
...
* Bump to projectc r2 patchset.
* Update prepare
* Add files via upload
* Fix.
2020-09-06 19:14:40 +02:00
Tk-Glitch
52c8d4e2f0
linux-tkg: readme: Make distro support a bit clearer
...
Fixes https://github.com/Frogging-Family/linux-tkg/issues/57
2020-09-05 13:42:10 +02:00
Tk-Glitch
0b051d54b1
linux58-tkg: 5.8.7
2020-09-05 13:20:38 +02:00
Tk-Glitch
e49632bb24
linux54-tkg: 5.4.63
2020-09-05 13:20:25 +02:00
iWeaker4you
f4df8b9100
Wrong file install on Ubuntu/Debian ( #59 )
...
* Wrong file install on Ubuntu/Debian 5.7
* Wrong file install on Ubuntu/Debian 5.8
* Wrong file install on Ubuntu/Debian 5.9
2020-09-04 13:54:12 +02:00
Tk-Glitch
ce7140b1ce
linux58-tkg: cfg: Fix missing "bmq" as a valid cpuscheduler option
2020-09-03 16:59:02 +02:00
Tk-Glitch
2d06ee815f
linux59-rc-tkg: RC3
2020-09-03 13:31:17 +02:00
Tk-Glitch
0fcfab7a04
linux58-tkg: 5.8.6
2020-09-03 13:13:40 +02:00
Tk-Glitch
f4c346e306
linux54-tkg: 5.4.62
2020-09-03 13:13:16 +02:00
Tk-Glitch
26a3ec070c
linux-tkg: Update urls to point to cdn.kernel.org
2020-09-03 13:13:00 +02:00
Adel Kara Slimane
ee80080260
Support Fedora and derivatives ( #56 )
...
* linux57: install.sh: Add install for Fedora
* linux57: install.sh: use dnf to install and save it for uninstall
* linux57: install.sh: enable Fedora compilation
* linux57: use single equal sign for conditions
* linux57: Add uninstall step
* linux57: remove unwated changes
* linux57: install.sh: code cleanup
* linux57: install.sh: remove redundant condition
* linux57: install.sh: Fedora: update dependency install
* linux57: install.sh: uninstall only kernel and keep dependencies
* linux57: install.sh: make script executable
* linux57: install.sh: remove header uninstall in Ubuntu
* Linux57: Initial Suse support
* linux57: install.sh: Add Suse to the distro error message
* linux57: install.sh: Additionnal Suse dependency packages
* linux57: install.sh: disable gpg check for Suse kernel install
* linux57: install.sh: Fedora & derivative: produce dev files
* Linux57: install.sh: make Suse use ccache
* Linux57: install.sh: Fedora & derivatives: add install/uninstall of kernel-devel
* linux57: install.sh: Fix: disable sign check for Suse kernel install
* linux57: install.sh: Fedora & derivatives: enable confirm prompt for kernel install
* linux57: install.sh: suse add flag to replace files from default kernel-headers
* linux57: install.sh: make uninstall manual
* linux57: install.sh: add uninstall help for Suse
* linux57: install.sh: correct uninstall message for suse
* linux57: install.sh: move made RPMS into working folder and cleanup
* linux57: install.sh: add uninstall help for Fedora
* linux57: install.sh: Move deb files into DEBs folder
* linux57: install.sh: Ubuntu: install dev deb package
* linux57: install.sh: add Ubuntu uninstall help.
* linux57: install.sh: improve Ubuntu uninstall help
* linux57: Add Debian distro and related fix
* linux57: install.sh: prompt for distro
* linux57: install.sh: use _basekernel instead of 5.7
* linux57: install.sh: fix for using _basekernel everywhere
* linux57: add ubuntu/debian dependency install
* linux58: copy install.sh from 5.7 as-is, add distro prompt
* linux59: copy install.sh from 5.7 as-is, add distro prompt
* Fix PKGBUILD after adding the distro prompt
* Revert "Fix PKGBUILD after adding the distro prompt"
This reverts commit 9c3c155b3ed07a4aa04ec10d6fc0e8b5710a2f07.
* Fix PKGBUILD because of the distro prompt
* linux57: install.sh: improve `config` script path
* linux57: install.sh: loop if wrong answer in distro prompt
* linux57: install.sh: code cleanup
* Copy linux57 install.sh to linux58 and linux59
* install.sh: change "uninstall" argument to "uninstall-help"
* Update READMEs
2020-09-01 17:57:21 +02:00
iWeaker4you
cdbf5273ad
Fix certificate issue on Debian ( #55 )
...
* Fix certificate issue on Debian
I only applied it in version 5.8 so that first you can see if it applies to all, or if my solution is viable.
The problem is that every time it does the verification, it downloads the original configuration from github and does not maintain its own manual configuration that solves the certificate problem in Debian, it does not finish compiling for that reason.
And when you give Install.sh the CONFIG_SYSTEM_TRUSTED_KEYS = "debian / certs / test-signing-certs.pem" is reset, regardless of whether you edited it.
* Solution to certificate problem in Debian [Fixed]
* Add Debian only support
* Add Debian custom support
* Oop! OR Conditional
* Replace AND for OR Condition
* OR ......
* Regression with OR..
2020-08-27 13:44:41 +02:00
Tk-Glitch
e28f6e8c84
linux58-tkg: 5.8.5
2020-08-27 12:34:04 +02:00
Tk-Glitch
4b3282b6a8
linux57-tkg: 5.7.19
2020-08-27 12:33:53 +02:00
Tk-Glitch
5ce83b665f
linux57-tkg: muqss: Add missing static function, uclamp_is_used - db04c0928e
...
Thanks to aspen for pointing it out
2020-08-26 19:23:12 +02:00
Tk-Glitch
6c3afa9aab
linux58-tkg: 5.8.4
2020-08-26 14:09:30 +02:00
Tk-Glitch
2cece5f184
linux57-tkg: 5.7.18
2020-08-26 14:09:17 +02:00
Tk-Glitch
795194e1d1
linux54-tkg: 5.4.61
2020-08-26 14:08:59 +02:00
Tk-Glitch
5c5011e9d0
linux57-tkg: Fix MuQSS patch application
2020-08-26 00:27:54 +02:00
Tk-Glitch
98da724052
linux59-rc-tkg: RC2
2020-08-24 13:25:28 +02:00
Tk-Glitch
51398d802c
linux58-tkg: Update config
...
Silences new config entry prompt
2020-08-21 16:20:21 +02:00
Tk-Glitch
aeac14d114
linux54-tkg: Comment out the sync with 16a91d2987
...
linux54-tkg is unaffected currently since the non-Arch path wasn't merged
2020-08-21 16:19:52 +02:00
Tk-Glitch
174e8faa29
linux58-tkg: 5.8.3
2020-08-21 16:13:18 +02:00
Tk-Glitch
b21dbb5a25
linux57-tkg: 5.7.17
2020-08-21 16:13:04 +02:00
Tk-Glitch
a5d02eee95
linux54-tkg: 5.4.60
2020-08-21 16:12:48 +02:00
Tk-Glitch
a505e3b7a4
linux58/59-tkg: non-makepkg: Update versions in install.sh
...
We should move that to variables, and the dir won't be correct on 5.9 until release, but that will do for now 🐸
2020-08-21 11:23:59 +02:00
Tk-Glitch
16a91d2987
linux-tkg: Set CONFIG_DEBUG_INFO=n by default on non-Arch
...
Debian-based distros notably create huge dbg packages otherwise
2020-08-21 10:09:10 +02:00
Koopa
453a462715
Install the TkG configuration used to the system ( #49 )
...
* linux-tkg: Install configuration used.
* linux-tkg: Document the installed config file.
2020-08-21 09:20:46 +02:00
Koopa
913245031b
linux-tkg: Accept default config w/ modprobed-db. ( #47 )
...
This alleviates Tk-Glitch/PKGBUILDS#404 by piping newlines to "make
localconfig".
2020-08-20 14:24:35 +02:00
Tk-Glitch
4804b9129f
linux54/58-tkg: Config sync
2020-08-20 14:07:03 +02:00
Tk-Glitch
7146a546e4
linux58-tkg: 5.8.2
2020-08-19 12:21:01 +02:00
Tk-Glitch
6eb3cf9109
linux57-tkg: 5.7.16
2020-08-19 12:20:43 +02:00
Tk-Glitch
563456e514
linux54-tkg: 5.4.59
2020-08-19 12:20:23 +02:00
Tk-Glitch
62f97be247
linux59-rc-tkg: Update readme and comment out some disabled options in .cfg
2020-08-18 17:39:52 +02:00
Tk-Glitch
66d595fac8
linux-tkg: Explicitly set X86_P6_NOP default (disabled) so it doesn't prompt on archs not selecting it.
2020-08-17 20:45:06 +02:00
Tk-Glitch
8c391854b4
linux58-tkg: Update prjc / BMQ patchset to v5.8-r1
...
http://cchalpha.blogspot.com/2020/08/project-c-v58-r1release.html
2020-08-17 19:59:15 +02:00
Tk-Glitch
e71dced34b
linux-tkg: non-Arch: Set _misc_adds="false" for now
...
This breaks on other distros due to the TTY patch. Until a decision is taken regarding the patch or the best way to fix it, this will do.
2020-08-17 16:51:56 +02:00
Tk-Glitch
967331d0be
linux-tkg: The double equal sign amusement continuation
2020-08-17 16:43:41 +02:00
Tk-Glitch
25d9259519
Introduce initial linux59-rc-tkg
...
No alternative CPU scheduler, Fsync or Nvidia prop blobs support
2020-08-17 14:52:49 +02:00
Tk-Glitch
0d144b2590
linux58-tkg: Update readme
2020-08-17 14:20:56 +02:00
Tk-Glitch
2a56141bbf
linux58-tkg: Bring Ubuntu install script and related changes initially introduced with https://github.com/Frogging-Family/linux-tkg/pull/26
2020-08-17 14:14:17 +02:00
Tk-Glitch
4a6b1ef584
linux58-tkg: Update readme
...
Thanks for pointing it out Muh 🐸
2020-08-15 20:03:37 +02:00