14.1: extreme loose versioning work

This will apply 3.10 and 3.18 specific patches to 3.0
Example of tuna 3.0 kernel:
199 without loose versioning
311 with loose versioning
364 with extreme loose versioning

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2021-11-27 18:21:17 -05:00
parent c4dbc73c56
commit 7d54ee4be7
9 changed files with 725 additions and 455 deletions

View file

@ -92,7 +92,6 @@ buildAll() {
buildDevice grouper; #needs manual patching - one-repo vendor blob patch
#MediaTek
buildDeviceUserDebug jellypro; #XXX: blob kernel and permissive selinux
}
export -f buildAll;