Tk-Glitch
9520c8aba8
config: Add a note regarding profile settings overriding user settings
...
https://github.com/Frogging-Family/linux-tkg/issues/238
2021-05-02 15:32:02 +02:00
Tk-Glitch
dd5f45aeb0
5.4.116, 5.10.34, 5.11.18, 5.12.1
2021-05-02 11:47:35 +02:00
Tk-Glitch
69f0d7c26e
Set _distro="Arch" in PKGBUILD
...
We can probably make a choice between _ispkgbuild="true" and _distro="Arch". I'll thing about it.
2021-04-30 21:52:17 +02:00
Tk-Glitch
63f0a1ea79
Rewrite config before the menuconfig and co prompt using olddefconfig. This offers an up to date set of default options before optional further customization.
2021-04-30 21:50:32 +02:00
Adel Kara Slimane
89cd81e726
install.sh: Add convenience script for generic install ( #227 )
...
* install.sh: simplify ccache code
* install.sh: add generic distro install
* README: update with Generic distro install
* install.sh: update help messages
2021-04-30 18:32:30 +02:00
Tk-Glitch
2994601740
5.4.115, 5.10.33, 5.11.17
2021-04-28 19:44:39 +02:00
Tk-Glitch
50481587bf
linux512-tkg: Update defconfig to Arch default - a50fbb1900/trunk/config
2021-04-28 13:48:26 +02:00
Tk-Glitch
09b5e06b5c
Only offer to enable available patches and skip the others while silencing their messages
2021-04-28 13:47:20 +02:00
Tk-Glitch
61d96a227a
linux512-tkg: Import 5.12-ck1 patchset - http://ck-hack.blogspot.com/2021/04/linux-512-ck1-muqss-version-0210-for.html
2021-04-28 10:40:19 +02:00
Tk-Glitch
4cd7091d0b
Skip setting env vars for winesync if the patchset isn't available for selected kernel
2021-04-28 00:32:05 +02:00
Tk-Glitch
86fc89bc99
Fix wrong option number for 5.11
2021-04-26 20:40:40 +02:00
Tk-Glitch
ef620e2dc3
Initial 5.12 release
...
With imported Project C v5.12-r0 patchset - http://cchalpha.blogspot.com/2021/04/project-c-v512-r0-release.html
2021-04-26 19:59:42 +02:00
Tk-Glitch
4c421dd598
5.4.114, 5.10.32, 5.11.16
2021-04-22 17:05:50 +02:00
Tk-Glitch
d7375e1a33
Fix graysky's cpu opt patchset application on 5.4
2021-04-22 17:05:20 +02:00
Adel Kara Slimane
86defefe99
Fix DKMS for RPM distros ( #233 )
...
* install.sh: RPM distros: Install the correct headers RPM for DKMS to work
Closes : #230
Closes : #229
* install.sh: remove trailing whitespaces
They came from reverting a commit that actually removed them x)
* install.sh: Add note in uninstall-help for Suse about kernel-headers
2021-04-22 12:42:42 +02:00
Tk-Glitch
6c52454cef
5.12 RC8
2021-04-19 02:47:21 +02:00
Tk-Glitch
135a19b378
5.4.113, 5.10.31, 5.11.15
2021-04-16 22:26:19 +02:00
Adel Kara Slimane
e7d97fc497
install.sh: improve git fetching and stop producing source code packages ( #222 )
...
* install.sh: improve git source code fetching
* install.sh: add install dependency for Fedora 33+
* install.sh, customization.cfg: cosmetic improvements
* install.sh: DEB, RMP: do not create devel packages.
They are not needed for DKMS
and that was the only point to why they were there to begin with
2021-04-16 21:09:21 +02:00
Annie
7c2cbd3621
Void no longer uses LibreSSL, switched to OpenSSL ( #220 )
...
No need to change checksumming to SHA1
2021-04-16 21:06:31 +02:00
Adel Kara Slimane
de79aadd81
Add toggle for default TCP algorithm ( #210 )
...
* Make YEAH default
closes #172
* Make default TCP algorithm choice a config toggle
* Add Vegas TCP algorithm, fix westwood
* Simplify TCP alg choice code
* tcp algs: fix mistake from copy-pasta
2021-04-16 21:05:58 +02:00
Tk-Glitch
146a07f7bd
linux511-tkg: Update defconfig from Arch, and import hardened config and patchset - https://github.com/anthraxx/linux-hardened/releases/tag/5.11.13-hardened1
2021-04-15 21:56:41 +02:00
Tk-Glitch
833fd89356
5.4.112, 5.10.30, 5.11.14
2021-04-14 16:36:38 +02:00
flgx
79e8f42ea7
5.12 RC7 ( #219 )
2021-04-12 16:38:01 +02:00
Tk-Glitch
f6a58c0325
5.4.111, 5.10.29, 5.11.13
2021-04-10 22:33:19 +02:00
Tk-Glitch
8429e8185b
5.4.110, 5.10.27, 5.11.12
2021-04-07 15:54:54 +02:00
Michael Ciociola
aef234558d
Fix failure to extract kernel patch when srcdest is set in Arch ( #218 )
2021-04-06 23:29:29 +02:00
Tk-Glitch
273ab6d286
linux512-rc-tkg: Enable CONFIG_I2C_HID_ACPI
...
Needed for some touchpads
Thanks to Annie for the report
2021-04-05 10:30:50 +02:00
Bringas4You
8d174cf225
Fix Debian / Ubuntu compile due to .config ( #217 )
...
* Update install.sh
* Update prepare
2021-04-05 08:17:58 +02:00
Tk-Glitch
8edd175caa
5.12 RC6
2021-04-04 23:55:40 +02:00
Adel Kara Slimane
b595006ffb
Some extra features for convenience ( #209 )
...
* Enable setting modprobed-db database path
This enables using different dbs and be able to build the kernel for others, with modprobed-db
* Save generated .config file back to user's git folder, for eventual re-use
* Set local version for all distros
* install.sh: handle user provided .config files
Update dosctring for the _configfile var in customization.cfg
* install.sh: fix kernel version prompt broken newlines
* Copy final config file as kernelconfig.new
2021-04-03 17:38:48 +02:00
Tk-Glitch
fde290233a
Tighten the sub check to also skip RCs
...
Thanks to Iglu47 🐸 ❤️
2021-04-01 23:53:28 +02:00
Tk-Glitch
5917bde99f
Workaround an issue with the file 5.40 update that prevents makepkg from extracting secondary source tarballs
...
Fixes https://github.com/Frogging-Family/linux-tkg/issues/215
2021-04-01 19:22:08 +02:00
Tk-Glitch
b61ce06e3a
linux511-tkg: Update prjc patchset to v5.11-r3 - http://cchalpha.blogspot.com/2021/03/project-c-v511-r3-release.html
2021-03-30 20:48:57 +02:00
Tk-Glitch
cfb19b10c6
Add support for versioned x86-64 optimizations and zen3 from Graysky's CPU opts patchset (depends on GCC11)
2021-03-30 17:08:19 +02:00
Tk-Glitch
064e5484bb
Add support for MNATIVE_INTEL and MNATIVE_AMD config options in graysky's cpu opts patchset and default to prompt
2021-03-30 16:26:31 +02:00
Tk-Glitch
65d4260b27
5.4.109, 5.10.27, 5.11.11
2021-03-30 15:13:44 +02:00
Bringas4You
f39f82cef0
Fix GraySky2 patch link from Install.sh ( #214 )
2021-03-30 13:33:07 +02:00
Tk-Glitch
d2cc04ef26
Fix for yet another rename of graysky's patches
2021-03-29 23:23:15 +02:00
Tk-Glitch
2610831e4b
5.12 RC5
2021-03-29 23:22:52 +02:00
bcvandendool
251ea4d098
Fix urls for graysky2's cpu opt patchsets ( #211 )
2021-03-26 21:51:52 +01:00
Tk-Glitch
41eaa36c9a
linux511-tkg: Update winesync patchset
2021-03-26 12:03:15 +01:00
Tk-Glitch
b0a6a1adbd
5.10.26, 5.11.10
...
With config sync and a couple fixes
2021-03-25 23:12:28 +01:00
Tk-Glitch
9fed1e609b
5.4.108, 5.11.9
2021-03-24 18:15:03 +01:00
Bringas4You
444fd4341d
Fix compilation on Ubuntu due canonical-certs ( #207 )
...
Apparently in the new versions of the kernel or some configuration that I do not know but with this it is solved, almost very similar to Debian.
2021-03-22 20:25:03 +01:00
Tk-Glitch
66cfcb1a6b
Improve some prompts
2021-03-22 18:43:34 +01:00
Tk-Glitch
6232648ad6
5.12 RC4
2021-03-22 18:43:13 +01:00
Joshie
e056416ddb
Add mm-soft-dirty patchset from Paul Gofman ( #206 )
...
Needed for D3D12 APITracing under Wine
2021-03-22 11:57:25 +01:00
Tk-Glitch
6c8e93d30d
5.4.107, 5.10.25, 5.11.8
2021-03-20 15:41:31 +01:00
Tk-Glitch
db1f97c638
Check the full path before copying winesync header file. This fixes a failure when selecting the feature on unsupported kernels.
2021-03-19 18:27:28 +01:00
Tk-Glitch
dc110c9fe3
5.4.106, 5.10.24, 5.11.7
2021-03-17 23:15:04 +01:00