Commit Graph

15 Commits (09b5e06b5cee80a9a25ef71cd64ed2774cd14009)

Author SHA1 Message Date
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 +07: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 +07: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 +07: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 +07: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 +07:00
Tk-Glitch 05128199df linux511-tkg: Add a patch for winesync support - https://repo.or.cz/linux/zf.git/shortlog/refs/heads/winesync 2021-03-13 23:14:32 +07:00
Adel Kara Slimane 9e81e3bd1d
install.sh: add git mirror and code cleanup (#192)
Closes #181
2021-03-09 16:58:59 +07:00
Tk-Glitch d713d06d91 cfg: Add 5.11 to the array of _version options
We are supporting this for more than a week 🐸

Fixes https://github.com/Frogging-Family/linux-tkg/issues/186
2021-02-24 02:26:17 +07:00
Tk-Glitch ae9d056f35 Get rid of the config_expert config toggle. We're enabling CONFIG_EXPERT and injecting config entries for unattended builds when futex2 is enabled, which is the only usecase we want to explicitly support at this point in time. 2021-02-23 19:43:41 +07:00
Tk-Glitch f3eba51c33 linux510/511-tkg: Offer futex2 patchset as a toggle option
- Enables CONFIG_EXPERT automatically when futex2 is enabled
- Adds the necessary entries to the config for unattended building (suppress prompts from having CONFIG_EXPERT enabled)
2021-02-18 17:28:55 +07:00
Tk-Glitch 6b67e77d5b Put CONFIG_EXPERT behind a .cfg toggle and disable by default. This should stay optional.
Fixes https://github.com/Frogging-Family/linux-tkg/issues/156
2021-01-15 19:56:26 +07:00
Torge Matthies c97f313860
Get userpatches from version-specific subdirectories. (#154) 2021-01-14 16:50:14 +07:00
Sukid 1c22d6853c
Option to enable Binder and Ashmem modules for use with Anbox (#122)
* Add the option to enable Binder and Ashmem

These kernel modules are needed for Anbox, and maybe other android projects as well.

* Delete prepare

* Add files via upload

* Add binder and ashmem option to prepare

* Got rid of the extra prepare file, oops
2020-11-20 10:42:14 +07:00
Tony 8476633083
Add custom LLVM compiler path support (#102) 2020-10-27 21:55:39 +07:00
Tk-Glitch e9fb606121 Move to unified builder as default
The previous building scripts and patches will be moved to legacy
2020-10-26 22:46:56 +07:00